Revert refresh button style from 'confirm' to default in plugin list
Change refresh button back to default style (removing 'confirm' class) to restore original styling after previous button style swap.
frdel committed
Mar 10, 2026 at 17:17 UTC
f0946138be429bd2530170ccafbd7184eea1aeb8
2 files changed
+2
-1
usr/plugins/a0_community_plugins__linear
new
+1
@@ -0,0 +1 @@
1
+Subproject commit 337839c21c250881bf7063dbc9421c7750989ed1
webui/components/plugins/list/plugin-list.html
+1
-1
@@ -61,7 +61,7 @@
61
</div>
62
<div class="plugins-toolbar-actions">
63
<button type="button"
64
- class="button confirm"
64
+ class="button"
65
title="Refresh"
66
@click="$store.pluginListStore.refresh()"
67
:disabled="$store.pluginListStore.loading">