Commit Graph

8 Commits

Author SHA1 Message Date
2e28656a93 fix: handle register response correctly
Docker Build and Push / build-and-push (push) Successful in 5m22s
- get sorting data from backend
2026-02-22 14:11:31 +07:00
a64b63d0b2 refactor: move auth api call to api file 2026-02-22 00:37:59 +07:00
384ac12109 chore: remove unused UI components, dummy data, and theme provider 2026-02-22 00:37:18 +07:00
58d74cb8c8 feat(router): register all form routes and wrap app with AuthProvider 2026-02-22 00:16:58 +07:00
e825b82d1c feat(forms): add edit form page with PUT /api/form/:id integration 2026-02-22 00:16:58 +07:00
6a500e7ac0 feat(forms): add create form page with POST /api/form integration 2026-02-22 00:16:57 +07:00
90e83050b9 feat(auth): add remember me with sessionStorage/localStorage toggle 2026-02-22 00:16:57 +07:00
fc7b96daf6 first commit 2026-02-21 17:41:24 +07:00