From 4e0c439c6fbe360d540a0168569d8817527fdf55 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 15 Oct 2024 13:16:50 +0200 Subject: [PATCH] Close navbar in mobile if item is selected --- dashboard/index.html | 34 +++++++++++++++++----------------- dashboard/public/js/index.js | 4 ++++ 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/dashboard/index.html b/dashboard/index.html index fa87e86a8..ac43f4523 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -156,16 +156,16 @@
  • - {{ 'apps.title' | tr }} + {{ 'apps.title' | tr }}
  • - {{ 'appstore.title' | tr }} + {{ 'appstore.title' | tr }}
  • - {{ 'main.navbar.users' | tr }} + {{ 'main.navbar.users' | tr }}
  • - + {{ notificationCount === 100 ? '100+' : notificationCount }} @@ -174,21 +174,21 @@