Conversation
Improve responsive behavior and fix overflow/wrapping issues across the AboutPage styles. Add overflowX: 'clip' and multiple minWidth: 0 rules to prevent horizontal overflow, enable text wrapping via whiteSpace/overflowWrap changes, and introduce media queries to restore larger sizes at desktop breakpoints. Adjust typography (font sizes and line-heights) for hero, titles, and various cards, reduce paddings/min-heights for mobile and reapply previous values at wider viewports, and tweak layout grids (montage -> single column on mobile, two-column on wider screens) and scroll/marquee sizing to use vw-based columns on small screens. Misc updates include reducing gaps/padding for compact view, updating logo marquee and tile sizes, and general polish for consistent responsive presentation.
Update dark-mode hover selectors and apply minor formatting/import tweaks. - Change dark-mode hover rules in CustomDaoSelector.css.ts and FeedFiltersModal.css.ts to use the combined selector 'html[data-theme-mode="dark"] &:hover' so hover styles apply correctly in dark theme. - Reorder imports in apps/subgraph/src/utils/parseDaoMetadata.ts (no behavior change). - Adjust imports and JSX formatting in apps/web/src/modules/home/Marquee.tsx (add darkWord/lightWord imports and multiline Image props for readability). - Move CSS import and collapse Stack props to a single line in apps/web/src/pages/bridge.tsx (formatting only).
Replace hard-coded border color values in packages/dao-ui/src/components/DaoCard/DaoCard.css.ts with theme.colors.border to ensure consistent theming across the component. The hover borderColor was updated accordingly; no other behavior changes.
This keeps select state/labels in sync, removes disabled dropdown interactivity, and addresses focus contrast and token drift across navigation, forms, and shared vote/transaction UI.
Feature/dark mode
Aligns this styling with the broader design system on the app
fix: make minor changes to fix dark mode + fixed bottom mobile action bar for dao create flow
Replace hardcoded and data-driven colors on the About page with theme variables so dark/light mode backgrounds, focus states, and hover feedback render consistently.
fix: prefer latest upgrade path and remove legacy version address map
Feature/about page update
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
No description provided.