mirror of
https://github.com/1f349/admin.1f349.com.git
synced 2025-02-22 05:24:57 +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;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex-grow: 1;
|
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
|
Warning: This is currently still under development, however it DOES send updates to the real server
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="search-wrapper">
|
||||||
|
<label>
|
||||||
|
Search: <input type="search" name="table-search" bind:value={tableSearch} />
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="scrolling-area">
|
<div class="scrolling-area">
|
||||||
{#await promiseForTable}
|
{#await promiseForTable}
|
||||||
<div class="text-padding">
|
<div class="text-padding">
|
||||||
<div>Loading...</div>
|
<div>Loading...</div>
|
||||||
</div>
|
</div>
|
||||||
{:then}
|
{:then}
|
||||||
<div id="search-wrapper">
|
|
||||||
<label>
|
|
||||||
Search: <input type="search" name="table-search" bind:value={tableSearch} />
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<table class="main-table">
|
<table class="main-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user