From b62cc57fdb4b6fd109d2f4bc209caa1d7a4a6841 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 23 Oct 2022 16:33:01 +0200 Subject: [PATCH 1/6] Bump versions and replace set-output commands --- .github/workflows/auto-build.yml | 16 ++++++++-------- .github/workflows/minify-and-deploy.yml | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index efdb9adbea..1a2287b98c 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -48,15 +48,15 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: get changed files id: getfile run: | - echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" + echo "files=$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" >> $GITHUB_ENV - name: Login to GitHub Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -64,7 +64,7 @@ jobs: - name: find correct directory then build&push if: ${{ github.event_name == 'push' }} run: | - for i in ${{ steps.getfile.outputs.files }} + for i in ${{ env.files }} do directory="$( echo $i | cut -d'/' -f2 -s )" if [ -z "$directory" ]; then @@ -95,22 +95,22 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: get changed files id: getfile run: | - echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" + echo "files=$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" >> $GITHUB_ENV - name: Login to Docker Hub - uses: docker/login-action@v1 + uses: docker/login-action@v2.1.0 with: username: ${{ secrets.DH_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: find correct directory then build&push if: ${{ github.event_name == 'push' }} run: | - for i in ${{ steps.getfile.outputs.files }} + for i in ${{ env.files }} do directory="$( echo $i | cut -d'/' -f2 -s )" if [ -z "$directory" ]; then diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index 09e4dbb341..f728db63d3 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.github/workflows/minify-and-deploy.yml @@ -23,7 +23,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 - name: Wrong domain check @@ -34,7 +34,7 @@ jobs: exit 1 fi - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4.3.0 - name: Run themes.py run: | python themes.py @@ -63,7 +63,7 @@ jobs: fi done - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3.8.0 if: ${{ github.ref == 'refs/heads/master' || github.event.inputs.branch == 'master' }} with: publish_dir: ./ @@ -71,7 +71,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} exclude_assets: '' - name: Deploy Develop - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3.8.0 if: ${{ github.ref == 'refs/heads/develop' || github.event.inputs.branch == 'develop' }} with: publish_dir: ./ @@ -79,7 +79,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} exclude_assets: '' - name: Deploy Testing - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v3.8.0 if: ${{ github.ref == 'refs/heads/testing' || github.event.inputs.branch == 'testing' }} with: publish_dir: ./ From 939235a37d957bdf342b5057ce48a796244d07ef Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 23 Oct 2022 16:41:27 +0200 Subject: [PATCH 2/6] add python version --- .github/workflows/minify-and-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index f728db63d3..18a1b9331f 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.github/workflows/minify-and-deploy.yml @@ -35,6 +35,8 @@ jobs: fi - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.3.0 + with: + python-version: '3.10' - name: Run themes.py run: | python themes.py From 3de9f743597cb38d5469c40d5129ae30df419104 Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 26 Oct 2022 23:52:22 +0200 Subject: [PATCH 3/6] fix: :bug: Bazarr: Fix text color --- css/base/bazarr/bazarr-base.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/css/base/bazarr/bazarr-base.css b/css/base/bazarr/bazarr-base.css index 6330801811..b672cdc316 100644 --- a/css/base/bazarr/bazarr-base.css +++ b/css/base/bazarr/bazarr-base.css @@ -17,14 +17,11 @@ html { /* TEXT */ -[class$="-label"]:not([class$="-Button-label"]) { +[class$="-label"]:not([class$="-Button-label"]), +label { color: var(--text-hover) !important; } -.bazarr-Text-root[class*="bazarr-"]:not(.bazarr-Badge-light span div):not(.bazarr-Progress-bar div):not(a) { - color: var(--text); -} - a, .bazarr-Text-root.bazarr-Anchor-root[class*="bazarr-"] { color: var(--link-color); @@ -60,11 +57,6 @@ h6, background: var(--transparency-dark-25); } -.bazarr-Button-icon.bazarr-Button-leftIcon[class*="bazarr-"] { - color: var(--text) -} - - /* SIDEMENU */ .bazarr-Navbar-root[class*="bazarr-"] { From b322a32299033e896263ab6e5f64198810588f32 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 12 Nov 2022 10:11:15 +0100 Subject: [PATCH 4/6] style: :lipstick: Dracula theme option: Change hard to read text color. Use the standard dracula foreground color. --- css/theme-options/dracula.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/theme-options/dracula.css b/css/theme-options/dracula.css index 60d9ec4d3e..908bc4d3b0 100644 --- a/css/theme-options/dracula.css +++ b/css/theme-options/dracula.css @@ -18,9 +18,9 @@ --link-color-hover: #8be9fd; --label-text-color: #282a36; - --text:#6272a4; - --text-hover: #95adfa; - --text-muted: #999; + --text:#f8f8f2; + --text-hover: #fff; + --text-muted: #6272a4; /*Specials*/ --arr-queue-color: #50fa7b; /* Servarr apps + Bazarr*/ From 4bd0879c5624f19d3b245a978193f1f4c562174e Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 26 Nov 2022 10:42:36 +0100 Subject: [PATCH 5/6] fix: :bug: Starr: Fixes loading page flashbang. Closes #456 --- css/defaults/servarr-base.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/defaults/servarr-base.css b/css/defaults/servarr-base.css index 59150d5f81..09d997b81a 100644 --- a/css/defaults/servarr-base.css +++ b/css/defaults/servarr-base.css @@ -127,6 +127,17 @@ a:hover { border: 2px solid var(--text-hover); } +[class*="LoadingPage-page-"] { + background: var(--main-bg-color); + background-repeat: repeat, no-repeat; + background-attachment: fixed, fixed; + background-position: center center, center center; + background-size: auto, cover; + -webkit-background-size: auto, cover; + -moz-background-size: auto, cover; + -o-background-size: auto, cover; +} + /* MODAL */ [class*="ModalHeader-modalHeader-"] { background: var(--modal-header-color); From 7b13df853d61ff46a3ad17099506aa61a51ad4d8 Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:51:26 -0600 Subject: [PATCH 6/6] Future proofing Radarr In case the movie details page gets reworked --- css/base/radarr/radarr-base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/base/radarr/radarr-base.css b/css/base/radarr/radarr-base.css index be4cb2ac5f..d141860c23 100644 --- a/css/base/radarr/radarr-base.css +++ b/css/base/radarr/radarr-base.css @@ -107,7 +107,8 @@ background: var(--transparency-dark-25) !important; } -[class*="MovieFileEditorTable-container-"] { +[class*="MovieFileEditorTable-container-"], +[class*="MovieHistoryTable-container-"] { border: 1px solid transparent; background: var(--transparency-dark-25); } @@ -284,4 +285,4 @@ /* Custom filter */ [class*="SelectMovieModalContent-path-"] { color: var(--text); -} \ No newline at end of file +}