mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2025-02-20 12:35:02 +00:00
Show search bar and save button all the time
This commit is contained in:
parent
0dfd1a93d0
commit
85f3bd66ae
@ -190,6 +190,8 @@
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user