Paul Spenke 09b4af9a6e Refactor task management, UI interactions, and theme support
- Added task editing functionality with `EditForm` and integrated it with `TodoItemTouch`.
- Switched `dueDate` fields to `due_date` for consistency with API.
- Updated `useTasks` to handle dynamic task updates, deletions, and periodic refresh.
- Enhanced `useApi` with a dedicated delete method.
- Improved UI responsiveness and styling with multi-theme support in DaisyUI.
- Simplified modal handling for task interactions (`EditForm`, `CreateForm`).
- Improved `useSettings` with a `theme` field to support theme switching.
- Extended task commands for tagging, text, and due date updates.
- Optimized `parser` for extended edit command parsing.
- Updated helpers and actions to use `luxon` for date manipulations.
- Streamlined task and view logic for improved usability and extensibility.
2026-03-08 19:54:30 +01:00
2026-02-20 09:28:07 +01:00
2026-02-21 16:17:50 +01:00
2026-02-21 13:47:12 +01:00
2026-02-20 09:28:07 +01:00
2026-02-20 09:28:07 +01:00
2026-02-20 09:28:07 +01:00
2026-02-21 13:47:12 +01:00

Tauri + Vue + TypeScript

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Description
No description provided
Readme 1.9 MiB
Languages
TypeScript 41.5%
Vue 35.1%
CSS 20.1%
Rust 1.1%
Ruby 0.8%
Other 1.4%