Add search bar to popup for filtering containers

This commit is contained in:
sal
2026-03-04 21:30:03 -06:00
parent d6dabb2646
commit 23759e34a4
3 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
</head>
<body>
<h1>ContainSite</h1>
<div class="search-wrap">
<input type="text" id="search" placeholder="Search containers..." spellcheck="false">
</div>
<div id="container-list"></div>
<div class="actions">
<button id="regen-all">Regenerate All</button>