From b14c22cbff99f8141abbd4ed0e072e3eee16b708 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 6 Dec 2021 21:13:04 +0100 Subject: [PATCH] web: fix duplicate classes, make generic icon clickable Signed-off-by: Jens Langhammer --- Makefile | 3 +++ web/src/elements/notifications/NotificationDrawer.ts | 2 +- .../stages/identification/IdentificationStage.ts | 2 +- web/src/pages/applications/ApplicationListPage.ts | 2 +- web/src/pages/events/EventListPage.ts | 2 +- web/src/user/LibraryApplication.ts | 11 ++++++----- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index b2792c949..60f9ef558 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,9 @@ migrate: run: go run -v cmd/server/main.go +web-watch: + cd web && npm run watch + web: web-lint-fix web-lint web-extract web-lint-fix: diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index 1955a4eaf..175a5ae44 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -95,7 +95,7 @@ export class NotificationDrawer extends LitElement { class="pf-c-dropdown__toggle pf-m-plain" href="#/events/log/${item.event?.pk}" > - + `}