Skip to content

Commit 6fe882c

Browse files
authored
Redesign “New Update” button (#24417)
* Add update icon to version header message * Update matomo font to add icon-update and icon-chart-line-edit * Update UI screenshots
1 parent 48bcdf7 commit 6fe882c

14 files changed

Lines changed: 46 additions & 34 deletions

File tree

Lines changed: 2 additions & 2 deletions
Loading

plugins/CoreHome/vue/dist/CoreHome.umd.js

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/CoreHome/vue/dist/CoreHome.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/CoreHome/vue/src/VersionInfoHeaderMessage/VersionInfoHeaderMessage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
style="cursor:pointer;"
2222
ref="expander"
2323
>
24+
<span class="icon-update"></span>
2425
{{ translate('General_NewUpdatePiwikX', latestVersionAvailable) }}
25-
<span class="icon-warning"></span>
2626
</span>
2727
<a
2828
v-else
@@ -31,8 +31,8 @@
3131
style="cursor:pointer;"
3232
ref="expander"
3333
>
34+
<span class="icon-update"></span>
3435
{{ translate('General_NewUpdatePiwikX', latestVersionAvailable) }}
35-
<span class="icon-warning"></span>
3636
</a>
3737
</Passthrough>
3838
<Passthrough v-else-if="isSuperUser && (isAdminArea || lastUpdateCheckFailed)">

plugins/Morpheus/fonts/matomo.eot

916 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)