You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storage and cache key string literals (e.g. deskly::cache::attendance, deskly::cache::attendance_detail_${classId}, vite-ui-theme) are currently scattered across multiple files.
Tasks
Create src/lib/storage-keys.ts defining a centralized STORAGE_KEYS constant object.
Replace all hardcoded storage key strings across components and hooks with STORAGE_KEYS references.
Description
Storage and cache key string literals (e.g.
deskly::cache::attendance,deskly::cache::attendance_detail_${classId},vite-ui-theme) are currently scattered across multiple files.Tasks
src/lib/storage-keys.tsdefining a centralizedSTORAGE_KEYSconstant object.STORAGE_KEYSreferences.