Improve logging more, fix credentials sync issues, migrate more to be toasts

This commit is contained in:
LukeGus
2025-09-09 18:31:29 -05:00
parent 4c33b43a0f
commit 797e022d6e
26 changed files with 1650 additions and 611 deletions

View File

@@ -35,7 +35,6 @@ class GitHubCache {
timestamp: now,
expiresAt: now + this.CACHE_DURATION
});
// Cache entry set
}
get(key: string): any | null {