Keep Catalog Changes tags compact and filterable - #3092
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
WalkthroughThe change adds compact tag rendering with a popover for hidden tags and include/exclude filtering. Configuration tables pass the visibility limit and use updated column sizing. The configuration-change story filters fixtures from URL parameters and supplies complete pagination data. ChangesTag display and filtering
Sequence Diagram(s)sequenceDiagram
participant User
participant TagsFilterCell
participant MemoryRouter
participant ParentRow
User->>TagsFilterCell: Open more-tags popover
TagsFilterCell-->>User: Show hidden tags and include/exclude actions
User->>TagsFilterCell: Select a tag action
TagsFilterCell->>MemoryRouter: Update labels search parameter
TagsFilterCell--xParentRow: Stop row-click propagation
Merge Risk: ⚪ Minimal · up to This localized UI change has no identified merge-blocking risk and is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
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 |
Keeps Catalog Changes rows single-line by narrowing the Last Seen column and collapsing excess tags behind a +N more popover, while preserving include/exclude filtering for every hidden tag and adding an interactive Storybook regression scenario with unit coverage.
Summary by CodeRabbit
New Features
Improvements
Bug Fixes