Commit graph

11 commits

Author SHA1 Message Date
Chneemann
1a8bed2d4f
refactor(ui,tasks): enhance ActionButton to support submit/disabled states and expose isSubmitting
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 48s
2026-08-27 09:40:11 +02:00
Chneemann
83dbe3a388
refactor(ui): update ActionButton to support both links and form submit buttons and integrate into task form
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 51s
2026-08-27 09:31:37 +02:00
Chneemann
d08a3cc0fe
refactor(ui): integrate reusable ActionButton across dashboard and tasks components
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 51s
2026-08-27 09:23:06 +02:00
Chneemann
a60851ac07
refactor(lib): consolidate services, types, utils, and actions into lib folder and update import paths
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m27s
2026-08-23 16:44:18 +02:00
Chneemann
f99d1f15c4
feat(tasks): integrate zod validation for task creation and updates
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 47s
2026-08-23 10:54:20 +02:00
Chneemann
5a45643331
feat(ui): add maxLength attributes to task and auth forms matching db schema
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 43s
2026-08-23 10:05:36 +02:00
Chneemann
d337425a30
refactor(layout): standardize container width and responsiveness across pages
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 44s
2026-08-19 04:43:03 +02:00
Chneemann
3e7d943fe0
feat(tasks): pre-fill task status when creating from column header and route new task button 2026-08-13 16:59:25 +02:00
Chneemann
dd2a8a5637
feat(ui): add ErrorToast with pauseable timer and task error handling 2026-08-13 16:26:52 +02:00
Chneemann
60a40b74b8
feat(tasks): implement strict UUID validation, server-side existence checks, and secure authorization for task updates 2026-08-13 11:45:19 +02:00
Chneemann
cf72de43d9
feat(tasks): implement unified task creation and editing mode with query parameters and service layer integration 2026-08-13 10:34:33 +02:00