Commit Graph

19 Commits

Author SHA1 Message Date
e27b18b22e feat: add client info in backend fetch header 2026-01-20 08:25:10 +07:00
b2c21c5f01 feat: create provider callback handler 2026-01-09 08:23:14 +07:00
28cd3178b9 feat: add oauth button 2026-01-07 17:21:14 +07:00
a82e7a7424 ♻️ refactor: all codebase
Completely refactoring the entire old codebase with a new codebase. This change also altered most of the core UI from the old codebase, replacing it with Shadcn with some customizations.
2026-01-07 08:44:48 +07:00
8b82f4744e 💄 (ui) add toast to display an error 2025-10-07 21:46:50 +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
4e7b939e93 🔒 (security) remove disableDevtools
Removed disableDevtools from the security features because it was redundant with the popup feature, which caused the
authentication popup to always close.
2025-09-08 23:11:42 +07:00
9205909600 📈 (analytics) Add Sentry for error tracker 2025-09-06 22:21:01 +07:00
5e4047a500 📝 creating docs for login page 2025-08-18 22:41:51 +07:00
3dad8ef528 🔧 create backend connector
create a connector to communicate with the backend service using the ky module.
2025-08-15 16:39:40 +07:00
6b491bccd4 ⬆️ updgrade tailwindcss to v4 2025-08-05 07:17:14 +07:00
ed8acbbcb0 add next top loader
add new depedencies to create loading bar on top every page
2025-08-05 00:06:43 +07:00
65cc862a55 🚩 add something necessary 2025-08-04 23:15:20 +07:00
2770f10747 🚩 (login) create login page 2025-07-14 14:52:50 +07:00
0f4bfdfe1c ⬇️ (tailwind) downgrade tailwind to v3
downgrading tailwind because heroUI beta that support tailwind v4 encounter error that makes full reload pages when use
link from HeroUI, will be updated to v4 when it's fixed.
2025-07-13 14:10:54 +07:00
2b40f9b407 📌 edit hero ui to beta version
fixing compability hero UI for tailwind v4
2025-07-09 22:11:43 +07:00
28d81d9792 💩 create hero UI wrapper
still need fix or downgrade tailwind to v3
2025-07-09 09:58:01 +07:00
ab9470044e 🎉 initial commit 2025-07-09 09:00:48 +07:00
b93e919d55 Initial commit from Create Next App 2025-07-09 08:39:30 +07:00