Filmography
++ Filmography +
({filtered.length}) @@ -63,6 +65,7 @@ export function FilmographyGrid({ credits }: FilmographyGridProps) {
+
{person.name}
@@ -61,7 +61,7 @@ export function PersonHero({ person }: PersonHeroProps) {
{person.birthday && (
-
+
{person.birthday}
{age !== null && (
@@ -72,7 +72,7 @@ export function PersonHero({ person }: PersonHeroProps) {
)}
{person.placeOfBirth && (
-
+
{person.placeOfBirth}
)}
diff --git a/app/(pages)/people/[id]/not-found.tsx b/app/(pages)/people/[id]/not-found.tsx
index 536ea85..9f1d8eb 100644
--- a/app/(pages)/people/[id]/not-found.tsx
+++ b/app/(pages)/people/[id]/not-found.tsx
@@ -3,14 +3,16 @@ import Link from "next/link";
export default function PersonNotFound() {
return (
- Person not found
+
+ Person not found
+
The person you're looking for doesn't exist or may have been
removed.
Explore titles
diff --git a/app/(pages)/settings/_components/account-section.tsx b/app/(pages)/settings/_components/account-section.tsx
index 794888e..b5bc435 100644
--- a/app/(pages)/settings/_components/account-section.tsx
+++ b/app/(pages)/settings/_components/account-section.tsx
@@ -27,7 +27,7 @@ export function AccountSection({
return (
-
+
Account
@@ -59,7 +59,7 @@ export function AccountSection({
router.refresh();
}}
>
-
+
Sign out
diff --git a/app/(pages)/settings/_components/backup-restore-section.tsx b/app/(pages)/settings/_components/backup-restore-section.tsx
index 0f85dbd..ca827bf 100644
--- a/app/(pages)/settings/_components/backup-restore-section.tsx
+++ b/app/(pages)/settings/_components/backup-restore-section.tsx
@@ -52,7 +52,10 @@ export function BackupRestoreSection() {
-
+
Restore
@@ -115,8 +118,8 @@ export function BackupRestoreSection() {
onClick={() => fileInputRef.current?.click()}
disabled={restoring}
>
- {restoring ? : }
- {restoring ? "Restoring..." : "Upload"}
+ {restoring ? : }
+ {restoring ? "Restoring\u2026" : "Upload"}
diff --git a/app/(pages)/settings/_components/backup-schedule-section.tsx b/app/(pages)/settings/_components/backup-schedule-section.tsx
index 5f6c138..072865f 100644
--- a/app/(pages)/settings/_components/backup-schedule-section.tsx
+++ b/app/(pages)/settings/_components/backup-schedule-section.tsx
@@ -147,7 +147,10 @@ function BackupScheduleInner() {
-
+
Backup schedule
@@ -163,7 +166,10 @@ function BackupScheduleInner() {
{maxRetention === 0
? "unlimited"
: `last ${maxRetention}`}
-
+
@@ -246,7 +253,10 @@ function BackupScheduleInner() {
{DAYS_OF_WEEK[dow]}
-
+
+
-
+
Database backups
@@ -111,8 +114,12 @@ export function BackupSection({
@@ -139,11 +146,17 @@ export function BackupSection({
}
>
{backup.source === "scheduled" ? (
-
+
) : backup.source === "pre-restore" ? (
-
+
) : (
-
+
)}
@@ -172,7 +185,7 @@ export function BackupSection({
-
+
diff --git a/app/(pages)/settings/_components/integrations-section.tsx b/app/(pages)/settings/_components/integrations-section.tsx
index 2bbefb6..5a5df32 100644
--- a/app/(pages)/settings/_components/integrations-section.tsx
+++ b/app/(pages)/settings/_components/integrations-section.tsx
@@ -15,7 +15,10 @@ export function IntegrationsSection({
return (
-
+
Integrations
diff --git a/app/(pages)/settings/_components/registration-section.tsx b/app/(pages)/settings/_components/registration-section.tsx
index b155e94..57d71cd 100644
--- a/app/(pages)/settings/_components/registration-section.tsx
+++ b/app/(pages)/settings/_components/registration-section.tsx
@@ -37,7 +37,7 @@ export function RegistrationSection({
-
+
Open registration
@@ -50,6 +50,7 @@ export function RegistrationSection({
checked={registrationOpen}
onCheckedChange={handleToggle}
disabled={toggling}
+ aria-label="Toggle open registration"
/>
diff --git a/app/(pages)/settings/_components/settings-shell.tsx b/app/(pages)/settings/_components/settings-shell.tsx
index 871775d..9d9e2f0 100644
--- a/app/(pages)/settings/_components/settings-shell.tsx
+++ b/app/(pages)/settings/_components/settings-shell.tsx
@@ -32,8 +32,10 @@ export function SettingsShell({
>
-
- Settings
+
+
+ Settings
+
Manage your account and preferences
diff --git a/app/(pages)/settings/_components/system-health-section.tsx b/app/(pages)/settings/_components/system-health-section.tsx
index 1528b7d..e8bf138 100644
--- a/app/(pages)/settings/_components/system-health-section.tsx
+++ b/app/(pages)/settings/_components/system-health-section.tsx
@@ -149,7 +149,10 @@ export function SystemHealthCards() {
-
+
Health status
@@ -164,6 +167,7 @@ export function SystemHealthCards() {
Person not found
++ Person not found +
The person you're looking for doesn't exist or may have been removed.
Explore titles diff --git a/app/(pages)/settings/_components/account-section.tsx b/app/(pages)/settings/_components/account-section.tsx index 794888e..b5bc435 100644 --- a/app/(pages)/settings/_components/account-section.tsx +++ b/app/(pages)/settings/_components/account-section.tsx @@ -27,7 +27,7 @@ export function AccountSection({ return (Account
@@ -59,7 +59,7 @@ export function AccountSection({ router.refresh(); }} > -Integrations
diff --git a/app/(pages)/settings/_components/registration-section.tsx b/app/(pages)/settings/_components/registration-section.tsx index b155e94..57d71cd 100644 --- a/app/(pages)/settings/_components/registration-section.tsx +++ b/app/(pages)/settings/_components/registration-section.tsx @@ -37,7 +37,7 @@ export function RegistrationSection({Settings
++ Settings +
Manage your account and preferences diff --git a/app/(pages)/settings/_components/system-health-section.tsx b/app/(pages)/settings/_components/system-health-section.tsx index 1528b7d..e8bf138 100644 --- a/app/(pages)/settings/_components/system-health-section.tsx +++ b/app/(pages)/settings/_components/system-health-section.tsx @@ -149,7 +149,10 @@ export function SystemHealthCards() {