fix(account): polish sidebar favorites and sync feedback

This commit is contained in:
2026-05-19 23:48:41 +08:00
parent 932e69fca7
commit 8d80a02316
18 changed files with 403 additions and 56 deletions
+4
View File
@@ -29,6 +29,10 @@ export const cloudItemKey = (
item: Pick<SyncedAppListItem, "origin" | "pkgname">,
): string => `${item.origin}:${item.pkgname}`;
export const cloudPackageKey = (
item: Pick<SyncedAppListItem, "pkgname">,
): string => item.pkgname;
export const mergeInstalledApps = (
currentApps: App[],
refreshedApps: App[],