Fix auth translations and admin PWA UI

This commit is contained in:
Codex Agent
2026-01-16 12:14:53 +01:00
parent c533d43c0f
commit 8ac0220f5d
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">