- Created CitySelect component with real-time filtering
- Supports 516 Indonesian cities with array filtering
- Added search functionality for better UX
- Integrated with react-hook-form in user onboarding
- Includes clear button and auto-close on outside click
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove automatic redirect from "/" to login/dashboard
- Allow everyone to view the hackathon landing page
- Users can still click "Daftar Sekarang" to go to login
This fixes the issue where the landing page immediately redirected to login.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
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>
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>
- Implemented `getGoogleAuthUrl` and `postGoogleCallback` in auth API.
- Added corresponding hooks `useGoogleAuth` and `useGoogleCallback` for handling Google authentication.
feat(api): enhance API structure with mentors and upload services
- Created `mentors` and `upload` API modules with respective services for managing mentor details and file uploads.
- Added session management utilities to handle authentication tokens in cookies.
feat(users): expand user service with detailed user management
- Enhanced user service to include detailed user information and update capabilities.
- Added hooks for fetching and updating user data.
feat(hooks): introduce hooks for mentors and upload functionalities
- Added hooks for fetching mentor details and updating mentor information.
- Implemented hooks for file upload, avatar upload, and CV upload with validation.
refactor(types): organize and extend type definitions
- Introduced new types for mentors and enhanced existing user types.
- Re-exported user-related types for better accessibility.
chore: update index files to include new services and hooks
- Updated index files to export new services and hooks for mentors and uploads.
* fix: docker
* fix landing
* chore(landing): add outputFileTracingRoot to next config
* ci: add github workflow for landing deployment via ssh and docker compose
* chore: add docker-compose file for landing app build and run
* feat docker
* fix: correct link for Roadmap navigation item
* feat: add feature request and projects voting components
* fix: correct spelling of 'Certificate' in ProjectsVote component
* feat: add Request Feature popup with responsive dialog and drawer components
* feat: enhance Header component with mobile menu animations and improved navigation styling
* refactor: simplify Header component by removing unused scroll handling and improving mobile menu structure
* fix: replace motion span with static span for header underline
* fix: update FeatureRequestCTA text for clarity and adjust page layout margins
* fix: remove DialogDescription from RequestFeaturePopup and update textarea placeholder for clarity
* fix: remove DrawerDescription from RequestFeaturePopup for cleaner UI
* fix: remove unused icon exports from icons
* fix: replace XIcon with LuX in DialogClose for consistency
* fix: remove unused icon export from index for cleaner module structure
* feat: setup openapi libs for landing
* feat: seperate landing layouts
* feat: movee landing providers
* feat: add auth layout
* feat: implement cookie management for access and refresh tokens
* feat: replace Inter font with Bai Jamjuree in layout and add font utility
* feat: add signin
* feat: add Poppins font to the font utility
* feat: expand theme colors in index.css for improved styling options
* feat: update dependencies and enhance button and form components with new variants and context
* feat: move old components to __old__ dir
* feat: add react query support
* feat: hide the footer
* fix: header style
* feat: replace Image component with LogoSimple in Header and update Logo component to accept props
* fix: update label for tutorial stat in hero-stats.json
* feat: implement EventsPage component with event listing and details
* feat: add signup button and page
* feat: add HERO_CONTENT data and integrate into Hero component
* fix: update navigations import to uppercase and add missing Testimoni entry
* feat: implement testimonials display and add submission page
* fix: correct link path for testimonial submission
* feat: add communites component and integrate social links from JSON data
* fix: adjust grid gap in Communities component for better layout
* fix: update font imports in layout components for consistency
* fix: replace text logo with LogoSimple component in Footer and restore Footer in Layout
* feat: add TestimonialSection component and update testimonials data
* fix: update section ID from 'komunitas' to 'community' for consistency
* feat: add CTASection component with interactive elements and background pattern
* fix: update join URL in hero content for consistency
* fix: update text in CTASection for improved emphasis and consistency
* feat: add CommunitySection component and integrate it into the main page
* feat: update Footer component to use dynamic navigation and social links
* feat: implement HeroSection component with dynamic content and animations
* refactor: replace hardcoded testimonials with dynamic data from JSON
* feat: add signup page
* feat: integrate Turnstile captcha verification in signup process
* feat: implement verification page
* feat: add signin link to the signup page
* feat: add "Forgot Password?" link to the signin form
* refactor: clean up unused ThemeProvider code and CSS variables
* feat: add base styles for borders and background to improve UI consistency
* feat: implement forgot password functionality with validation and UI components
* fix: update password validation rules for clarity and consistency
* feat: enable rich colors for Toaster component in layout
* feat: implement reset password functionality with validation and UI components
* feat: implement Turnstile captcha verification for forgot password and signup actions
* refactor: remove console log and enhance error handling in signin and resend OTP actions
* feat: add navigation entries for Roadmap and Artikel sections
* feat: create initial Page component for articles section
* feat: update footer component with additional social media links and icons
* feat: remove all unused components in landing
* chore: add @radix-ui/react-label deps
* feat: wrap VerificationTabs in Suspense
* feat: update .env.example to include TURNSTILE_SECRET_KEY and correct NEXT_PUBLIC_TURNSTILE_SITEKEY
* 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
* chore: remove all references to PayloadCMS
* fix: nextjs landing utils
* feat: refactor community, features, hero, learning resources, and testimonials components to use external JSON data
* fix:remove hero logo box
* fix: remove unused image in public
* fix: change logo.png to logo.webp
* fix: update button styles for improved visibility
* chore: restructure component organization
* fix: update import path for global styles in layout component
* fix: adjust alignment of hero stats section for better layout
* fix: update testimonials placeholder sample data
* fix: update header component to use router for navigation and add signin page
* feat: integrate payload cms to landing page
* feat: add payload configuration and update TypeScript target
* fix: update TypeScript paths for payload configuration
* refactor: update config import paths to use local payload.config
* fix: update quotation marks for testimonials to use HTML entities
* fix: include withPayload in Next.js plugins for proper configuration
* feat: implement HeroSection global configuration and integrate with Hero component
* feat: add FeaturesSection global configuration and integrate with Features component
* feat: add revalidate constant to control page revalidation interval
* refactor: optimize data fetching by using Promise.all
* fix: update revalidation interval to 10 seconds
* feat: add CommunitiesSection configuration and integrate with Community component
* refactor: move global section functions to services directory
* feat: add support for s3 bucket for media
* feat: update Community component to use Iconify for icons and adjust CommunitiesSection configuration
* feat: replace Link component with Button for improved button styling in Community component
* feat: update FeaturesSection to use Iconify icons and adjust icon properties
* feat: add heroImage field to HeroSection and implement image formatting utility
* feat: add Learning Resources section with dynamic data fetching and UI integration
* feat: enhance LearningResourcesSection with primary and secondary button links
* refactor: reorganize layout structure by moving Header and Footer components to RootLayout
* feat: implement Testimonials section with dynamic data fetching and UI integration
* feat: simplify joinTitle rendering in Testimonials section
* feat: implement CallToAction section with dynamic data fetching and UI integration
* feat: update CallToActionSection label and wrap Discord button in link
* feat: update button components to use onClick for external links and improve styling
* feat: wrap logo image in a link to navigate to the homepage
* fix: supress scss deps warning
* fix: add placeholder to .env.example
* chore: add environment placeholder variables for CMS configuration in test build workflow
* fix: remove unused environment variables from test build workflow
* fix: text color (#26)
* chore: update action
* feat: integrate payload cms to landing page
* feat: add payload configuration and update TypeScript target
* fix: update TypeScript paths for payload configuration
* refactor: update config import paths to use local payload.config
* fix: include withPayload in Next.js plugins for proper configuration
* feat: implement HeroSection global configuration and integrate with Hero component
* feat: add FeaturesSection global configuration and integrate with Features component
* feat: add revalidate constant to control page revalidation interval
* refactor: optimize data fetching by using Promise.all
* fix: update revalidation interval to 10 seconds
* feat: add CommunitiesSection configuration and integrate with Community component
* refactor: move global section functions to services directory
* feat: add support for s3 bucket for media
* feat: update Community component to use Iconify for icons and adjust CommunitiesSection configuration
* feat: replace Link component with Button for improved button styling in Community component
* feat: update FeaturesSection to use Iconify icons and adjust icon properties
* feat: add heroImage field to HeroSection and implement image formatting utility
* feat: add Learning Resources section with dynamic data fetching and UI integration
* feat: enhance LearningResourcesSection with primary and secondary button links
* refactor: reorganize layout structure by moving Header and Footer components to RootLayout
* feat: implement Testimonials section with dynamic data fetching and UI integration
* feat: simplify joinTitle rendering in Testimonials section
* feat: implement CallToAction section with dynamic data fetching and UI integration
* feat: update CallToActionSection label and wrap Discord button in link
* feat: update button components to use onClick for external links and improve styling
* feat: wrap logo image in a link to navigate to the homepage
* fix: supress scss deps warning
* fix: add placeholder to .env.example
* chore: add environment placeholder variables for CMS configuration in test build workflow
* fix: remove unused environment variables from test build workflow
* fix: remove mistakenly added env from test-build workflow
---------
Co-authored-by: Fahim Ardani <fahimardani25@gmail.com>
Co-authored-by: Maulana Sodiqin <53475078+maulanasdqn@users.noreply.github.com>
* feat: integrate payload cms to landing page
* feat: add payload configuration and update TypeScript target
* fix: update TypeScript paths for payload configuration
* refactor: update config import paths to use local payload.config
* fix: update quotation marks for testimonials to use HTML entities
* fix: include withPayload in Next.js plugins for proper configuration