-
Notifications
You must be signed in to change notification settings - Fork 5
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
SWED-2276 import & adapt for atlas icons #927
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #927 +/- ##
===========================================
+ Coverage 72.30% 72.41% +0.10%
===========================================
Files 212 212
Lines 4586 4604 +18
Branches 1306 1309 +3
===========================================
+ Hits 3316 3334 +18
Misses 1126 1126
Partials 144 144
Continue to review full report in Codecov by Sentry.
|
Size Change: +10.9 kB (+1%) Total Size: 1.13 MB
ℹ️ View Unchanged
|
- update iconography documentation
src/less/components/payex/toast.less
Outdated
// TODO: is it actually needed ? why ? is it to make sure it's material icons normal and NOT material icons OUTLINED ? | ||
// maybe we can remove it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot see any reason for this rule, I suppose it is meant to do something with the close icon. but as it is implemented I cant see it fixing anything. I vote remove.
src/less/components/toast.less
Outdated
@@ -98,7 +96,7 @@ | |||
} | |||
} | |||
|
|||
.material-icons { | |||
i { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably a bit too generic since it is okay to pass html as content to the toast
self-approved PR-merge after fixing comments from Stephan |
https://payexjira.atlassian.net/browse/SWED-2276
1st phase migrating icons from Google Material Icons to a combo Atlas icons & Swedbankpay custom icons
Material icons are still silently supported
but new icons are also supported
documentation have been complemented and updated (but not entirely rewritten, for lack of time, but it would be useful to do it at some point)
components are getting updated little by little.
They are all supporting new icons, but not all component code snippets have been updated
The DS website icons have not all been migrated yet
a 2nd iteration is needed to complete all of it.
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Review instructions
Review instructions