From 01bf398056fb4c5d17edb912f5dd402ec82733c6 Mon Sep 17 00:00:00 2001 From: Laurent GAY Date: Thu, 26 Jun 2025 11:52:44 +0200 Subject: [PATCH] correct focus order for nav header - issue #1782 --- src/components/NavBar.vue | 112 +++++++++--------- .../__snapshots__/navbar.spec.ts.snap | 6 +- 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index ee37db80d..208112b29 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -12,6 +12,62 @@ > +
+
    +
  • + {{ t("Search") }} +
  • + +
  • + {{ t("Calendar") + }}
    (beta)
    +
  • +
  • + {{ t("My events") }} +
  • +
  • + {{ t("My groups") }} +
  • +
  • + {{ t("Login") }} +
  • +
  • + {{ t("Register") }} +
  • +
+
-
-
    -
  • - {{ t("Search") }} -
  • - -
  • - {{ t("Calendar") - }}
    (beta)
    -
  • -
  • - {{ t("My events") }} -
  • -
  • - {{ t("My groups") }} -
  • -
  • - {{ t("Login") }} -
  • -
  • - {{ t("Register") }} -
  • -
-
diff --git a/tests/unit/specs/components/__snapshots__/navbar.spec.ts.snap b/tests/unit/specs/components/__snapshots__/navbar.spec.ts.snap index 31ba911af..2d7655be2 100644 --- a/tests/unit/specs/components/__snapshots__/navbar.spec.ts.snap +++ b/tests/unit/specs/components/__snapshots__/navbar.spec.ts.snap @@ -6,9 +6,6 @@ exports[`App component > renders a Vue component 1`] = ` - + " `;