Adding update and terminal nav for medialog

This commit is contained in:
Dan 2026-01-01 23:35:46 +00:00
parent 2725bbf2be
commit d8a7426df2
2 changed files with 18 additions and 0 deletions

View file

@ -69,4 +69,12 @@ if (window.terminal) {
window.location.href = "/now/";
},
);
window.terminal.registerCommand(
"medialog",
"Media that I have enjoyed (or not) recently",
() => {
window.location.href = "/media/";
},
);
}