mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-09 04:29:09 +03:00
added import list option
This commit is contained in:
@@ -25,9 +25,11 @@
|
||||
<input type="checkbox" class="hidden-toggle" id="themeToggle" />
|
||||
<i class="toggle-icon theme-icon fa-solid"></i>
|
||||
</label>
|
||||
<button id="importListBtn" class="ghost"><i class="fa-solid fa-upload"></i> Import List</button>
|
||||
<button id="exportListBtn" class="ghost"><i class="fa-solid fa-download"></i> Export List</button>
|
||||
<button id="newListBtn" class="primary"><i class="fa-solid fa-plus"></i> New List</button>
|
||||
</div>
|
||||
<input type="file" id="importFileInput" accept=".json" style="display: none;" />
|
||||
</header>
|
||||
|
||||
<main class="layout">
|
||||
|
||||
Reference in New Issue
Block a user