* add role 'none' to hr elements in TopLevelMenu
* add missing role and label to SideNav
* add aria-label to show/hide button in the Password component
* add role 'none' to hr elements
* add missing alt to user avatar image
* Added cluster tool link in cluster group nav section
* Fixed text changes
* Fixed lint
* Updated rancher-icons and added brush icon to Customize Appearance button
* Fixed test for changed cluster tools link
* Update cluster-dashboard.po.ts
* Fix cluster tools button
* Fix e2e test and lint issues
* Fix when tools is shown and change to icon button
* Fix presentation issues
* Fix lint issues
* Fix merge issue
* Remove unused file
* Always show 'Customize Appearance'
* Fix unit test
* Fix e2e tests
---------
Co-authored-by: Neil MacDougall <nwmac@users.noreply.github.com>
Co-authored-by: Neil MacDougall <nmacdougall@suse.com>
* Fix race condition in loadCluster
* Revert new error and comments
* Improve navigation performance for products within the explorer product
* Remove unused getter
* Fix issue with not loading nwe cluster when changing clusters
* Fix bug where sidenav take a short time to update (was using queueUpdate)
* Fix lint issues
* Address PR feedback
- Improve performance of allTypes fn
- This consumed the majority of time within getGroups
- Reduced execution time by a half
- Change from running allTypes products * modes times, run it once per product
- Reduce the amount of times getGroups is called