From c0a9b16aa8b8eccbfdce15b0212c13333bf0b32c Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 16 May 2024 16:51:04 +0200 Subject: [PATCH] refactor: use browser inbuilt tooltip on login/register page --- src/components/LoginPage.vue | 7 +------ src/components/PlaylistPage.vue | 4 ++-- src/components/RegisterPage.vue | 5 ++--- src/components/TooltipIcon.vue | 29 ----------------------------- src/locales/en.json | 2 +- 5 files changed, 6 insertions(+), 41 deletions(-) delete mode 100644 src/components/TooltipIcon.vue diff --git a/src/components/LoginPage.vue b/src/components/LoginPage.vue index b7d4f1ba..459c79b6 100644 --- a/src/components/LoginPage.vue +++ b/src/components/LoginPage.vue @@ -1,7 +1,7 @@ - - diff --git a/src/locales/en.json b/src/locales/en.json index 3a0ad493..0df1d971 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -227,4 +227,4 @@ "register_note": "Register an account for this Piped instance. This will allow you to sync your subscriptions and playlists with your account, so they're stored on the server side. You can use all features without an account, but all data will be stored in your browser's local cache. Please make sure you do NOT use an email address as your username and choose a secure password that you do not use elsewhere.", "login_note": "Log in with an account created on this instance." } -} \ No newline at end of file +}