Commit Graph

1 Commits

Author SHA1 Message Date
joakim d99e158a8c feat(frontend): add API client and Svelte stores
- Create API client with auto-retry and token refresh support
- Add comprehensive API endpoints for tasks, tags, projects, sync, and auth
- Implement authStore for authentication state management
- Implement tasksStore with optimistic updates and offline queue
- Add derived stores for filtered task views (pending, completed, by project)
- Implement syncStore for managing sync state and queue
- Add client ID generation and persistence for sync tracking
2026-01-06 15:45:13 +01:00