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

Fix minor UI styling issues #328

Merged
merged 18 commits into from
Mar 29, 2024
Merged

Fix minor UI styling issues #328

merged 18 commits into from
Mar 29, 2024

Conversation

KKA11010
Copy link
Collaborator

  • Remove support for eNuts default mint
  • Update some screens that had styling issues

Also Fixes #293

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 2.43902% with 40 lines in your changes are missing coverage. Please review.

Project coverage is 13.44%. Comparing base (1c8e74b) to head (c651c25).

Files Patch % Lines
src/screens/Mints/index.tsx 0.00% 11 Missing ⚠️
src/screens/Payment/ProcessingError.tsx 0.00% 8 Missing ⚠️
src/screens/Auth/index.tsx 0.00% 7 Missing ⚠️
src/screens/History/Details.tsx 0.00% 5 Missing ⚠️
src/screens/Dashboard.tsx 0.00% 4 Missing ⚠️
src/components/Empty.tsx 0.00% 2 Missing ⚠️
src/components/Balance.tsx 50.00% 1 Missing ⚠️
src/screens/Addressbook/index.tsx 0.00% 1 Missing ⚠️
src/screens/Settings/index.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #328      +/-   ##
==========================================
- Coverage   13.45%   13.44%   -0.02%     
==========================================
  Files         164      163       -1     
  Lines        6192     6175      -17     
  Branches     1718     1714       -4     
==========================================
- Hits          833      830       -3     
+ Misses       5200     5187      -13     
+ Partials      159      158       -1     

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

@KKA11010 KKA11010 merged commit 36f30f6 into main Mar 29, 2024
5 checks passed
@KKA11010 KKA11010 deleted the ui branch March 29, 2024 17:01
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.

Adding a mint should indicate progress via animation
2 participants