aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-06 06:11:15 -0700
committerFuwn <[email protected]>2025-05-06 06:11:15 -0700
commit79c16c682ea3699eaeb52b509510737c47095c2f (patch)
tree4055f7b185b31d1700d0b47d8fc52b6ca75912d4 /src/lib
parentfeat: Add command palette (diff)
downloaddue.moe-79c16c682ea3699eaeb52b509510737c47095c2f.tar.xz
due.moe-79c16c682ea3699eaeb52b509510737c47095c2f.zip
feat: Add Badge Wall action to command palette
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/CommandPalette/actions.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/CommandPalette/actions.ts b/src/lib/CommandPalette/actions.ts
index 73128a2c..de24fb7d 100644
--- a/src/lib/CommandPalette/actions.ts
+++ b/src/lib/CommandPalette/actions.ts
@@ -30,5 +30,9 @@ export const defaultActions = [
{
name: 'My Profile',
url: '/user'
+ },
+ {
+ name: 'My Badge Wall',
+ url: '/user?badges=1'
}
];