feat(dashboard): add price history, caching, and i18n

This commit is contained in:
2026-08-01 21:21:43 +02:00
parent 1cd905ca4a
commit 7fb49131c4
22 changed files with 177 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
import nl from "./nl";
export default {
nl
}
@@ -0,0 +1,3 @@
{
"title": "Overzicht"
}
@@ -0,0 +1,5 @@
import dashboard from './dashboard.json';
export default {
dashboard,
};