Commit Graph

13 Commits

Author SHA1 Message Date
ecaaf437f0 feat: add docker compose file
Docker Build and Push / build-and-push (push) Successful in 7m50s
2026-02-24 09:17:06 +07:00
631cac2dc3 feat: add view responses page
Docker Build and Push / build-and-push (push) Successful in 6m35s
2026-02-22 19:04:42 +07:00
4014ec802a feat: integrate submit form answer with backend
Docker Build and Push / build-and-push (push) Successful in 5m22s
2026-02-22 14:41:52 +07:00
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
89c75dfbbb fix: inject env variable at build time
Docker Build and Push / build-and-push (push) Successful in 5m19s
2026-02-22 03:03:50 +07:00
5b402b544d ci: add docker build
Docker Build and Push / build-and-push (push) Successful in 5m25s
2026-02-22 01:52:41 +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