mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: add search functionality for snippets with input field in UI
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<h2>Snippets</h2>
|
||||
<button class="button" id="new-snippet">New Snippet</button>
|
||||
</div>
|
||||
<input type="text" id="snippet-search" class="snippet-search" placeholder="Search snippets...">
|
||||
<div class="snippet-list" id="snippet-list">
|
||||
<!-- Snippets will be populated here -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user