Files
ProjectE/apps/web/lib/stores/index.ts
T
bot-hermes 953a947874 fix: resolve 15+ UX issues across the full app
- CreateItemDialog: shared Zustand store for dialog state
- TopBar: use store instead of router.push navigation
- TaskDetailPanel: dynamic domain fetch from /api/domains
- TodayTasksWidget: domain name resolution from UUIDs
- ProjectProgressWidget: fetch real progress, default to 0
- Calendar page: domain filter fetches from API dynamically
- Habits page: edit/delete dropdown with AlertDialog
- Projects page: domain name display + delete button
- Notes page: domain picker on creation, names in list
- Settings domains: add color picker input
- Tasks list view: MoreHorizontal wired to edit/delete
- HabitCard: domain resolution + edit/delete dropdown
- PocketBase compat: add JSDoc migration comment
2026-07-25 02:22:01 +00:00

8 lines
411 B
TypeScript

export { useThemeStore } from './use-theme-store';
export { useSidebarStore } from './use-sidebar-store';
export { useDashboardStore } from './use-dashboard-store';
export { useTimerStore } from './use-timer-store';
export { useFilterStore } from './use-filter-store';
export { useKeyboardShortcutsStore } from './use-keyboard-shortcuts-store';
export { useCreateDialogStore } from './use-create-dialog-store';