Commit graph

12 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
a110e07ccc
feat(ui): add reusable ActionButton component with customizable variants and icons
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m15s
2026-08-27 09:14:36 +02:00
Chneemann
093944e8c4
feat(search): hide searchbar instantly via window.history state when task modal is open
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 53s
2026-08-26 09:11:26 +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
9802febef3
refactor(auth): extract handleSignOut server action into dedicated module to fix client build error
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 5s
2026-08-22 06:56:07 +02:00
Chneemann
8bf1aa41e3
fix(member): add error handling and toast feedback for missing user profiles
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 46s
2026-08-19 04:05:30 +02:00
Chneemann
ca01a3b44e
refactor(ui): reorganize component directory structure
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 48s
2026-08-18 10:18:06 +02:00
Chneemann
8d46cee892
feat(ui): add HighlightText component for search match highlighting
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 49s
2026-08-18 10:14:24 +02:00
Chneemann
d6209c900d
feat(ui): add GoBackButton component with animated hover and history check
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 59s
2026-08-16 19:19:29 +02:00
Chneemann
1e7e40b8a6
feat(user): add login status tracking, last login timestamp, and UI indicators 2026-08-13 08:34:21 +02:00
Chneemann
6fc598be83
feat(layout): implement navbar, routing (/summary, /board), layout enhancements and JSDoc 2026-08-04 08:59:08 +02:00