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: Add button component to shared/ui #4

Merged
merged 5 commits into from
Jul 4, 2023
Merged

Conversation

yurisldk
Copy link
Owner

@yurisldk yurisldk commented Jul 4, 2023

It fixes #3

@netlify
Copy link

netlify bot commented Jul 4, 2023

Deploy Preview for realworld-fsd ready!

Name Link
🔨 Latest commit a5a866b
🔍 Latest deploy log https://app.netlify.com/sites/realworld-fsd/deploys/64a3edf02413900008f88967
😎 Deploy Preview https://deploy-preview-4--realworld-fsd.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.

@yurisldk yurisldk changed the title feat: Add button component to shared/ui (#3) feat: Add button component to shared/ui Jul 4, 2023
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (d4e6ad9) 99.92% compared to head (a5a866b) 99.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   99.92%   99.92%   -0.01%     
==========================================
  Files          72       71       -1     
  Lines        2715     2690      -25     
  Branches      256      249       -7     
==========================================
- Hits         2713     2688      -25     
  Misses          2        2              
Impacted Files Coverage Δ
src/entities/article/index.ts 100.00% <ø> (ø)
src/entities/profile/index.ts 100.00% <ø> (ø)
.../favorite-article-button/FavoriteArticleButton.tsx 100.00% <100.00%> (ø)
...avorite-article-button/UnfavoriteArticleButton.tsx 100.00% <100.00%> (ø)
...profile/ui/follow-user-button/FollowUserButton.tsx 100.00% <100.00%> (ø)
...ile/ui/unfollow-user-button/UnfollowUserButton.tsx 100.00% <100.00%> (ø)
src/shared/ui/button/Button.tsx 100.00% <100.00%> (ø)
src/shared/ui/button/index.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yurisldk yurisldk self-assigned this Jul 4, 2023
@yurisldk yurisldk added the feature New feature or request label Jul 4, 2023
@yurisldk yurisldk merged commit 588c33e into master Jul 4, 2023
10 checks passed
@yurisldk yurisldk deleted the feature/button branch July 4, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add button component
1 participant