polats Claude Opus 4.8 (1M context) commited on
Commit
07a1161
·
1 Parent(s): 38a1e17

Restore Settings + Personas sidebar items (synced from auto-battler nav.json)

Browse files
Files changed (1) hide show
  1. web/shell/nav.json +9 -1
web/shell/nav.json CHANGED
@@ -26,7 +26,15 @@
26
  {
27
  "title": "Barracks",
28
  "items": [
29
- { "label": "War Diaries", "icon": "📓", "space": "Barracks" }
 
 
 
 
 
 
 
 
30
  ]
31
  }
32
  ]
 
26
  {
27
  "title": "Barracks",
28
  "items": [
29
+ { "label": "War Diaries", "icon": "📓", "space": "Barracks" },
30
+ { "label": "Personas", "icon": "🛡", "space": "Personas" }
31
+ ]
32
+ },
33
+ {
34
+ "_doc": "Space-only (Gradio) items — `space` with no `href`, so the React app skips them. Settings opens Gradio's own settings page (web/tiny.js routes it).",
35
+ "title": "App",
36
+ "items": [
37
+ { "label": "Settings", "icon": "⚙", "space": "Settings" }
38
  ]
39
  }
40
  ]