-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4404] Make navigation bar home button fully customizable (WIP)
* Replace extension point 'navigationBarIconExtensionPoint' with 'navigationBarHomeExtensionPoint'. * The former required an Icon to be provided, and defaulted to the Sirius icon. * The latter requires an arbitrary React component. The default implementation provides the same behavior as previously: the Sirius icon is used as a round button that links to the homepage of the application. * TODO: check tests * Document the extension point change in the changelog. Also add reference to the shape and ADR that were made for this change. * Add a few missing type annotations. Bug: #4404 Signed-off-by: Florent Latombe <[email protected]>
- Loading branch information
Showing
5 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters