Commit Graph

14 Commits

Author SHA1 Message Date
fbcb575a36 🚧 (wip) create form provider 2025-10-16 00:28:20 +07:00
fcc131d4ee 🚧 (in plan to change the provision structure) 2025-10-15 23:26:20 +07:00
6b1fc720fe 🚨 (lint) remove unused imports 2025-10-14 22:34:40 +07:00
273db57e7b 👔 (necktie) add logic to store the cookies 2025-10-12 00:12:42 +07:00
94f6f0780c 🚧 (wip) testing signup submission 2025-10-11 23:40:06 +07:00
15c9599ce7 🔒 (security) security improvement 2025-10-10 23:57:09 +07:00
54f4e72b32 🏗️ (arch) change model folder to lib
change model to lib becase the model folder that will use for zod validation
2025-10-07 21:49:05 +07:00
8b82f4744e 💄 (ui) add toast to display an error 2025-10-07 21:46:50 +07:00
f13f1ccaf1 🩹 (simple-fix) fix handler error request 2025-10-07 11:59:22 +07:00
171862aa3a 🚩 (flags) create form submitter endpoint 2025-10-07 10:36:32 +07:00
889cb4f2f6 🚚 (mv) change dir name
change lib directory in features to models
2025-10-04 22:58:55 +07:00
eca25d29cd (dep-add) add library for better handling form
Adding the react-hook-form library for better form handling than React's built-in state management, which often renders
every time input is entered.
2025-10-04 22:34:12 +07:00
bf286af235 🚩 (flags) create signup provision page 2025-10-03 00:29:17 +07:00
a2216b44db 🚚 (mv) separating card from other components 2025-10-02 23:56:20 +07:00