From e8c9bb1730ce41512d6b8527243532297dc86572 Mon Sep 17 00:00:00 2001 From: Uruk Date: Tue, 2 Sep 2025 15:33:41 +0200 Subject: [PATCH] Revert "feat: add password visibility toggle to login forms (#1019)" This reverts commit ae09a59569b0533828c263e8e4df9de1e11b85f2. --- .github/pull_request_template.md | 13 +- app/login.tsx | 69 ++++----- bun.lock | 182 ++++++------------------ components/PasswordInput.tsx | 111 --------------- components/PreviousServersList.tsx | 8 +- components/common/Input.tsx | 10 +- components/filters/FilterSheet.tsx | 2 +- components/list/ListItem.tsx | 14 +- components/settings/GestureControls.tsx | 3 - components/settings/Jellyseerr.tsx | 37 +++-- package.json | 35 +++-- translations/en.json | 5 +- 12 files changed, 138 insertions(+), 351 deletions(-) delete mode 100644 components/PasswordInput.tsx diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f5bca67c..e76ebb70 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,8 @@ and to ensure all necessary checks are completed before merging. --> +# πŸ“¦ Pull Request + ## πŸ”– Summary - Short summary: what changed and why (1–2 lines) --> +## πŸ“‹ Details + + ### ⚠️ Breaking Changes @@ -44,10 +52,7 @@ Spec: https://www.conventionalcommits.org/ --> ### πŸ–ΌοΈ Screenshots / GIFs (if UI) - + ## βœ… Checklist