From dba594c55a43522ad9e5bd00e4fbf7bb5d375322 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sat, 24 Jun 2023 19:16:15 -0700 Subject: [PATCH] refactor: :lipstick: improve miauth style --- locales/en-US.yml | 5 ++- packages/client/src/pages/miauth.vue | 56 +++++++++++++++++++++++++--- 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index c619c2608..1d7fa3741 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1548,11 +1548,12 @@ _auth: shareAccess: "Would you like to authorize \"{name}\" to access this account?" shareAccessAsk: "Are you sure you want to authorize this application to access your account?" - permissionAsk: "This application requests the following permissions" + permissionAsk: "This application requests the following permissions:" pleaseGoBack: "Please go back to the application" callback: "Returning to the application" denied: "Access denied" - copyAsk: "Please paste the following authorization code to the application" + copyAsk: "Please paste the following authorization code to the application:" + allPermissions: "Full account access" _antennaSources: all: "All posts" homeTimeline: "Posts from followed users" diff --git a/packages/client/src/pages/miauth.vue b/packages/client/src/pages/miauth.vue index bf4c2542f..1bf652c82 100644 --- a/packages/client/src/pages/miauth.vue +++ b/packages/client/src/pages/miauth.vue @@ -28,11 +28,38 @@

{{ i18n.ts._auth.permissionAsk }}

- +
+