diff options
| author | Fuwn <[email protected]> | 2026-06-05 13:33:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-06-05 13:33:01 +0000 |
| commit | c1a6f33b5a54c92953a7396a252c0054e3f77d8f (patch) | |
| tree | 087a7b904026c5300ba7bcc2f8178d4592775387 /src/lib/CommandPalette | |
| parent | feat(airing): replace SubsPlease with AnimeSchedule (sub+dub) (diff) | |
| download | due.moe-c1a6f33b5a54c92953a7396a252c0054e3f77d8f.tar.xz due.moe-c1a6f33b5a54c92953a7396a252c0054e3f77d8f.zip | |
feat(schedule): add sub/dub toggle to the schedule page
Add a Sub/Dub toggle to /schedule, selected via a ?type= query param and defaulting to the countdown source but independent of it. Relabel the nav item from "Subtitle Schedule" to "Anime Schedule" to reflect both tracks.
Diffstat (limited to 'src/lib/CommandPalette')
| -rw-r--r-- | src/lib/CommandPalette/actions.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/CommandPalette/actions.ts b/src/lib/CommandPalette/actions.ts index 19d7394e..d10a0b88 100644 --- a/src/lib/CommandPalette/actions.ts +++ b/src/lib/CommandPalette/actions.ts @@ -80,9 +80,9 @@ export const defaultActions = (): CommandPaletteAction[] => { ], }, { - name: l.navigation.subtitleSchedule, + name: l.navigation.animeSchedule, url: "/schedule", - tags: ["anime", "subs"], + tags: ["anime", "subs", "dubs", "schedule"], }, { name: l.navigation.hololive, |