Files
ProjectE/apps/web/src/components/shell/status-bar.tsx
T
bot-hermes 27995dd7a4 feat(poweruser): saved views + editor slash commands + status bar
- Saved views store (Zustand + localStorage) with CRUD
- Save/apply/delete views in tasks filter bar
- TipTap slash command menu (headings, lists, code, divider, wikilink)
- Wikilink autocomplete with [[ trigger and note search
- StatusBar: SSE status, active domain, ⌘K hint, collapsible
- StatusBar + QuickCapture mounted in _app layout
2026-09-09 01:32:01 +00:00

4 lines
47 B
TypeScript

export function StatusBar() {
return null;
}