-
Notifications
You must be signed in to change notification settings - Fork 296
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
Descriptions don't stay hidden when the view is refreshed or changed #1903
Comments
The collapsed/un-collapsed state of each shaare is not persistent as there is nowhere to store it. Always has been. As the only way to store it would be updating the datastore every time a shaare description is collapsed/uncollapsed (or use the browser's localstorage which would not persist across devices anyway), I'm in favor of marking this |
While I agree with you, this could be handled in the frontend only and easily be done by a custom script and eventually included in a plugin.
If I understand correctly @znoteer's use case, it would be helpful when you are doing some sort of ordering or actions in a specific list of bookmarks, so I think it would be fine to persist only on that device. |
My use case is simple. Most of the time I don't need to see the description. When the description is rolled up out of view, more shaares are visible in the vertical space of the browser window. That means less scrolling when reviewing a given list. |
Related #1328 ("Compact" link list view) |
Another (maybe simpler) solution to consider would be adding a new setting While this doesn't address the
As a reminder, clicking a shaare's collapse/uncollapse button toggles the |
I was viewing shaares with a certain tag to make some modifications. When finished, I rolled up all the descriptions of those shaares and clicked the X on the filtered tag to get back to the list of all shaares. When the unfiltered list of shaares finished loading, the shaare descriptions that I'd hidden were visible again. I closed the descriptions again.
The page was set to show 20 shaares/page. I decided I wanted 100. When the page refreshed with 100 shaares, the descriptions that I'd hidden were again visible. I rolled them closed again. Then just for giggles refreshed the page with the refresh icon. The descriptions I'd closed were open yet again.
I was expecting the descriptions I'd closed to stay that way. I'd certainly find it useful. Thanks.
The text was updated successfully, but these errors were encountered: