Skip to content

BB-3870 Add ThemeNavigationPage for newConsole

Boros Gábor requested to merge arjun/bb-3870 into master

Created by: arjunsinghy96

Adds new ThemeNavigationPage for newConsole and move the Color Picker components to the sidebar

JIRA Tickets BB-3870 Gitlab#722

Testing Instructions

  1. Checkout to this branch
  2. Run OCIM frontend and backend dev servers.
  3. Make sure that a test instance is created in OCIM admin.
  4. Visit http://localhost:3000/console/theming/navigation
  5. Make sure that all the elements are present in Sidebar.
  6. Verify that changing ColorInputField values changes the theme data in BetaTestApplication

Author Notes

  1. This PR is dependent on #719 for Static Page previews.

Screenshot

Version 1

navigation-theme

Update:

Version 2 (updated titles) navigation-title-new

Version 3 (with tooltips) navigation with tooltip

Merge request reports