Release from Development#853
Conversation
…am-07/ignix-ui into feature/timeline-view-page
This reverts commit 4fd7049.
This reverts commit c948095.
…h loading elable issue fixes
…iew-page [Feature]: Timeline View Page
Fix/button group bugs
…r motification center template
…re/notificatio-center-template
…page Feature/detail view page
…center-template Feature/notificatio center template
[Fix]: resolve visibility bugs in checkbox component
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (48)
WalkthroughIntroduces three new UI templates (Notification Center, Detail View Page, Timeline) across docs, Storybook, and registry with tests and docs. Also updates Badge, Checkbox, and ButtonWithIcon behaviors, reorganizes docs indices/TOC, bumps Tailwind deps, adjusts CLI config, and minor CSS/CTA tweaks. ChangesTimeline View Page feature
Detail View Page feature
Notification Center feature
UI components: ButtonWithIcon, Checkbox, Badge
Docs content reorg and ButtonGroup demo
Infra, deps, CSS, CLI, CTA
Sequence Diagram(s)Estimated code review effort🎯 5 (Critical) | ⏱️ ~120 minutes Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
|
Release from Development
New Components or Component API Changes
Root,TopNav,Header,Actions,Metadata,Content,RelatedList,BottomNav) for data-management detail views, supporting theme switching, loading skeleton state, metadata display, and related items list with keyboard activationTrigger,Content,Header,Filters,List,Item,Footer) featuring unread badge, type/priority filtering, per-item actions (read/flag/dismiss), and "See all" navigationvariantprop to include"none"option for non-animated badgesiconPositionprop (rightplaces children before spinner)getCheckmarkColor()helper for variant-aware checkmark color; updatedprimaryvariant to use indigo colors andsubtle/glassto use accent/foreground colorsuseMemofor dynamic item generation based on selected variant; added wrap toggle handler that reconciles selected valuesDetailViewPageDemo,NotificationCenterDemo,TimelineViewPageDemofor docs siteBug Fixes
templateLayoutUrl(now points to registry base) andtemplateLayoutDir(changed fromsrc/templatestosrc/components/templates)Tooling / Config Changes
@tailwindcss/postcssandtailwindcssto^4.1.14across docs, POC, and Storybook appsnotification-center,detail-view-page,timeline-view-page) with component dependencies and external package requirementsshimmerkeyframe animation CSS variable for loading state indicatorsDocs / Storybook Updates
Tests Added
iconPositionprop (appears after text when"right", before text otherwise)Breaking Changes
None