-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retain User Preferences for Left and Right Side Bars #9613
Comments
@dj4oC would client-side retaining of preference be sufficient, or should it be saved within the user's settings on the server? |
How would retaining it client side work when sessions timeout and all storage is in sessionStorage (by default)? |
Imho it should be stored in the browser since I do have different displays with different sizes and resolutions. Secondly with k8s we cannot store extra parameters after deployment. |
Cannot we use both storage? Depending on the necessity of the specific story? |
@dschmidt my suggestion would have been to store it in the localStorage (like the theme choice also) so at least it survives page reloads and (re-)login? |
Our other viewOptions are always persisted into the |
There was a feedback survey submission today, stating |
As a heavy user of ownCloud Infinite Web,
I want the application to remember my side bar preferences,
So that I don't have to manually adjust them every time I log in or browse through Spaces.
Acceptance Criteria:
Left Side Bar Memory:
Persist state of left sidebar #10611
Right Side Bar Persistence:
Persist state of right sidebar #10612
The text was updated successfully, but these errors were encountered: