price: rm folder

This commit is contained in:
k
2024-07-22 23:40:15 +02:00
parent 5a7050df02
commit 1934c4bfda
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -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:
@@ -24,7 +24,6 @@ export function Chart({
if (requestIdleCallbackPossible) {
const idleCallback = requestIdleCallback(() => {
wasIdle.set(true);
cancelIdleCallback(idleCallback);
});
onCleanup(() => {