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

@@ -77,7 +77,7 @@ function NotificationSwipeRow({ item, onOpen, onMarkRead, children }: Notificati
};
return (
<div style={{ position: 'relative' }}>
<YStack position="relative">
<XStack
alignItems="center"
justifyContent="space-between"
@@ -119,7 +119,7 @@ function NotificationSwipeRow({ item, onOpen, onMarkRead, children }: Notificati
>
<Pressable onPress={handlePress}>{children}</Pressable>
</motion.div>
</div>
</YStack>
);
}