updated reload tooltip and bumped app version
This commit is contained in:
@@ -12,4 +12,4 @@ PB_DOCS_URL = "https://pocketbase.io/docs"
|
||||
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk"
|
||||
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk"
|
||||
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
|
||||
PB_VERSION = "v0.38.2-dev"
|
||||
PB_VERSION = "v0.38.2"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- prism -->
|
||||
<script src="./libs/prism/prism.js" data-manual></script>
|
||||
<script type="module" crossorigin src="./assets/index-DV8pBThR.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-B2xHaK_e.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-Cbzik3Gc.css">
|
||||
</head>
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user