Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theming #1188

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

Theming #1188

wants to merge 28 commits into from

Conversation

ukrbublik
Copy link
Owner

@ukrbublik ukrbublik commented Jan 21, 2025

resolves #892 #970

Todo:

  • css vars scoping to closest raqb container
  • use mui/antd theme from outside

Copy link

codesandbox bot commented Jan 21, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Jan 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-awesome-query-builder-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 4:58pm
react-awesome-query-builder-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 4:58pm
react-awesome-query-builder-sandbox-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 4:58pm

Copy link

codesandbox-ci bot commented Jan 21, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c103810:

Sandbox Source
@react-awesome-query-builder/examples Configuration
@react-awesome-query-builder/sandbox Configuration
@react-awesome-query-builder/sandbox-simple Configuration
@react-awesome-query-builder/sandbox-next Configuration

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 70.27027% with 77 lines in your changes missing coverage. Please review.

Project coverage is 80.29%. Comparing base (dfb464c) to head (c103810).

Files with missing lines Patch % Lines
packages/mui/modules/widgets/index.jsx 62.79% 0 Missing and 16 partials ⚠️
packages/core/modules/stores/tree.js 14.28% 12 Missing ⚠️
packages/antd/modules/widgets/index.jsx 64.51% 0 Missing and 11 partials ⚠️
...ckages/ui/modules/components/item/RuleGroupExt.jsx 69.56% 3 Missing and 4 partials ⚠️
packages/fluent/modules/widgets/index.jsx 88.00% 0 Missing and 3 partials ⚠️
...ages/mui/modules/widgets/value/MuiAutocomplete.jsx 70.00% 1 Missing and 2 partials ⚠️
...trap/modules/widgets/core/BootstrapFieldSelect.jsx 60.00% 0 Missing and 2 partials ⚠️
.../bootstrap/modules/widgets/value/BootstrapDate.jsx 33.33% 0 Missing and 2 partials ⚠️
...rap/modules/widgets/value/BootstrapMultiSelect.jsx 60.00% 0 Missing and 2 partials ⚠️
...ootstrap/modules/widgets/value/BootstrapSelect.jsx 50.00% 0 Missing and 2 partials ⚠️
... and 14 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1188      +/-   ##
==========================================
- Coverage   80.51%   80.29%   -0.22%     
==========================================
  Files         223      223              
  Lines       12111    12311     +200     
  Branches     1541     1610      +69     
==========================================
+ Hits         9751     9885     +134     
- Misses       1620     1637      +17     
- Partials      740      789      +49     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Theme
1 participant