Maulana Sodiqin and Claude
d36c693615
chore: trigger deployment for all apps
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 16:21:28 +07:00
Maulana Sodiqin and Claude
4bc5006c91
chore: trigger deployment for all apps
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 16:07:16 +07:00
Maulana Sodiqin and Claude
d9c4217fd3
chore: trigger deployment for all apps
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 15:47:20 +07:00
Maulana Sodiqin and Claude
734e8540f2
chore: trigger deployment for all apps
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 11:10:07 +07:00
Maulana Sodiqin and Claude
69d6d86342
chore: trigger deployment for all apps
...
Triggering deployment for all apps to deploy the following changes:
- Fixed circular dependency between utils and service libraries
- Added missing auth hooks (usePostVerifyEmail, useGoogleCallback, etc.)
- Moved useAuthStore from utils to service
- All apps now build successfully
Apps to deploy:
- hackathon
- gacha
- dimentorin
- backoffice
- landing
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 10:00:10 +07:00
Maulana Sodiqin and Claude
1cb2443b58
fix: resolve circular dependency between utils and service libraries
...
Moved useAuthStore from utils to service to break circular dependency:
- utils was importing from service (supabase client, types)
- service was importing from utils (useAuthStore)
- Solution: moved useAuthStore and related storage utilities to service
Changes:
- Created libs/service/src/storage/ with cookies.ts and local-storage.ts
- Moved use-auth-store.ts from utils/hooks to service/hooks/auth
- Updated all 20+ files to import useAuthStore from service instead of utils
- Removed useAuthStore export from utils
- Added storage exports to service index
This fixes the build error: "Could not execute command because the task graph has a circular dependency"
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 02:34:52 +07:00
Hafid Nur and GitHub
9f25941a4a
feat: gacha auth integration ( #32 )
...
* feat(gacha): register and login integration
* fix: navbar and gacha landing page
- display fullname when user authenticated
- fix styling and responsive
* fix: minor fix UI
2025-05-27 01:41:13 +07:00
Maulana Sodiqin
9a0fee65a5
fixing so much trouble
2025-05-23 00:28:29 +07:00
Maulana Sodiqin
f8cd57a1cf
chore: update readme and env example
2025-05-20 11:09:14 +07:00
egagofur
638b64b715
fix: validation by query param
2025-04-04 16:42:27 +07:00
egagofur
d61cb4a215
fix: split zod validation register modal
2025-04-04 16:38:21 +07:00
egagofur
9108ddb742
fix: unused field
2025-04-03 23:39:41 +07:00
egagofur
628e168342
fix: form type
2025-04-03 23:39:09 +07:00
egagofur
9aff9e2dc8
feat: integeration register modal
2025-04-03 23:32:44 +07:00
egagofur
6b959a2f22
feat: change from dummy button to navbar button
2025-04-03 19:39:53 +07:00
Maulana Sodiqin
a6fea630a4
feat: login example
2025-04-03 12:21:10 +07:00
Maulana Sodiqin
c05061becf
feat: login example
2025-04-03 12:21:08 +07:00
egagofur
d544e43abc
feat: add register form and change hooks to modal component
2025-04-01 10:14:46 +07:00
egagofur
f39466936f
feat: add todo change using real button trigger
2025-03-30 22:47:29 +07:00
egagofur
5d418830b9
feat: add todo component otp input
2025-03-30 22:44:59 +07:00
egagofur
d58ad58ef8
feat: dyamic stepper form forgot password
2025-03-30 22:41:06 +07:00
Maulana Sodiqin and GitHub
747e75e684
Merge pull request #8 from IMPHNEN/feat/backoffice
...
Backoffice Update
2025-03-29 21:18:10 +08:00
egagofur
340bd8c4bf
feat: add modal login gacha page
2025-03-29 17:26:54 +07:00
Hafid Nur
7eecf2621d
feat: add filter popover component for delivery status
...
- Tambah fungsional close button untuk komponen Filter
- Penyesuaian warna neutral sesuai Design System
2025-03-29 01:17:32 +07:00
Hafid Nur
2d9473ea7c
feat: Adjustment
...
- Sesuaikan color palette success, info, danger, warning sesuai dengan design system Figma
- Sesuai background pagination
- Fix width form login tidak maksimal
2025-03-27 22:28:40 +07:00
boboiazumi
4ac1278a33
fix: conflict
2025-03-17 18:13:24 +07:00
Hafid Nur
c8b12db1b3
feat: linear gradient diffuser
2025-03-16 22:53:13 +07:00
Hafid Nur
e3c4b7a23a
feat: infinite scroll animation for gacha items
2025-03-16 22:25:29 +07:00
boboiazumi
41a0842026
feat: modals-gacha
2025-03-16 22:18:48 +07:00
Hafid Nur
a9164e5e5f
feat: gacha item horizontal scroll snap
2025-03-16 22:16:52 +07:00
Hafid Nur
d7e39095bb
feat: separate GachaItem component and add more Gacha items (images and labels)
...
TODO:
- implement an infinite scroll snap slider for Gacha items
2025-03-16 21:42:45 +07:00
Hafid Nur
84ddf2b771
feat: draft roulette page
2025-03-16 20:40:18 +07:00
Hafid Nur
cb632adbb4
feat: change the layout of the landing page from using CSS Flexbox to CSS Grid
...
- minor adjustment for navbar max width and padding
2025-03-16 19:54:42 +07:00
Hafid Nur
6a1fa42956
feat: update navbar to cover top of the page
...
- Update the navbar to be sticky when scrolling the page and cover the top of the page.
- Fix the margins for every viewport.
2025-03-16 19:19:44 +07:00
Hafid Nur
9002e6a261
feat: merge landing page component into single page file
...
- Component landing page sebelumnya terpisah, tetapi perlu digabungkan lagi karena tidak reusable pada aplikasi
2025-03-16 19:13:49 +07:00
Hafid Nur
02e06caca1
feat: landing page for desktop viewport
2025-03-16 07:41:16 +07:00
Hafid Nur
02863ebc8b
feat: add landing page for mobile viewport
2025-03-16 06:38:14 +07:00
Hafid Nur
c7b74bc9b6
feat: update theme to match the Design System
...
adjustment
- primary color
- base + typography size
2025-03-16 05:42:24 +07:00
Maulana Sodiqin
203ee5de97
chore: remove uneeded folder/file
2025-03-16 00:35:48 +07:00
Maulana Sodiqin
5c5faaf8a1
fix: libs cannot apply style
2025-03-16 00:05:17 +07:00
Maulana Sodiqin
4ec41164f8
chore: initial commit
2025-03-13 02:03:13 +07:00