feat: enhance snippet management with import/export functionality and size display

This commit is contained in:
2025-10-13 16:00:34 +03:00
parent eaf14aafdd
commit 1734001d20
6 changed files with 188 additions and 20 deletions

View File

@@ -19,9 +19,10 @@
<span class="header-title">Astrolabe</span>
</div>
<div class="header-links">
<span class="header-link">Import</span>
<span class="header-link">Export</span>
<span class="header-link">Help</span>
<span class="header-link" id="import-link">Import</span>
<span class="header-link" id="export-link">Export</span>
<span class="header-link" id="help-link">Help</span>
<input type="file" id="import-file-input" accept=".json" style="display: none;" />
</div>
</div>