Improved key success message layout for mobile, using global 'now' to prevent hydration mismatches.

This commit is contained in:
2024-08-31 22:15:39 +02:00
parent 2882bd59e9
commit 6e130dd96e
3 changed files with 29 additions and 16 deletions

View File

@@ -258,7 +258,7 @@ const theme = ref(pageContext.env.theme);
const user = pageContext.user;
const primaryStash = pageContext.assets?.primaryStash;
const unseen = ref(pageContext.meta.unseenNotifications);
const unseen = ref(pageContext.assets?.unseenNotifications);
const query = ref(pageContext.urlParsed.search.q || '');
const allowLogin = pageContext.env.allowLogin;
const searchFocused = ref(false);