From e553fc77c8d320905d4634bd2cd6d38eab493c94 Mon Sep 17 00:00:00 2001 From: onmax Date: Fri, 16 May 2025 14:38:32 +0200 Subject: [PATCH 1/2] fix: enhance Coinify and Letsexchange widgets with loading states and client-side rendering --- app/components/CoinifyWidget.vue | 32 +++++++++++++++++++++++++- app/components/LetsexchangeWidget.vue | 33 ++++++++++++++++++++++++++- app/pages/index.vue | 4 ++-- 3 files changed, 65 insertions(+), 4 deletions(-) diff --git a/app/components/CoinifyWidget.vue b/app/components/CoinifyWidget.vue index a8c0261..ead1cb7 100644 --- a/app/components/CoinifyWidget.vue +++ b/app/components/CoinifyWidget.vue @@ -1,9 +1,39 @@