Dashboard#252
Conversation
Set up of global styles
partner section, partners must be updated later
merge faq into dev
…in component, implement useFindPosition hook to calculate overlay positions
fixed link sizes
implement map section with dynamic pin positioning, create reusable …
Fix/navbar hero fixes
Landing page
Organizers section with animation
Cloudflare config
removed redis, nav links are static, registration toggle is through c…
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (23)
📒 Files selected for processing (130)
Disabled knowledge base sources:
📝 WalkthroughWalkthroughThis PR rebrands the site to RowdyHacks, adds OpenNext/Cloudflare deployment support, removes Redis-backed admin nav/registration toggle features in favor of static config flags, splits the DB client into Edge/Node variants, and redesigns the landing and dashboard UI with new decorative and QR/ticket components. ChangesDeployment and Configuration
Registration/RSVP Config-Driven Gating
Landing Page Redesign
Dashboard Redesign
Theme, Navigation, and Form Styling
Estimated code review effort: 4 (Complex) | ~75 minutes Sequence Diagram(s)sequenceDiagram
participant User
participant Page as Register/RSVP/SignUp Page
participant Config as hackkit.config
participant DB
participant RegisterClosed
User->>Page: request page
Page->>Config: read registrationAvailable / rsvpAvailable / rsvpLimit
alt registration/RSVP disabled
Page->>RegisterClosed: render closed UI
RegisterClosed-->>User: show closed message
else enabled
Page->>DB: check RSVP count / user status
DB-->>Page: current count
Page-->>User: render form or redirect
end
Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Bug Fixes
Chores