fix: Widget and detail page graphical improvements#32
Open
rubenvdlinde wants to merge 6 commits intobetafrom
Open
fix: Widget and detail page graphical improvements#32rubenvdlinde wants to merge 6 commits intobetafrom
rubenvdlinde wants to merge 6 commits intobetafrom
Conversation
- Fix filters object serialized as [object Object] in query string by using JSON.stringify for all object values in buildQueryString - Flatten filters into individual query params in refetchSearchCollection so backend receives field-level filters instead of a single filters param - Remove source-to-_source mapping (deprecated, backend auto-detects)
…components feat: Spec enrichment and new components
Add Vue 2 component library enforcement rules to the rules section of openspec/config.yaml for artifact creation guidance.
- Add borderless/flush props to CnWidgetWrapper for transparent KPI cards - Add flush prop to CnDetailCard for edge-to-edge tables - Make CnStatsBlock responsive (width: 100%, text truncation, smaller icons) - Auto-set borderless on dashboard widgets when showTitle=false - Add objectSidebarState inject to CnDetailPage for proper NcAppSidebar - Add subtitle prop to CnObjectSidebar - Fix apexcharts rollup build (resolve .min without .js extension) Closes #31
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.
Summary
borderless/flushprops to CnWidgetWrapper — removes double borders on KPI cards, enables full-width widget contentflushprop to CnDetailCard — edge-to-edge tables on detail pagesobjectSidebarStateinject — renders as proper NcAppSidebarTest plan
Closes #31