updated evrthing to be beter

This commit is contained in:
2026-03-29 17:06:50 -05:00
parent f8fcec309b
commit 86660a51e7
6 changed files with 192 additions and 58 deletions
+19 -5
View File
@@ -15,14 +15,28 @@
</nav>
</header>
<main class="layout">
<aside class="sidebar panel">
<h2>Levels</h2>
<ul id="levels"></ul>
<aside class="sidebar">
<div class="panel">
<h2>Levels</h2>
<ul id="levels"></ul>
</div>
</aside>
<section class="panel content">
<h2 id="list-title">All Videos</h2>
<div id="list-area"></div>
<div class="search-row">
<h2 id="list-title">All Videos</h2>
<input id="search" type="text" placeholder="Search videos or titles..." />
<select id="level-filter"><option value="all">All Levels</option></select>
</div>
<div class="table-wrap">
<table class="levels-table">
<thead>
<tr><th style="width:80px">#</th><th>Title</th><th style="width:140px">Action</th></tr>
</thead>
<tbody id="list-area"></tbody>
</table>
</div>
</section>
</main>
<script src="app.js"></script>