-
Notifications
You must be signed in to change notification settings - Fork 109
Migrate to outline Material Symbol style #7605
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7605 +/- ##
==========================================
+ Coverage 53.03% 59.80% +6.77%
==========================================
Files 503 502 -1
Lines 43718 38765 -4953
Branches 1129 1128 -1
==========================================
- Hits 23186 23184 -2
+ Misses 20423 15473 -4950
+ Partials 109 108 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
max-nextcloud
left a comment
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.
One small issue - but it causes the linter to fail - so needs to be resolved.
Other than that good to go from my side.
| import MDI_TranslateVariant from 'vue-material-design-icons/TranslateVariant.vue' | ||
| import MDI_TrashCan from 'vue-material-design-icons/TrashCan.vue' | ||
| import MDI_TranslateVariant from 'vue-material-design-icons/Translate.vue' | ||
| import MDI_TrashCan from 'vue-material-design-icons/TrashCanOutline.vue' |
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.
This is now imported twice. Once as MDI_Delete and once as MDI_TrashCan.
Could be imported once and exported twice or the use of one of the two could be changed to the other one.
Signed-off-by: Andy Scherzinger <[email protected]> Signed-off-by: Max <[email protected]>
e83a389 to
59e9d76
Compare
|
/backport to stable32 |
📝 Summary
🏁 Checklist
npm run lint/npm run stylelint/composer run cs:check)