Type: Enhancement
Current Behaviour:
Sidebar cannot be collapsed, taking up permanent screen space.
The dark mode header blends into the background with no visual
separation. TOS popup either never shows or shows for every user
on the same browser regardless of account.
Suggested Improvement:
Add a collapsible sidebar with icon-only view when collapsed.
Improve header contrast in dark mode. Show TOS popup once per
user using a per-user localStorage key.
Benefits:
More screen real estate for analysis. Better visual hierarchy
in dark mode. Proper per-user TOS acceptance tracking.
Possible Implementation:
Toggle sidebar width with CSS transition. Update header background
color. Track TOS acceptance with tos_accepted_ key in
localStorage.
Type: Enhancement
Current Behaviour:
Sidebar cannot be collapsed, taking up permanent screen space.
The dark mode header blends into the background with no visual
separation. TOS popup either never shows or shows for every user
on the same browser regardless of account.
Suggested Improvement:
Add a collapsible sidebar with icon-only view when collapsed.
Improve header contrast in dark mode. Show TOS popup once per
user using a per-user localStorage key.
Benefits:
More screen real estate for analysis. Better visual hierarchy
in dark mode. Proper per-user TOS acceptance tracking.
Possible Implementation:
Toggle sidebar width with CSS transition. Update header background
color. Track TOS acceptance with tos_accepted_ key in
localStorage.