1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-28 10:03:42 +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

@ -86,6 +86,15 @@
<i class="ri-settings-4-line" /> <i class="ri-settings-4-line" />
</button> </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"> <div class="btns-group">
<button <button
type="button" type="button"