1
0
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:
Cornelius Müller 2022-07-12 17:08:57 +02:00 committed by GitHub
parent 05a4071eba
commit 240bd6790a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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