updated reload tooltip and bumped app version

This commit is contained in:
Gani Georgiev
2026-05-21 19:00:58 +03:00
parent ea1a537a60
commit 9e6b4eeda8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ export function pageCollections(route) {
onclick: () => refreshRecordsList(),
className: () =>
`btn transparent circle rotate-btn ${pageData.suggestReset ? "warning" : "secondary"}`,
tooltip: () => `Refresh${pageData.suggestReset ? "\n(detected change)" : ""}`,
tooltip: () => `Refresh${pageData.suggestReset ? "\n(list changed)" : ""}`,
}),
),
t.div(