Integrate updates into recent activity page

This commit is contained in:
Zerebos
2026-05-21 03:29:13 +00:00
parent d025d07e07
commit 9e56b1176c
6 changed files with 129 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export type NavPage =
| "home" | "library" | "updates" | "sources" | "explore"
| "home" | "library" | "sources" | "explore"
| "downloads" | "extensions" | "history" | "search" | "tracking";
class AppStore {