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
Add a toggle button in the sidebar (Owner-only) that activates "reorg mode"
for inline drag-to-reorder of categories and entities. Category reorder uses
the existing PUT /sidebar-config API; entity reorder uses PUT /entities/:eid/reorder.
- Reorg toggle button next to "Categories" header (grip icon → check when active)
- Category D&D with drag handles, visibility toggles (eye icons), and save
- Entity D&D now conditional on reorg mode (was always active)
- Touch support for mobile D&D (touchstart/touchmove/touchend with ghost element)
- Auto-exit reorg mode on navigation or drill state change
- CSS styles for drop targets, drag handles, and mode indicators
- Updated relations/.ai.md with graph visualization features from V-4
- data-entity-type-id attribute on category links for JS identification
https://claude.ai/code/session_01QJLkgjQDu5qohzJKGV4hj9
18.**@Mention edges in graph**: `FindAllMentionLinks()` in entity repository scans `entry_html` for `data-mention-id` attributes across a campaign. `MentionLink` model. `GetMentionLinks()` service method. `MentionLinkProvider` interface bridges entities→relations without circular imports. Mention edges appear as dashed purple lines in the D3 graph.
-[]**Sprint W-0: Nav Menu Reorg Mode** — Small icon button near Dashboard in sidebar. Click to enter reorg mode for current level (categories or entities). Category level: drag to reorder category icons. Entity level: drag to reorder, create folders/submenus. Click again to exit reorg mode. Must work on desktop, tablet, and mobile. Button is context-aware: on base nav, reorders categories; drilled into a category, reorders entities.
210
+
-[~]**Sprint W-0: Nav Menu Reorg Mode** — Small icon button near Dashboard in sidebar. Click to enter reorg mode for current level (categories or entities). Category level: drag to reorder category icons. Entity level: drag to reorder, create folders/submenus. Click again to exit reorg mode. Must work on desktop, tablet, and mobile. Button is context-aware: on base nav, reorders categories; drilled into a category, reorders entities.
211
211
-[ ]**Sprint W-0.5: Owner Visual Customization** — Change "Chronicle" brand name per-campaign with optional image/logo. Top bar color/gradient/animation/background image (responsive). Visual customization editor with faux site outline (editable boxes for colors/backgrounds). Appearance-only, not layout editing. Future: per-addon "feature in use" indicators showing which entities/pages use each feature, which widgets are available, click associations to navigate. Disabled feature banner with "offline" sticker instead of complete removal.
212
212
-[ ]**Sprint W-1: Command Palette & Saved Filters** — Ctrl+Shift+P action palette with fuzzy search. Saved entity list filter presets as sidebar links in `saved_filters` table.
0 commit comments