From baace1b62a6c73f3f2b59071a4cc650f80345a95 Mon Sep 17 00:00:00 2001 From: onmax Date: Fri, 13 Feb 2026 20:27:58 +0100 Subject: [PATCH 1/2] treeshake unovis, drop CurveType enum --- .../[UI]/{ChartLine.vue => ChartLine.client.vue} | 0 app/components/validator/LayoutDashboard.vue | 5 ++--- app/components/validator/LayoutDeepDive.vue | 5 ++--- app/components/validator/LayoutProfile.vue | 7 +++---- nuxt.config.ts | 2 +- patches/@unovis__ts@1.5.2.patch | 15 +++++++++++++++ pnpm-lock.yaml | 15 ++++++++++----- pnpm-workspace.yaml | 2 ++ 8 files changed, 35 insertions(+), 16 deletions(-) rename app/components/[UI]/{ChartLine.vue => ChartLine.client.vue} (100%) create mode 100644 patches/@unovis__ts@1.5.2.patch diff --git a/app/components/[UI]/ChartLine.vue b/app/components/[UI]/ChartLine.client.vue similarity index 100% rename from app/components/[UI]/ChartLine.vue rename to app/components/[UI]/ChartLine.client.vue diff --git a/app/components/validator/LayoutDashboard.vue b/app/components/validator/LayoutDashboard.vue index 48752fb..7c1524d 100644 --- a/app/components/validator/LayoutDashboard.vue +++ b/app/components/validator/LayoutDashboard.vue @@ -1,6 +1,5 @@