From 6ba91145edbf32b8757b8e6eb8a523e03e5aee22 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 19 Jul 2022 12:06:07 -0400 Subject: [PATCH] fix(agenda-neue): responsive UI fixes + no materials warning icon (#4229) * fix: agenda-neue - go to current meeting in URL if not provided * fix: agenda neue - various responsive UI fixes + no materials icon --- .devcontainer/devcontainer.json | 10 +++-- client/agenda/Agenda.vue | 12 ++++++ client/agenda/AgendaScheduleList.vue | 62 ++++++++++++++++++++++------ client/agenda/FloorPlan.vue | 13 +++++- 4 files changed, 80 insertions(+), 17 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fb8e8b32e..0fb24b880 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -88,13 +88,17 @@ "forwardPorts": [8000, 3306], "portsAttributes": { - "8000": { - "label": "Datatracker", - "onAutoForward": "notify" + "3000": { + "label": "Vite", + "onAutoForward": "silent" }, "3306": { "label": "MariaDB", "onAutoForward": "silent" + }, + "8000": { + "label": "Datatracker", + "onAutoForward": "notify" } }, diff --git a/client/agenda/Agenda.vue b/client/agenda/Agenda.vue index b2493b1f7..646a54ad2 100644 --- a/client/agenda/Agenda.vue +++ b/client/agenda/Agenda.vue @@ -140,6 +140,7 @@