Implement tenant-scoped localStorage for per-user UI state #15
Reference in New Issue
Block a user
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?
Summary
Scope all localStorage usage to the current tenant/user so that UI preferences do not leak between accounts on shared devices.
Implementation Tasks
Design
Acceptance Criteria
Tenant-aware localStorage stateto Implement tenant-scoped localStorage for per-user UI state