From 1934c4bfda42fec89a0738d368320a6da2d65151 Mon Sep 17 00:00:00 2001 From: k Date: Mon, 22 Jul 2024 23:40:15 +0200 Subject: [PATCH] price: rm folder --- CHANGELOG.md | 3 ++- app/src/app/components/frames/chart/components/chart.tsx | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0083f7ed..e736d445e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v. 0.2.1 | WIP +## v. 0.3.0 | WIP ### Parser @@ -47,6 +47,7 @@ ### App - General + - Added chart scroll button for nice animations à la Wicked - Added a backup API in case the main one fails or is offline - Complete redesign of the datasets object - Removed import of routes in JSON in favor for hardcoded typed routes in string format which resulted in: diff --git a/app/src/app/components/frames/chart/components/chart.tsx b/app/src/app/components/frames/chart/components/chart.tsx index c457a0acb..c6fcdb9e5 100644 --- a/app/src/app/components/frames/chart/components/chart.tsx +++ b/app/src/app/components/frames/chart/components/chart.tsx @@ -24,7 +24,6 @@ export function Chart({ if (requestIdleCallbackPossible) { const idleCallback = requestIdleCallback(() => { wasIdle.set(true); - cancelIdleCallback(idleCallback); }); onCleanup(() => {