fix(profiles): inline workspace styles - #63
Conversation
… workspaces Add reusable query browsing, sampling, and OpenSearch query-building flows for profile creation and editing. Introduce a schema-configured profile editor route with column management, previews, JSONPath selection, YAML editing, parameter validation, and row-limit controls. Cover the new models, components, integrations, and authoring workflows with focused tests and Storybook coverage.
Add `x-array-display: "cards"` for titled, always-expanded object-array editors using the existing `x-item` summary configuration. Also keep inline array items aligned with the form's label/value grid and share item-row controls across displays.
Expose profile authoring and query browsing through reusable package/demo surfaces, with Storybook and kitchen-sink coverage. Preserve provider error diagnostics through query execution and let users copy complete diagnostic reports without expanding details.
Move modal sizing and scrolling constraints into Tailwind utilities so published consumers receive the layout styles without importing a separate CSS asset. Add regression coverage for query output, sorting, and column-filter behavior.
|
Important Review skippedToo many files! This PR contains 121 files, which is 21 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (121)
You can disable this status message by setting the 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 |
|
Gavel summary
Totals: 3735 passed · 0 failed · 1 skipped · 5m57s |
Render count and byte fields in human-readable units while preserving canonical values for API requests. Add stepping controls and read-only handling for unit-aware schema fields. Centralize profile sampling payload construction and fail fast when a provider is missing.
Use linear boundary scans for profile slugs and API paths to avoid pathological regex behavior without changing normalized output. Distinguish page-level error report copying from detailed error copying for unambiguous assistive-technology actions. Prebundle CodeMirror dependencies in Storybook for consistent editor story resolution. Claude-Session-Id: be60ad79-f082-49b3-8fee-9a584b3c646f
Claude-Session-Id: be60ad79-f082-49b3-8fee-9a584b3c646f
What
Why