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

refactor: toggle inputs #617

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Conversation

mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Oct 7, 2023

This is part of #606

In this PR I refactored all on toggle components from Options-API to Composition-API.

Provide OField validation message display for OCheckbox, ORadio and OSwitch.

Fixes #611

Proposed Changes

@netlify
Copy link

netlify bot commented Oct 7, 2023

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 69cfa11
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/652180ae502d110008f0e746
😎 Deploy Preview https://deploy-preview-617--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b35c339) 63.86% compared to head (69cfa11) 65.92%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #617      +/-   ##
===========================================
+ Coverage    63.86%   65.92%   +2.06%     
===========================================
  Files           87       64      -23     
  Lines         5606     4528    -1078     
  Branches      1587     1189     -398     
===========================================
- Hits          3580     2985     -595     
+ Misses        1915     1432     -483     
  Partials       111      111              
Flag Coverage Δ
oruga 65.92% <ø> (ø)
oruga-next ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 22 files with indirect coverage changes

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

@mlmoravek mlmoravek added enhancement Improvements to existing features and functionality refactoring This involves some refactoring of existing code. labels Oct 7, 2023
@mlmoravek mlmoravek self-assigned this Oct 8, 2023
@mlmoravek mlmoravek merged commit ec87285 into oruga-ui:develop Oct 9, 2023
10 of 11 checks passed
@mlmoravek mlmoravek deleted the update-toggle-inputs branch October 9, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features and functionality refactoring This involves some refactoring of existing code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Inject Field into Checkbox/Radio/Switch
1 participant