You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In earlier versions, the sidebar was always expanded and displayed not only menu icons but the labels as well. Using it for navigation was convenient since it just took to read the label and click.
The UI available in 0.18 (probably as of 2665008) collapses the sidebar by default and doesn't seem to persist the expanded state anywhere in the browser storage. It makes navigation harder since one either has to constantly expand the sidebar or decipher the meanings of the icons.
Given that modern displays are primarily wide, saving horizontal real estate at the cost of UX doesn't seem that necessary.
The default value of expanded seems to be hard-coded and not configurable:
In earlier versions, the sidebar was always expanded and displayed not only menu icons but the labels as well. Using it for navigation was convenient since it just took to read the label and click.
The UI available in 0.18 (probably as of 2665008) collapses the sidebar by default and doesn't seem to persist the expanded state anywhere in the browser storage. It makes navigation harder since one either has to constantly expand the sidebar or decipher the meanings of the icons.
Given that modern displays are primarily wide, saving horizontal real estate at the cost of UX doesn't seem that necessary.
The default value of
expanded
seems to be hard-coded and not configurable:akhq/client/src/components/Base/Base.jsx
Line 15 in 2665008
Please consider one of the following solutions:
Thank you!
The text was updated successfully, but these errors were encountered: