aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-06-05 13:33:01 +0000
committerFuwn <[email protected]>2026-06-05 13:33:01 +0000
commitc1a6f33b5a54c92953a7396a252c0054e3f77d8f (patch)
tree087a7b904026c5300ba7bcc2f8178d4592775387 /src/lib/CommandPalette
parentfeat(airing): replace SubsPlease with AnimeSchedule (sub+dub) (diff)
downloaddue.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.ts4
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,