diff options
| author | Fuwn <[email protected]> | 2025-05-06 06:11:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-06 06:11:15 -0700 |
| commit | 79c16c682ea3699eaeb52b509510737c47095c2f (patch) | |
| tree | 4055f7b185b31d1700d0b47d8fc52b6ca75912d4 /src/lib | |
| parent | feat: Add command palette (diff) | |
| download | due.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.ts | 4 |
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' } ]; |