Commit Graph

19 Commits

Author SHA1 Message Date
bagas d339f41ced feat: add modal for editing and deleting form
Docker Build and Push / build-and-push (push) Successful in 6m55s
2026-03-01 20:54:34 +07:00
bagas 597475ac8d update: removing first name and last name field
Docker Build and Push / build-and-push (push) Successful in 6m49s
2026-03-01 20:24:35 +07:00
bagas 6123794b2e update: remove forgot password link and make remember me to true by default 2026-03-01 20:23:10 +07:00
bagas 2741420358 update: Readme to include setup instruction
Docker Build and Push / build-and-push (push) Successful in 6m38s
2026-02-26 11:16:33 +07:00
bagas 6b935c9c22 update: new style for search toolbox
Docker Build and Push / build-and-push (push) Successful in 6m47s
2026-02-25 10:26:15 +07:00
bagas 5ce2890023 feat: add animation
Docker Build and Push / build-and-push (push) Successful in 7m14s
2026-02-25 10:11:22 +07:00
bagas 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
bagas 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
bagas 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
bagas 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
bagas 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
bagas 5b402b544d ci: add docker build
Docker Build and Push / build-and-push (push) Successful in 5m25s
2026-02-22 01:52:41 +07:00
bagas a64b63d0b2 refactor: move auth api call to api file 2026-02-22 00:37:59 +07:00
bagas 384ac12109 chore: remove unused UI components, dummy data, and theme provider 2026-02-22 00:37:18 +07:00
bagas 58d74cb8c8 feat(router): register all form routes and wrap app with AuthProvider 2026-02-22 00:16:58 +07:00
bagas e825b82d1c feat(forms): add edit form page with PUT /api/form/:id integration 2026-02-22 00:16:58 +07:00
bagas 6a500e7ac0 feat(forms): add create form page with POST /api/form integration 2026-02-22 00:16:57 +07:00
bagas 90e83050b9 feat(auth): add remember me with sessionStorage/localStorage toggle 2026-02-22 00:16:57 +07:00
bagas fc7b96daf6 first commit 2026-02-21 17:41:24 +07:00