Homepage improvements, onboarding polish, and popup background fix#5
Merged
Conversation
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.
This PR improves the homepage navigation and layout, refines the listing onboarding flow, and fixes an issue where Radix/shadcn popovers could appear transparent under Tailwind v4.
The goal is to make the homepage more usable on mobile, improve notification and menu interactions, and ensure UI surfaces render consistently across the app.
Popup background fix (shadcn + Tailwind v4)
Added a global CSS fix to ensure Radix portal components always render with an opaque background.
Problem
Under Tailwind v4’s @theme inline system, some shadcn components rendered transparent backgrounds when mounted in portals.
Affected components included:
Solution
Added a global CSS rule that forces portal components to use explicit popover colors.
Result
Dropdowns and popovers no longer appear transparent and now render correctly in both light and dark themes.
Homepage navigation improvements
Notification panel behavior
Improved notification UX with better interaction handling.
Changes:
Result
This prevents overlapping UI states and makes the notification behavior more predictable.
Mobile navigation menu
Refactored the mobile hamburger dropdown.
New menu structure:
Additional improvements:
Desktop header improvements
Desktop navigation actions are now more clearly separated.
Header now includes:
Changes:
Homepage layout improvements
Promotional banner
Added a homepage banner section below the header.
Features:
Category navigation improvements
Category navigation now includes:
This makes browsing categories easier when many are present.
Swipe card polish
Improved the swipe-style listing card UI.
Enhancements:
Listing onboarding improvements
Improved the create listing onboarding layout.
Changes:
Result
The onboarding flow is now more consistent with the rest of the app layout and works better on mobile screens.
Asset update
Updated convex.svg with a simplified logo version.
Benefits:
Result
This PR improves several key UX areas across the application:
Overall this makes homepage interactions more reliable and improves the browsing experience on both desktop and mobile.