- Issue created by @gaurav.kapoor
- Merge request !8Issue #3525336: Remember the toggle state for sticky local tasks → (Open) created by gaurav.kapoor
- 🇮🇳India gaurav.kapoor
I have added the required improvement logic and simplified the animation logic a bit as well. A review from users or maintainers would be very helpful. Thanks.
Thanks for the PR, but by enable, you mean setting the
localStorage
? Not sure if I see the benefit. For instance you prefer if it stays open on all pages whenever you are moving around the website?- 🇩🇪Germany jan kellermann
Thank you for this issue and the MR.
Using the localStorage can be a privacy issue. So please make this feature optionally.
And I added a comment to avoid unnecessary use of localStorage.
- 🇮🇳India gaurav.kapoor
@doxigo Yes, the idea is to ensure sticky tasks are open on all the pages, and it becomes easier for editors/admins to access the links. I have also added a config through which users can control if this feature is needed.
@jan.kellermann This feature is now optional and usage of local storage updated as well.