Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a * option to nodeExtra #44

Open
kirangadhave opened this issue Aug 4, 2023 · 0 comments
Open

Add a * option to nodeExtra #44

kirangadhave opened this issue Aug 4, 2023 · 0 comments

Comments

@kirangadhave
Copy link
Member

Currently we have to specify an element for each event type innodeExtra. We should have a catch all key * which adds the element to every node. Something like:

{
	nodeExtra: {
		'*': <div>Will show for all</div>
	}
}

We can fix this so that it is rendered before an event specific nodeExtra value.

ZachCutler04 added a commit that referenced this issue Aug 9, 2023
adding * as option to node extra

re #44 #43 #42
ZachCutler04 added a commit that referenced this issue Aug 9, 2023
kirangadhave added a commit that referenced this issue Aug 9, 2023
kirangadhave added a commit that referenced this issue Nov 18, 2023
# [1.5.0-alpha.1](https://github.com/Trrack/trrackvis/compare/@trrack/[email protected]...@trrack/[email protected]) (2023-11-18)

### Bug Fixes

* **react:** fixing alignment ([08d981e](08d981e))
* **react:** merge ([0c019e3](0c019e3))

### Features

* **react:** adding * as option to node extra ([6923721](6923721)), closes [#44](#44) [#43](#43) [#42](#42)
kirangadhave added a commit that referenced this issue Nov 18, 2023
# [1.5.0](https://github.com/Trrack/trrackvis/compare/@trrack/[email protected]...@trrack/[email protected]) (2023-11-18)

### Bug Fixes

* **react:** fixing alignment ([08d981e](08d981e))
* **react:** merge ([0c019e3](0c019e3))

### Features

* **react:** adding * as option to node extra ([6923721](6923721)), closes [#44](#44) [#43](#43) [#42](#42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant