Skip to content

Commit

Permalink
improve menu icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 16, 2023
1 parent 67581c7 commit a303e9e
Show file tree
Hide file tree
Showing 19 changed files with 66 additions and 64 deletions.
62 changes: 31 additions & 31 deletions plugins/CoreHome/vue/dist/CoreHome.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/CoreHome/vue/dist/CoreHome.umd.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion plugins/CoreHome/vue/src/ReportingMenu/ReportingMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
@click.prevent="loadCategory(category)"
>
<span
:class="`menu-icon ${category.icon ? category.icon : 'icon-chevron-down'}`"
:class="`menu-icon ${category.icon ? category.icon :
(category.subcategories && category.id === activeCategory ?
'icon-chevron-down' : 'icon-chevron-right')}`"
/>{{ category.name }}
<span class="hidden">
{{ translate('CoreHome_Menu') }}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugins/TagManager
4 changes: 2 additions & 2 deletions tests/UI/expected-screenshots/Menus_mainmenu_loaded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/UI/expected-screenshots/Theme_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a303e9e

Please sign in to comment.