-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
Now that we mostly can init from a Application Definition (#47), we can start porting across our Fusion templates to layout components.
- Investigate a suitable accordion and tab component
- I think we have a winner with Blueprint (Investigate using blueprint as UI base #91)
- Check that we can build an accordion out of Blueprint's collapse component
- FIXED: There's a bug where Collapse doesn't handle initial expansion properly (Collapse doesn't handle isOpen=true initially palantir/blueprint#382).
- Slate
- Ensure that active toolbar item/hover style meshes with the template style
- Ensure that an invoked URL sets focus to the Task Pane
- Support showLegend/showTaskPane/showSelectionPanel script commands
- Aqua
- CSS that mostly emulates the look of this template
- Several key aspects of the template (toggling main windows) require InvokeScript command
support. If we don't support InvokeScript commands (currently the case), we'll need a way to hardcode in a "View" menu to toggle legend/taskpane/selection/etc - Flyouts menus in toolbars are cut off
- Ensure that active toolbar item/hover style meshes with the template style
- Add a proper status bar (like LimeGold and TurquoiseYellow)
- TurquoiseYellow
- Ensure that active toolbar item/hover style meshes with the template style
- Ensure that an invoked URL sets focus to the Task Pane tab
- Support showLegend/showTaskPane/showSelectionPanel script commands
- Port over to use
Tabs2 - Restore tab styles after porting to
Tabs2
- Maroon
- Ensure that active toolbar item/hover style meshes with the template style
- Ensure that an invoked URL sets focus to the Task Pane tab
- Support showLegend/showTaskPane/showSelectionPanel script commands
- LimeGold
- Ensure that active toolbar item/hover style meshes with the template style
- Ensure that an invoked URL sets focus to the Task Pane tab
- Support showLegend/showTaskPane/showSelectionPanel script commands
- Port over to use
Tabs2 - Restore tab styles after porting to
Tabs2
Reactions are currently unavailable