mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 00:06:06 +03:00
[GH-ISSUE #5408] [Feature Request]: Persist User Bookmarks to the User Account (Cross-Browser / Cross-Device) #2605
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#2605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lowell-Syncrety on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/5408
Please confirm:
Problem Statement
Currently, user bookmarks appear to be stored only in the local browser cache/storage, meaning they do not follow the user across browsers or devices and can be lost if the browser cache/storage is cleared. This is inconsistent with normal expectations for a modern web app, especially an MSP admin tool where technicians routinely switch devices, use multiple browsers, or operate on shared/locked-down machines.
I love the Bookmarks feature and rely on it heavily as some menu options are in unexpected places (I get why the organization is set up the way it is generally, but it can take some getting used to).
(Context: this behaviour has been discussed/confirmed in the community; additionally, CIPP documentation already notes that clearing cache removes “personal settings,” which aligns with bookmarks being client-side state.)
https://docs.cipp.app/user-documentation/cipp/settings
Related UX/documentation gap:
The Bookmarks documentation page explains how to add/use bookmarks, but does not warn that bookmarks may be browser-local and can disappear when cache/storage is cleared or when moving to a different browser/device.
https://docs.cipp.app/user-documentation/shared-features/menu-bar/bookmarks
The Application Settings documentation explicitly states that clearing cached information “will also remove any personal settings such as the selected theme,” but it does not clearly call out bookmarks, which are a high-impact “personal setting” if they’re stored client-side.
https://docs.cipp.app/user-documentation/cipp/settings
Benefits for MSPs
Value or Importance
High value / quality-of-life + UX correctness.
This is foundational application behaviour: user personalization should be identity-backed (stored server-side and loaded per user session), not reliant on client cache/storage. Losing bookmarks when switching browsers/devices or clearing cache undermines trust in the UI and discourages adoption of the feature.
Acceptance criteria (suggested):
Documentation improvement (at least until new feature implemented):
PowerShell Commands (Optional)
No response
@Zacgoose commented on GitHub (Feb 28, 2026):
I would like to work on this please!