const STORAGE_KEY: &str = "sidebar_state";Expand description
The key used to store and retrieve the sidebar’s expansion state in LocalStorage.
This constant ensures consistency when accessing the stored state across different
parts of the application. The value associated with this key in LocalStorage
will be a serialized SidebarExpandState object.