Commit Graph

15 Commits

Author SHA1 Message Date
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