console icon indicating copy to clipboard operation
console copied to clipboard

Add a tree list for navigation to apps and envs in the sidebar

Open rohan-chaturvedi opened this issue 8 months ago • 22 comments

Is your feature request related to a problem?

Navigating to an app and environment requires several clicks.

Describe the solution you'd like

Add a tree list of apps and envs in the sidebar that the user has access to. Under the "Apps" item: image

Apps
  |
  |--App 1
  |  |
  |  |-- Dev
  |  |-- Staging
  |
  |--App 2
  |  |-- Dev
  |
  |--App 3
  |  |
  |  |-- Dev
  |  |-- Staging
  |  |-- Production
  • The list should be collapsible
  • The current active App and Env should be highlighted
  • Handle overflows, large number of apps etc

rohan-chaturvedi avatar Jun 07 '24 10:06 rohan-chaturvedi