From 79c16c682ea3699eaeb52b509510737c47095c2f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 6 May 2025 06:11:15 -0700 Subject: feat: Add Badge Wall action to command palette --- src/lib/CommandPalette/actions.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib') 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' } ]; -- cgit v1.2.3