@frockbot/plugin-search 0.3.5 → 0.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frockbot/plugin-search",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"typecheck": "vue-tsc --noEmit -p tsconfig.json"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@frockbot/client-core": "0.3.
|
|
29
|
-
"@frockbot/client-ui": "0.3.
|
|
30
|
-
"@frockbot/kernel-contracts": "0.3.
|
|
31
|
-
"@frockbot/plugin-flock": "0.3.
|
|
32
|
-
"@frockbot/plugin-shell": "0.3.
|
|
28
|
+
"@frockbot/client-core": "0.3.6",
|
|
29
|
+
"@frockbot/client-ui": "0.3.6",
|
|
30
|
+
"@frockbot/kernel-contracts": "0.3.6",
|
|
31
|
+
"@frockbot/plugin-flock": "0.3.6",
|
|
32
|
+
"@frockbot/plugin-shell": "0.3.6",
|
|
33
33
|
"cordis": "4.0.0-rc.8",
|
|
34
34
|
"vue": "3.5.41"
|
|
35
35
|
},
|
|
@@ -108,12 +108,11 @@ function whenLabel(at: string): string {
|
|
|
108
108
|
rather than quietly answering with less than it holds.
|
|
109
109
|
-->
|
|
110
110
|
<p v-if="search.indexState === 'rebuilding'" class="search-note">
|
|
111
|
-
Rebuilding
|
|
112
|
-
until it finishes.
|
|
111
|
+
Rebuilding search. Results are incomplete until it finishes.
|
|
113
112
|
</p>
|
|
114
113
|
<p v-else-if="search.indexState === 'truncated'" class="search-note">
|
|
115
|
-
|
|
116
|
-
|
|
114
|
+
The oldest conversations are no longer searchable. Rebuilding won't bring
|
|
115
|
+
them back.
|
|
117
116
|
</p>
|
|
118
117
|
<p v-if="search.error" class="search-error" role="alert">
|
|
119
118
|
{{ search.error }}
|