From 81948a5c297f43d384474279886bd56d3cd9de49 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 10 Jan 2024 12:50:21 -0800 Subject: [PATCH] Creator update frontend hotfixes (#1538) * Fix donation link submission * Refactor Charts to fit edgecase bugs in design * edge and mobile bug fixes * remove dead code * fix width on mobile * Update omorphia version to 0.7.3 * Refactor legend item styling in ChartDisplay.vue * Update package dependencies --- components/ui/charts/Chart.client.vue | 59 +- components/ui/charts/ChartDisplay.vue | 403 +++++++++---- package.json | 8 +- pages/[type]/[id]/settings/links.vue | 6 + pnpm-lock.yaml | 782 ++++++++++++++++++++++---- utils/analytics.js | 98 +++- 6 files changed, 1086 insertions(+), 270 deletions(-) diff --git a/components/ui/charts/Chart.client.vue b/components/ui/charts/Chart.client.vue index a5afd888..b1dc1406 100644 --- a/components/ui/charts/Chart.client.vue +++ b/components/ui/charts/Chart.client.vue @@ -1,6 +1,6 @@