We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9345cb commit 68ddc10Copy full SHA for 68ddc10
ui/chrome/moddashboard/index.html
@@ -11,18 +11,13 @@
11
<h1>Mod Dashboard</h1>
12
</header>
13
<main>
14
- <section id="mod-list">
15
- <h2>Installed Mods</h2>
16
- <ul id="mod-list-items">
17
- <!-- Mod items will be dynamically inserted here -->
18
- </ul>
19
- </section>
20
- <section id="mod-details">
21
- <h2>Mod Details</h2>
22
- <div id="mod-info">
23
- <!-- Mod details will be dynamically inserted here -->
24
- </div>
25
+ <div>
+ <input type="text" id="searchText" placeholder="Search for mods...">
+ <button id="search">Search</button>
+ </div>
+ <div id="result">
+
26
</main>
27
<script src="../js/moddashboard.js" defer type="module"></script>
28
</html>
0 commit comments