Fix auth translations and admin PWA UI
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-16 12:14:53 +01:00
parent 292c8f0b26
commit 918bff08aa
44 changed files with 2504 additions and 677 deletions

View File

@@ -203,7 +203,7 @@ export default function MobileEventGuestNotificationsPage() {
</MobileCard>
) : null}
<div ref={formRef}>
<YStack ref={formRef}>
<MobileCard space="$3">
<Text fontSize="$md" fontWeight="800" color={textStrong}>
{t('guestMessages.composeTitle', 'Send a message')}
@@ -299,7 +299,7 @@ export default function MobileEventGuestNotificationsPage() {
) : null}
</YStack>
</MobileCard>
</div>
</YStack>
<MobileCard space="$2">
<XStack alignItems="center" justifyContent="space-between">