Commit Graph

20 Commits

Author SHA1 Message Date
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
57affc70ca 🔧 (config) remove git prefix from bun command 2025-09-29 22:31:42 +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
b12a3211b6 🚚 reconstructing and fixing file structures
The reconstruction includes moving the Navbar component from shared to widget because Navbar is a group of elements, and
removing the login-signup form due to changes in logic that will use a popup flow to improve the user experience without
navigating to another page for authentication.
2025-08-17 21:25:49 +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
e06360b5a9 🔧 create example env
Create .env.example to help you figure out what variables should be in the .env file. Run the command `bun run
env:publish` to sync the .env.example file with the .env file.
2025-08-05 13:26:10 +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
d026077663 📦 fix command for commit 2025-07-09 09:01:47 +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