From 4826287ff1facd73160c23f1c6ccf3ad9d28b689 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 17 Mar 2024 02:23:54 +0000 Subject: [PATCH 1/3] Update version with kustomize --- k8s/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index f26e99c..3d6510f 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: hackqc2024 images: - name: ghcr.io/clubcedille/hackqc2024 - newTag: commit-d70ee69ed5c59777bc294b6a4cc233d393ddc32b + newTag: commit-22b8e7d39af46f0e44008aea247f214bfda9f988 resources: - namespace.yaml From 1407546ff1f2031a789c726760188f8e1124e5ce Mon Sep 17 00:00:00 2001 From: AntoineF4C5 Date: Sat, 16 Mar 2024 22:24:28 -0400 Subject: [PATCH 2/3] UI for mobile navbar --- templates/components/navbar.html | 51 ++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 17a4bac..48fa701 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -59,12 +59,12 @@ } .aa-Gray .aa-Label { - margin: 0 !important; + margin: 0 !important; } - + .aa-Gray .aa-Input { margin: 0 !important; - height:100% !important; + height: 100% !important; } .aa-Gray .aa-InputWrapperSuffix { @@ -75,7 +75,7 @@ } .aa-Gray .aa-ClearIcon { - color: rgba(var(--aa-primary-color-rgb),1) !important; + color: rgba(var(--aa-primary-color-rgb), 1) !important; } @@ -149,13 +149,16 @@
- Carte - Grille - évènement/aide - À propos -
- + Carte + Grille + évènement/aide + À + propos +
+
Tableau @@ -168,28 +171,30 @@ {{ if .ActiveSession }}
+ class="w3-bar-item munis-navbar-item w3-margin-right w3-button munis-navbar-button w3-right w3-mobile">Se + déconnecter
Bonjour, {{ .UserName }} ! {{ else if .SigningUp }} + Déjà inscrit ? Se - connecter - Déjà inscrit ? + class="w3-bar-item munis-navbar-item w3-button munis-navbar-button w3-right w3-mobile">Se + connecter {{ else if .LoggingIn }} + Pas encore de compte + ? Créer un - compte - Pas encore de compte ? + class="w3-bar-item munis-navbar-item w3-button munis-navbar-button w3-right w3-mobile">Créer un + compte {{ else }} - Se - connecter + Se + connecter Créer - un compte + class="w3-bar-item munis-navbar-item w3-margin-right w3-button munis-navbar-button w3-right w3-mobile">Créer + un compte {{ end }}
From a3c3366a378b6ef3dd57a3b2524db3e05aa68034 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 17 Mar 2024 02:26:00 +0000 Subject: [PATCH 3/3] Update version with kustomize --- k8s/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 3d6510f..a2a0f2d 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: hackqc2024 images: - name: ghcr.io/clubcedille/hackqc2024 - newTag: commit-22b8e7d39af46f0e44008aea247f214bfda9f988 + newTag: commit-1407546ff1f2031a789c726760188f8e1124e5ce resources: - namespace.yaml