* refactor(ui): remove treeNav feature flag
* chore(ui): remove unused components
* chore(ui): remove unused routes from settings
* chore(ui): update changelog
* fix(ui): repair login e2e test
* fix(ui): repair tasks navigation e2e test
* fix(ui): repair query builder navigation test
* fix(tenants): remove portion of test
@aliriegray mentioned I should make this change to match her PR https://github.com/influxdata/influxdb/pull/17474
* fix(ui): ensure all dashboard cards render the same size
* fix(ui): ensure dashboard cards with long names don't deform
* chore(ui): changelog
* fix(ui): update dashboard card name selector in e2e test
* feat(ui): redesign alerting index to be responsive
* chore(ui): update changelog
* fix(ui): ensure tested elements are visible
* fix(ui): actually fix e2e tests
* refactor(ui): WIP implement tree nav
* feat(ui): enable expand/collapse behavior of nav tree
* chore(ui): rename "settings" to "organization"
* fix(ui): add nav tree key to mock state
* refactor(ui): remove CloudNav component
* fix(ui): cleanup
* refactor(ui): move nav tree object to constants file
* fix(ui): use correct icon for data nav item
* fix(ui): repair affected test
* refactor(ui): use a more explicit type than boolean for nav state
* chore(ui): write test for nav bar state action
* refactor(ui): handle org switching with an overlay
* chore(ui): replace reference to local clockface with reference to package
* fix(ui): update nav selector in tasks e2e test
* chore(ui): add testids to all nav items for easier selection
* fix(ui): prevent expanded navbar from breaking e2e tests
* fix(ui): update broken login e2e test
* fix(ui): udpate selectors in query builder test
* refactor(ui): align nav structure with quartz counterpart
* fix(ui): prettier
* refactor(ui): move usage and billing into user widget
* refactor(ui): use correct url for usage and billing
* chore(ui): upgrade clockface dependency to 2.0.3
* refactor(ui): implement short labels in the navigation tree
* refactor(ui): wrap tree nav in feature flag
* chore(ui): prettier
* chore(ui): remove deleted file accidentally included in rebase
* refactor(ui): use get in TreeNav mstp to prevent potential future breakage
* chore(ui): set default values for treeNav feature flag
* refactor(ui): reinstate cloud nav but wrapped with a feature flag
* refactor(ui): reinstate old navbar wrapped in feature flag
* feat(ui): add Upgrade button to all page headers except DashboardPage
* feat(ui): add upgrade banner to treenav
* chore(ui): remove comments
* refactor(ui): polish upgrade banner
* refactor(ui): only show tiny banner ad if screen is large enough and menu is collapsed
* refactor(ui): ensure settings page supports old and new navigation
* chore(ui): cleanup
* chore(ui): revert comment change
* chore(ui): ensure custom classname exists on new upgrade button
* chore(ui): cleanup
* fix(ui): remove duplicate route
* refactor(ui): make const for repeated comparison
* refactor(ui): cleanup from pr review
* fix(ui): oops
* refactor(ui): update user widget to follow most recent logout approach
Co-Authored-By: Ariel Salem <ariel.salem1989@gmail.com>
Co-authored-by: Ariel Salem <ariel.salem1989@gmail.com>
* chore(ui): upgrade clockface dependency to the latest version
* refactor(ui): address breaking changes from clockface
* refactor(ui): update design of home page
* chore(ui): prettier
* refactor(ui): update page headers to conform to new design
* refactor(ui): import stylesheet from Clockface and delete obsolete local styles
* refactor(ui): cleanup
* refactor(ui): factor out PageTitleWithOrg
* refactor(ui): remove font files and references to them
* fix(ui): update dashboard index and task index e2e tests
* fix(ui): update failing e2e test for Data Explorer
* fix(ui): derp
* refactor(ui): remove string interpolation
* refactor(ui): redesign renamable page title to match new clockface style
* refactor(ui): update VEO and CheckEO headers
* refactor(ui): flatten query builder design
* refactor(ui): polish save as dialog
* refactor(ui): cleanup
* refactor(ui): use Rubik in giraffe theme
* fix(ui): upgrade to utilize font and other fixes
* refactor(ui): fix jitter in renamable page title
* refactor: move views logic to separate directory
* refactor: normalize views
* fix: spinners
* fix: dont render views until status is done
* fix(http/dashboards): view shape not returning from getDashboard
* test: delete irrelevant and redundant test
* fix: go tidy
* test: skipping monaco test
* chore: sort type exports
* chore: cleanup