refactor(interfaces, settings): comment out unused button sections in InterfacesPage and SettingsPage for future reference
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
<MaterialDesignIcon icon-name="export" class="w-4 h-4" />
|
||||
{{ $t("interfaces.export_all") }}
|
||||
</button>
|
||||
<!--
|
||||
<button
|
||||
type="button"
|
||||
class="secondary-chip text-sm bg-amber-500/10 hover:bg-amber-500/20 text-amber-600 dark:text-amber-400 border-amber-500/30"
|
||||
@@ -62,6 +63,7 @@
|
||||
/>
|
||||
{{ reloadingRns ? $t("app.reloading_rns") : $t("app.reload_rns") }}
|
||||
</button>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-wrap gap-3 items-center">
|
||||
|
||||
@@ -567,6 +567,7 @@
|
||||
</section>
|
||||
|
||||
<!-- System / RNS Reload -->
|
||||
<!--
|
||||
<section class="glass-card break-inside-avoid">
|
||||
<header class="glass-card__header">
|
||||
<div>
|
||||
@@ -595,6 +596,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<!-- Keyboard Shortcuts (Full width at bottom) -->
|
||||
|
||||
Reference in New Issue
Block a user