Skip to content

Conversation

@AndyScherzinger
Copy link
Member

@AndyScherzinger AndyScherzinger commented Sep 4, 2025

📝 Summary

  • Resolves:
    • using outline icons where fitting
    • unify "translate" icon throughout the ecosystem

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation (README or documentation) has been updated or is not required

@AndyScherzinger AndyScherzinger added design Experience, interaction, interface, … 3. to review labels Sep 4, 2025
@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.80%. Comparing base (100b801) to head (59e9d76).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Collaborator

@max-nextcloud max-nextcloud left a 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'
Copy link
Collaborator

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.

@max-nextcloud max-nextcloud force-pushed the style/noid/outlineIcons branch from e83a389 to 59e9d76 Compare September 4, 2025 09:12
@max-nextcloud max-nextcloud merged commit c89afbb into main Sep 4, 2025
77 of 79 checks passed
@max-nextcloud max-nextcloud deleted the style/noid/outlineIcons branch September 4, 2025 11:35
@AndyScherzinger
Copy link
Member Author

/backport to stable32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review design Experience, interaction, interface, …

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants