refactor(interfaces, settings): comment out unused button sections in InterfacesPage and SettingsPage for future reference

This commit is contained in:
2026-01-02 20:54:13 -06:00
parent beb86880e0
commit 43d1fcc91a
2 changed files with 4 additions and 0 deletions

View File

@@ -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">

View File

@@ -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) -->