Landing page UI improvements#6
Merged
Merged
Conversation
- Add .force-dark CSS class to globals.css that re-declares all dark CSS variables for a subtree, fixing the light mode breakage where Tailwind CSS vars (bg-card, border, etc.) would flip to light values while the landing page background stayed dark - Rewrite DashboardMockup with a full-fidelity 460px tall preview: - Sidebar with all 10 nav items using real Lucide icons - 5-column stat cards with actual values (12,481 / 48,203 / 42.1%...) - Quick action chips (New Broadcast, Add Contact, New Segment, Campaign) - Live activity feed with colored event dots (open/click/unsubscribe) - Right panel showing recent broadcasts with status badges + progress bars - Segment card in the right panel - User avatar in sidebar footer - Remove all hardcoded hex bg/color from component classes; use CSS vars or scoped inline styles inside the dark island - Replace border/color rgba hacks throughout landing with consistent rgba values that match the dark design system - Improve hero trust signals row (ELv2 licensed / No per-seat fees / Self-hostable) - Tighten spacing, improve section headers, polish feature card hover ring Co-authored-by: ShadowWalker2014 <ShadowWalker2014@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
cursor Bot
pushed a commit
that referenced
this pull request
Mar 12, 2026
- Add .force-dark CSS class to globals.css that re-declares all dark CSS variables for a subtree, fixing the light mode breakage where Tailwind CSS vars (bg-card, border, etc.) would flip to light values while the landing page background stayed dark - Rewrite DashboardMockup with a full-fidelity 460px tall preview: - Sidebar with all 10 nav items using real Lucide icons - 5-column stat cards with actual values (12,481 / 48,203 / 42.1%...) - Quick action chips (New Broadcast, Add Contact, New Segment, Campaign) - Live activity feed with colored event dots (open/click/unsubscribe) - Right panel showing recent broadcasts with status badges + progress bars - Segment card in the right panel - User avatar in sidebar footer - Remove all hardcoded hex bg/color from component classes; use CSS vars or scoped inline styles inside the dark island - Replace border/color rgba hacks throughout landing with consistent rgba values that match the dark design system - Improve hero trust signals row (ELv2 licensed / No per-seat fees / Self-hostable) - Tighten spacing, improve section headers, polish feature card hover ring Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: ShadowWalker2014 <ShadowWalker2014@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the landing page's broken appearance in light mode and significantly enhances the dashboard mockup to reflect a modern, premium design.
Changes
.force-darkCSS class toglobals.cssto ensure dark mode styling persists regardless of the rootlightclass.DashboardMockupinsrc/routes/index.tsxinto a detailed, full-fidelity browser-windowed preview with a sidebar, stats, activity feed, and broadcast panel..force-darkclass to the landing page's main wrapper.Type of Change
Testing
bun x tsc --noEmit) with no errors insrc/routes/index.tsx.document.documentElement.classList.add('light')) to confirm correct rendering and.force-darkfunctionality.Checklist
bun x tsc --noEmitin affected service)console.log— using pino logger