Commit graph

22 commits

Author SHA1 Message Date
Chneemann
6f42285405
fix(layout): adjust header z-index layers for mobile/desktop viewports
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 47s
2026-08-25 10:18:30 +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
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
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
86d1c8859d
feat(member): integrate dynamic member list with server-side data and utility helpers
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 49s
2026-08-18 12:01:57 +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
c33fcb9f91
feat(search): conditionally hide SearchBar on non-searchable routes
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 47s
2026-08-17 04:57:14 +02:00
Chneemann
07d80a2674
feat(search): add debounced search bar with server-side TaskService filtering
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 52s
2026-08-17 04:48:06 +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
60e2b77324
feat(layout): add mobile legal menu overlay and unify footer links
All checks were successful
Deploy Flowstate to VPS / deploy (push) Successful in 1m3s
2026-08-16 19:09:46 +02:00
Chneemann
949dde7aba
feat(legal): add imprint and privacy policy pages with responsive layout and fixed footer integration 2026-08-15 10:13:16 +02:00
Chneemann
76d239df7b
fix(nav): correctly highlight "Add Task" active state on task creation and edit routes 2026-08-14 11:54:42 +02:00
Chneemann
dd2a8a5637
feat(ui): add ErrorToast with pauseable timer and task error handling 2026-08-13 16:26:52 +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
Chneemann
1e7e40b8a6
feat(user): add login status tracking, last login timestamp, and UI indicators 2026-08-13 08:34:21 +02:00
Chneemann
0e89c44448
feat(user): update user profile schema with name and color, extend registration, and integrate across header and kanban cards 2026-08-12 19:36:39 +02:00
Chneemann
b386c2b4c5
feat(ui): add reactive trash count using SWR to navbar and dashboard trash link 2026-08-12 09:11:51 +02:00
Chneemann
6fc598be83
feat(layout): implement navbar, routing (/summary, /board), layout enhancements and JSDoc 2026-08-04 08:59:08 +02:00
Chneemann
fd728634ce
feat(auth): integrate NextAuth v5 with credentials provider, protected routes, and custom auth layouts 2026-08-03 15:13:18 +02:00
Chneemann
47b89056b5
feat(layout): setup core layout structure with sidebar, header, navbar, brand, and theme tokens 2026-08-03 11:34:43 +02:00