André Kempf Chneemann
  • Karlsruhe - Germany
  • https://andre-kempf.com
  • Full-Stack Developer
    Specializing in Angular (RxJS), Django, React (Next.js) and Python

  • Joined on 2026-07-29
Chneemann pushed to main at Chneemann/flowstate 2026-08-27 09:14:40 +02:00
a110e07ccc feat(ui): add reusable ActionButton component with customizable variants and icons
Chneemann pushed to main at Chneemann/flowstate 2026-08-26 09:29:02 +02:00
68183b770e refactor(dashboard): split task modal into modular TaskModalContent component
Chneemann pushed to main at Chneemann/flowstate 2026-08-26 09:11:30 +02:00
093944e8c4 feat(search): hide searchbar instantly via window.history state when task modal is open
Chneemann pushed to main at Chneemann/flowstate 2026-08-25 10:18:33 +02:00
6f42285405 fix(layout): adjust header z-index layers for mobile/desktop viewports
Chneemann pushed to main at Chneemann/flowstate 2026-08-25 10:07:18 +02:00
3d4029af72 feat(dashboard): add modular task detail modal with edit/delete actions
Chneemann pushed to main at Chneemann/flowstate 2026-08-24 19:29:53 +02:00
5ba906cf84 feat(ui): add error boundary fallback page with retry and recovery actions
Chneemann pushed to main at Chneemann/flowstate 2026-08-24 19:15:25 +02:00
730649d809 feat(ui): add clean 404 not-found page with slug fallback
Chneemann pushed to main at Chneemann/flowstate 2026-08-24 11:43:01 +02:00
34cc956749 feat(ui): add global skeleton loading state for app layout
Chneemann pushed to main at Chneemann/flowstate 2026-08-24 08:53:28 +02:00
230fde3e70 fix(summary): resolve text clipping issue
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 16:58:46 +02:00
2b5073db0e fix(deps): move drizzle-kit to dependencies for production migrations
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 16:44:22 +02:00
a60851ac07 refactor(lib): consolidate services, types, utils, and actions into lib folder and update import paths
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 11:46:11 +02:00
9ae5ddaf90 security(auth): move guest credentials to secure server-side API route and update docker config
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 10:54:25 +02:00
f99d1f15c4 feat(tasks): integrate zod validation for task creation and updates
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 10:37:17 +02:00
3812afab5a feat(auth): integrate zod validation for login and registration
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 10:05:40 +02:00
5a45643331 feat(ui): add maxLength attributes to task and auth forms matching db schema
Chneemann pushed to main at Chneemann/flowstate 2026-08-23 09:51:24 +02:00
b94e7834be refactor(db): add explicit string length limits to users and tasks tables
Chneemann pushed to main at Chneemann/flowstate 2026-08-22 07:31:20 +02:00
c57f9ab6dc fix(ci): fix yaml indentation in deployment workflow configuration
Chneemann pushed to main at Chneemann/flowstate 2026-08-22 07:29:39 +02:00
3ad1ad1f12 fix(ci): replace unsupported telegram action with direct curl notification in workflow
Chneemann pushed to main at Chneemann/flowstate 2026-08-22 07:26:36 +02:00
c4eb13583e feat(ci): add telegram failure notification to forgejo actions workflow
Chneemann pushed to main at Chneemann/flowstate 2026-08-22 06:56:10 +02:00
9802febef3 refactor(auth): extract handleSignOut server action into dedicated module to fix client build error