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

feat(button)!: add default mode and organize color system #366

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

kiaking
Copy link
Member

@kiaking kiaking commented Nov 2, 2023

Add a new default option to :mode and organize the color system of the button. This will aline mode of button to other similar component such as <SPill> and <SState>.

Also, made huge refactor on how to define css inside <SButton>. I think I was able to reduce bunch of boilerplates 🔥

BREAKING CHANGE

The mute mode now looks slightly different. Use the new option default to have the same look as before.


Screenshot 2023-11-02 at 11 52 12

BREAKING CHANGE: The `mute` mode now looks slightly different. Use the
new option `default` to have the same look as before.
@kiaking kiaking added the enhancement New feature or request label Nov 2, 2023
@kiaking kiaking requested a review from brc-dd November 2, 2023 02:50
@kiaking kiaking self-assigned this Nov 2, 2023
Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for sefirot-story ready!

Name Link
🔨 Latest commit 03dbd5a
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-story/deploys/65430e6ec039c6000863e8aa
😎 Deploy Preview https://deploy-preview-366--sefirot-story.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.

Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for sefirot-docs ready!

Name Link
🔨 Latest commit 03dbd5a
🔍 Latest deploy log https://app.netlify.com/sites/sefirot-docs/deploys/65430e6e2eaba70008a7b972
😎 Deploy Preview https://deploy-preview-366--sefirot-docs.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.

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (74fcea4) 82.15% compared to head (03dbd5a) 82.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #366      +/-   ##
==========================================
- Coverage   82.15%   82.13%   -0.02%     
==========================================
  Files         147      147              
  Lines       11806    11793      -13     
  Branches      516      516              
==========================================
- Hits         9699     9686      -13     
  Misses       2107     2107              
Files Coverage Δ
lib/components/SButton.vue 100.00% <100.00%> (ø)
lib/components/STableHeaderActionItem.vue 100.00% <100.00%> (ø)
lib/composables/Table.ts 100.00% <100.00%> (ø)

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

@kiaking kiaking merged commit 6dee6b5 into main Nov 2, 2023
9 checks passed
@kiaking kiaking deleted the new-button branch November 2, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants