mirror of
https://github.com/pocketbase/pocketbase.git
synced 2024-11-24 17:07:00 +02:00
[#83] added refresh button to page records view
This commit is contained in:
parent
05a4071eba
commit
240bd6790a
@ -85,6 +85,15 @@
|
||||
>
|
||||
<i class="ri-settings-4-line" />
|
||||
</button>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-secondary btn-circle"
|
||||
use:tooltip={{ text: "Refresh collection", position: "right" }}
|
||||
on:click={() => recordsList?.load()}
|
||||
>
|
||||
<i class="ri-refresh-line" />
|
||||
</button>
|
||||
|
||||
<div class="btns-group">
|
||||
<button
|
||||
|
Loading…
Reference in New Issue
Block a user