From f2350e6ebad7403e9c1921a5ebe9c185405925b3 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sat, 4 Mar 2023 00:37:28 +0100 Subject: [PATCH] client: add remote interaction dialog --- locales/en-US.yml | 5 ++ .../client/src/components/remote-interact.vue | 80 +++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 packages/client/src/components/remote-interact.vue diff --git a/locales/en-US.yml b/locales/en-US.yml index 36a733b94..998648c8b 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1339,3 +1339,8 @@ _translationService: _libreTranslate: endpoint: "LibreTranslate API Endpoint" authKey: "LibreTranslate Auth Key (optional)" +_remoteInteract: + title: "And you are...?" + description: "You cannot perform this action right now. You probably need to do it on your own instance, or sign in." + urlInstructions: "You can copy this URL. If you paste it into the search field on your instance, you should be taken to the right location." + url: "URL" diff --git a/packages/client/src/components/remote-interact.vue b/packages/client/src/components/remote-interact.vue new file mode 100644 index 000000000..5601afc44 --- /dev/null +++ b/packages/client/src/components/remote-interact.vue @@ -0,0 +1,80 @@ + + + + +