UI redesign staging (#6149)

Co-authored-by: Reece Browne <[email protected]>
Co-authored-by: James Brunton <[email protected]>
This commit is contained in:
EthanHealy01
2026-05-15 15:36:50 +01:00
committed by GitHub
co-authored by Reece Browne James Brunton
parent beb99e273b
commit c731d5fd5d
173 changed files with 7290 additions and 4269 deletions
@@ -16,7 +16,7 @@ let hasShownThisLoad = false;
/**
* Guest user toast encouraging account creation.
* Appears 2s after load, top-right of the viewport, offset by right rail.
* Appears 2s after load, top-right of the viewport.
*/
export function GuestUserBanner({ className = "" }: GuestUserBannerProps) {
const { t } = useTranslation();