Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes issues after merge to main (#50) * Caches projects on server-side (#52) * Caches projects for user * No longer selects first project if there is only one * Removes debug log * Shows projects cached on the server * Fixes initial loading state * Removes debug log * Adds missing awaits * Adds tests for logoutHandler * Fixes unit tests * Uses decorator pattern to cache projects * Adds tests for * Fixes typos * Fixes linting error * Fixes compile error * Logs out user when receiving HTTP 401 (#53) * Caches projects for user * No longer selects first project if there is only one * Removes debug log * Shows projects cached on the server * Fixes initial loading state * Removes debug log * Adds missing awaits * Adds tests for logoutHandler * Fixes unit tests * Uses decorator pattern to cache projects * Adds tests for * Fixes typos * Fixes linting error * Fixes compile error * Logs out user when receiving HTTP 401 * Adds missing files * Fixes linting errors * Update dependabot.yml (#54) * Revert "Merge branch 'main' into develop" This reverts commit 37c7158, reversing changes made to ffc6071.
- Loading branch information