fa1a123648
Merge pull request 'Update dependency eslint to v9.39.4' (#3) from renovate/eslint-monorepo into main
Renovate Bot2026-03-24 07:55:42 +00:00
99ff69ec8c
Merge pull request 'Update dependency daisyui to v5.5.19' (#2) from renovate/daisyui-5.x-lockfile into main
Renovate Bot2026-03-24 00:02:03 +00:00
a7ff9c3a83
Merge pull request 'Update dependency @vitejs/plugin-vue to v6.0.5' (#1) from renovate/vitejs-plugin-vue-6.x-lockfile into main
Renovate Bot2026-03-23 18:42:03 +00:00
2b244095ce
Update dependency @vitejs/plugin-vue to v6.0.5
Renovate Bot2026-03-23 18:41:50 +00:00
09b4af9a6e
Refactor task management, UI interactions, and theme support
Paul Spenke2026-03-08 19:54:30 +01:00
25fd10a325
Refactor settings and task management, update API, and enhance type handling
Paul Spenke2026-03-07 23:14:54 +01:00
353bbea093
Refactor task components, add mobile-friendly enhancements, and improve settings management
Paul Spenke2026-03-04 10:41:23 +01:00
2fea267ce9
Add Dockerfile for containerized build and update package.json with start script for development server
Paul Spenke2026-03-01 15:40:05 +01:00
5c23661a39
Add SettingsModal component and integrate with App.vuePaul Spenke2026-02-23 20:03:04 +01:00
c724001c50
Refactor TodoItem and CreateModal to simplify state management and remove unused code
Paul Spenke2026-02-23 16:37:06 +01:00
56f89b6669
Add HelpPanel and TodoItemTouch components, extend task commands, and refactor task and view logic
Paul Spenke2026-02-23 16:34:52 +01:00
ec76a52fdd
- Implement ESLint with @antfu/eslint-config and apply consistent formatting across the codebase. - Refactor useTasks to improve task fetching, creation, and updating logic. - Enhance TodoItem and ListScreen with improved bindings, sorting, and category handling. - Update dependencies and adjust task grouping in various components.
Paul Spenke2026-02-22 16:24:55 +01:00
395129abb1
Remove BiomeJS integration and improve task categorization in useTasksPaul Spenke2026-02-22 15:39:02 +01:00
90793571e2
Add Tauri compatibility fallback and switch to localStorage for web environments
Paul Spenke2026-02-22 13:40:43 +01:00
f1e098d3c7
Add TodoItem component, enhance task list, and improve API data handling
Paul Spenke2026-02-21 21:23:28 +01:00
e44e88adfd
Update app icons for Android and Apple platforms, replace outdated assets, and add adaptive icon support
Paul Spenke2026-02-21 21:23:15 +01:00
1c301d9545
Refactor settings management to use useSettings composable and enhance API auth header with decrypted credentials
Paul Spenke2026-02-21 17:19:44 +01:00
06d8f8b27c
Add jsencrypt dependency for RSA encryption support
Paul Spenke2026-02-21 17:19:31 +01:00
ffeb68ef17
Add useSettings composable for managing and persisting settings
Paul Spenke2026-02-21 17:19:23 +01:00
951905b33c
Introduce useCrypto composable for encryption and decryption with RSA
Paul Spenke2026-02-21 17:19:03 +01:00
e68cb85607
Ensure store changes persist by calling save() after set()Paul Spenke2026-02-21 17:18:32 +01:00
81b92ed5df
Refactor task data management with composables and remove direct API calls from components
Paul Spenke2026-02-21 16:31:50 +01:00