From 8a6c6dbd6963e3cc2f66417d6b0545941dd7cdcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 20:33:25 +0200 Subject: [PATCH 1/3] chore(deps): Update github/codeql-action action to v3.30.0 (#1021) --- .github/workflows/ci-codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-codeql.yml b/.github/workflows/ci-codeql.yml index 3e2a0cea..763728ce 100644 --- a/.github/workflows/ci-codeql.yml +++ b/.github/workflows/ci-codeql.yml @@ -31,13 +31,13 @@ jobs: fetch-depth: 0 - name: 🏁 Initialize CodeQL - uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 + uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 with: languages: ${{ matrix.language }} queries: +security-extended,security-and-quality - name: πŸ› οΈ Autobuild - uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 + uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 - name: πŸ§ͺ Perform CodeQL Analysis - uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 + uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 From ae09a59569b0533828c263e8e4df9de1e11b85f2 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:45:12 +0200 Subject: [PATCH 2/3] feat: add password visibility toggle to login forms (#1019) --- .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, 351 insertions(+), 138 deletions(-) create mode 100644 components/PasswordInput.tsx diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e76ebb70..f5bca67c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,8 +5,6 @@ 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 @@ -52,7 +44,10 @@ Include screenshots or GIFs for UI changes if applicable. ### πŸ–ΌοΈ Screenshots / GIFs (if UI) - + ## βœ… Checklist +# πŸ“¦ 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