grafana/public/app/core/components/Page
Ashley Harrison 930c753340
Navigation: Implement logic for docking nav menu (#76188)
* Create a state for dockedMegaMenu and the function to manage it

* Add the dockedMenu icon and handle the status when clicking it

* Add Megamenu to section nav area when it is docked

* get logic working

* fix mobile

* refactor state + persist in localStorage

* adjust icon and don't use position absolute

* restore old rudderstack tracking

* use Flex instead

* adjust feature toggle to be experimental

* extract out localStorage handling into utils

* don't need separate file

* use store.set/get instead

---------

Co-authored-by: eledobleefe <laura.fernandez@grafana.com>
2023-10-10 14:55:52 +01:00
..
EditableTitle.test.tsx Page: Add inline rename functionality (#68828) 2023-05-31 17:03:54 +01:00
EditableTitle.tsx GLDS: Move Text component from the unstable package to grafana-ui (#72660) 2023-08-02 14:58:00 +02:00
Page.test.tsx Navigation: Unify Page component (#66951) 2023-04-24 16:41:32 +01:00
Page.tsx Navigation: Implement logic for docking nav menu (#76188) 2023-10-10 14:55:52 +01:00
PageContents.tsx Navigation: Unify Page component (#66951) 2023-04-24 16:41:32 +01:00
PageHeader.tsx Nested folders: Consolidate mutations in RTK query (#70249) 2023-06-22 09:44:19 +01:00
PageTabs.tsx Navigation: Unify Page component (#66951) 2023-04-24 16:41:32 +01:00
PluginPage.tsx Navigation: Unify Page component (#66951) 2023-04-24 16:41:32 +01:00
types.ts Page: Add inline rename functionality (#68828) 2023-05-31 17:03:54 +01:00
usePageNav.ts Chore: Update and enforce usage of typed react-redux hooks (#55349) 2022-09-19 10:49:35 +01:00
usePageTitle.ts Navigation: handle case where navIndex is undefined (#59826) 2022-12-07 10:16:55 +00:00