fix(docs): align component examples and branding with DaisyUI 5 - #28
Conversation
- FAB: wrap examples in position:relative container so the fixed-position FAB renders visibly inside the preview panel - Swap/ThemeController: replace emoji with SVG icons matching official docs (sun/moon for rotate, hamburger/close for hamburger button) - Accordion: replace <p> wrappers with <span> to avoid extra margins in collapse-content, matching official DaisyUI markup - Sidebar: reorder categories to match official DaisyUI docs (Actions → Data display → Navigation → Feedback → Data input → Layout → Mockup) - Component titles: align naming with official docs (Chat bubble, Hover 3D card, FAB / Speed Dial, Drawer sidebar, Join (group items), etc.) - Favicons/logos: regenerate all icon sizes from DaisyUI 5 mark SVG, update favicon.ico and horizontal logos from daisyui.com/brand - site.webmanifest: rename app from "DaisyUI Docs" to "DaisyUI Ruby"
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (38)
📒 Files selected for processing (15)
Comment |
Summary
position:fixedwithin a relative wrapper<span>instead of<p>to avoid extra margins)Test plan
bundle exec rspec— 1363 gem specs passbundle exec rspec(docs) — 8 docs specs passbundle exec rubocop— no offenses (gem)bin/rubocop— no offenses (docs)