Deploy: v0.5.2 static export

- New: Offline earnings report dialog (welcome back + gain + duration + rate)
- New: offlineReport module (module-level store + custom event, no schema change)
- UI: Tab bar redesign (flex-col icon/text, per-tab accent color glow, larger dots with ring)
- Version: v0.5 -> v0.5.2
This commit is contained in:
2026-06-23 16:46:20 +00:00
commit ca371f30a0
46 changed files with 217 additions and 0 deletions
@@ -0,0 +1,11 @@
self.__BUILD_MANIFEST = {
"__rewrites": {
"afterFiles": [],
"beforeFiles": [],
"fallback": []
},
"sortedPages": [
"/_app",
"/_error"
]
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
@@ -0,0 +1 @@
[]
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()