From 51abe87feea7261ec6f7589d8214af3d8019e71e Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Sat, 20 Apr 2024 16:36:26 -0700 Subject: Inline the header svg Ideally we wouldn't have to pull down this file on every load, and we could just inline it. This commit implements inlining. Note, that this requires a minor modification to the unit test, as the inline header remains when unit tests are run. It's not clear at this time how to make inlining plugin operate on unit tests, but it doesn't seem terribly important. Tested: Loading the webui no longer shows a download of logo-header Change-Id: Iaa5be5b5a84e0ad6e1f430113f929032835c9f1c Signed-off-by: Ed Tanous --- src/components/AppHeader/AppHeader.vue | 1 + tests/unit/__snapshots__/AppHeader.spec.js.snap | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/AppHeader/AppHeader.vue b/src/components/AppHeader/AppHeader.vue index 5cda341e..76c96c06 100644 --- a/src/components/AppHeader/AppHeader.vue +++ b/src/components/AppHeader/AppHeader.vue @@ -36,6 +36,7 @@ data-test-id="appHeader-container-overview" > -- cgit v1.2.3