Show search bar and save button all the time

This commit is contained in:
Melon 2024-04-25 15:42:42 +01:00
parent 0dfd1a93d0
commit 85f3bd66ae
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
2 changed files with 8 additions and 5 deletions

View File

@ -190,6 +190,8 @@
overflow-y: auto;
height: 100%;
flex-grow: 1;
display: flex;
flex-direction: column;
}
}

View File

@ -110,17 +110,18 @@
Warning: This is currently still under development, however it DOES send updates to the real server
</div>
<div id="search-wrapper">
<label>
Search: <input type="search" name="table-search" bind:value={tableSearch} />
</label>
</div>
<div class="scrolling-area">
{#await promiseForTable}
<div class="text-padding">
<div>Loading...</div>
</div>
{:then}
<div id="search-wrapper">
<label>
Search: <input type="search" name="table-search" bind:value={tableSearch} />
</label>
</div>
<table class="main-table">
<thead>
<tr>