diff --git a/.changeset/show-account-switcher-hs-down.md b/.changeset/show-account-switcher-hs-down.md new file mode 100644 index 000000000..1d7332318 --- /dev/null +++ b/.changeset/show-account-switcher-hs-down.md @@ -0,0 +1,5 @@ +--- +default: patch +--- + +Add account switcher to "homeserver down" screen to prevent being locked out from all accounts at once diff --git a/src/app/pages/client/SpecVersions.tsx b/src/app/pages/client/SpecVersions.tsx index 39b44a6dd..d20cd4d04 100644 --- a/src/app/pages/client/SpecVersions.tsx +++ b/src/app/pages/client/SpecVersions.tsx @@ -6,6 +6,7 @@ import { SpecVersionsProvider } from '$hooks/useSpecVersions'; import { SplashScreen } from '$components/splash-screen'; import { useMatrixClient } from '$hooks/useMatrixClient'; import type { SpecVersions } from '../../cs-api'; +import { AccountMenuOption } from './sidebar/UserMenuTab'; const EMPTY_VERSIONS: SpecVersions = { versions: [] }; @@ -25,6 +26,9 @@ function HomeserverOfflineError({ baseUrl, onRetry }: HomeserverOfflineErrorProp We can't reach {baseUrl}. The homeserver may be down, or you may have a connection issue. Please try again. +
+ +