04/26 Fixed import/export functions

This commit is contained in:
2026-04-26 10:20:59 -04:00
parent 517f4dab61
commit d59fbaa9bd
2 changed files with 10 additions and 4 deletions
+3 -2
View File
@@ -127,8 +127,9 @@
id="sidebar-import-export"
data-view="import-export"
data-tooltip="Import / Export"
onclick="Vault.switchToImportExport()"
>
<span class="sidebar-icon">↕️</span>
<span class="sidebar-icon">📤</span>
<span class="sidebar-label">Import / Export</span>
</li>
<li
@@ -1004,4 +1005,4 @@
<script src="{{ url_for('static', filename='js/auth.js') }}"></script>
<script src="{{ url_for('static', filename='js/sharing.js') }}"></script>
<script src="{{ url_for('static', filename='js/vault.js') }}"></script>
{% endblock %}
{% endblock %}