Add global search

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-26 16:08:58 +02:00
parent bfc936f57c
commit 48935e2168
216 changed files with 3646 additions and 2806 deletions

View File

@@ -91,7 +91,7 @@
<o-button
v-if="isUpdate"
@click="openDeleteIdentityConfirmation()"
type="is-text"
variant="text"
>
{{ $t("Delete this identity") }}
</o-button>
@@ -593,7 +593,7 @@ const dialog = inject<Dialog>("dialog");
const openRegenerateFeedTokensConfirmation = (): void => {
dialog?.confirm({
type: "is-warning",
variant: "warning",
title: t("Regenerate new links") as string,
message: t(
"You'll need to change the URLs where there were previously entered."
@@ -606,7 +606,7 @@ const openRegenerateFeedTokensConfirmation = (): void => {
const openDeleteIdentityConfirmation = (): void => {
dialog?.prompt({
type: "danger",
variant: "danger",
title: t("Delete your identity") as string,
message: `${t(
"This will delete / anonymize all content (events, comments, messages, participations…) created from this identity."