From 2995065dfd02613dda3596a5f3dfbd5120bb5b76 Mon Sep 17 00:00:00 2001 From: jank Date: Wed, 14 May 2025 09:37:41 +0200 Subject: [PATCH 1/3] fix: Add needs --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e33246b..63577d8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: validate-docker-frontend: runs-on: ubuntu-latest name: Docker frontend validation + needs: changed_files if: ${{ needs.changed_files.outputs.frontend == 'true' || needs.changed_files.outputs.workflow == 'true' }} container: image: catthehacker/ubuntu:act-latest @@ -93,6 +94,7 @@ jobs: validate-docker-backend: runs-on: ubuntu-latest name: Docker backend validation + needs: changed_files if: ${{ needs.changed_files.outputs.backend == 'true' || needs.changed_files.outputs.workflow == 'true' }} container: image: catthehacker/ubuntu:act-latest From 5f9d60d3328afd6b2a598818cc95cc387ab4860f Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 14 May 2025 09:53:17 +0200 Subject: [PATCH 2/3] refactor: immediately display login error --- .../feature/auth/login/login.component.html | 40 ++++++++++--------- .../app/feature/auth/login/login.component.ts | 24 +++++------ 2 files changed, 33 insertions(+), 31 deletions(-) diff --git a/frontend/src/app/feature/auth/login/login.component.html b/frontend/src/app/feature/auth/login/login.component.html index c10b232..40fc3e6 100644 --- a/frontend/src/app/feature/auth/login/login.component.html +++ b/frontend/src/app/feature/auth/login/login.component.html @@ -2,9 +2,11 @@