Merge pull request #29 from johndoe6345789/codex/refactor-sidebar.tsx-to-multiple-files

Refactor sidebar into per-component modules and extract config to JSON
This commit is contained in:
2026-01-18 00:21:05 +00:00
committed by GitHub
28 changed files with 838 additions and 722 deletions

View File

@@ -0,0 +1,12 @@
{
"cookie": {
"name": "sidebar_state",
"maxAgeSeconds": 604800
},
"keyboardShortcut": "b",
"labels": {
"toggleSidebar": "Toggle Sidebar",
"sidebarTitle": "Sidebar",
"sidebarDescription": "Displays the mobile sidebar."
}
}