-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
At the moment, component-dash has to create multiple cards internally, because the configuration file is confined to a simple list of dashboards and globally named configurations. This means that there's no convenient way to request a list of component-dashes with different configurations.
However, multiple internal cards don't flex wrap properly, and there's no convenient way to break the component isolation barrier to make this work.
If we let the dashboard list take a function syntax instead, e.g.
"dashes": [
"cz-component-dash(Blink>Animation)",
"cz-component-dash(Internals>Compositing>Animation)",
...
]
Then the component dash can be given its name as part of its construction, and use it to index appropriately into the configuration. Later we can even make a lot of this automatic if we want.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels