add ui for idle timeout

This commit is contained in:
2024-02-06 20:27:51 -08:00
parent 141334f7e2
commit 87617a0726
9 changed files with 155 additions and 32 deletions

View File

@ -9,6 +9,7 @@ export let appState = writable({
pendingRequests: queue(),
credentialStatus: 'locked',
setupErrors: [],
appVersion: '',
});