mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: add export and import functionality for snippets with UI controls
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
<img src="src/astrolabe.svg" alt="Astrolabe logo">
|
||||
<h1>Astrolabe</h1>
|
||||
</a>
|
||||
<div class="header-controls">
|
||||
<button class="button mini" id="export-snippets">Export</button>
|
||||
<button class="button mini" id="import-snippets">Import</button>
|
||||
<input type="file" id="import-file" accept=".json" style="display: none">
|
||||
</div>
|
||||
</header>
|
||||
<div class="panel">
|
||||
<div class="panel-header">
|
||||
|
||||
Reference in New Issue
Block a user