fix: resolve typescript and build errors across admin and guest apps

This commit is contained in:
Codex Agent
2026-01-07 13:25:30 +01:00
parent 1ec4987b38
commit 8e1031fff0
42 changed files with 1056 additions and 30446 deletions

View File

@@ -11,20 +11,20 @@ describe('BadgesGrid', () => {
<BadgesGrid
badges={[
{
id: 1,
title: 'First Badge',
description: 'Earned badge',
id: '1',
title: 'First Upload',
description: 'Uploaded your first photo',
earned: true,
progress: 1,
target: 1,
},
{
id: 2,
title: 'Second Badge',
description: 'Pending badge',
id: '2',
title: 'Social Star',
description: 'Received 10 likes',
earned: false,
progress: 0,
target: 5,
progress: 3,
target: 10,
},
]}
t={t}