Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
790 B
Plaintext
1 line
790 B
Plaintext
{"version":3,"sources":["../../src/preferences/keys.ts"],"sourcesContent":["/**\n * Centralized preference keys used throughout Payload admin UI.\n * Import these constants instead of using string literals to prevent typos.\n */\n\nexport const PREFERENCE_KEYS = {\n /**\n * Stores browse by folder view state\n */\n BROWSE_BY_FOLDER: 'browse-by-folder',\n\n /**\n * Stores dashboard layout configuration\n */\n DASHBOARD_LAYOUT: 'dashboard-layout',\n\n /**\n * Stores navigation group collapse/expand state and nav open/closed state\n */\n NAV: 'nav',\n} as const\n"],"names":["PREFERENCE_KEYS","BROWSE_BY_FOLDER","DASHBOARD_LAYOUT","NAV"],"mappings":"AAAA;;;CAGC,GAED,OAAO,MAAMA,kBAAkB;IAC7B;;GAEC,GACDC,kBAAkB;IAElB;;GAEC,GACDC,kBAAkB;IAElB;;GAEC,GACDC,KAAK;AACP,EAAU"} |