Skip to content

Matthewary/v-command-palette #21534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 39 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
31ba26c
No warnings. Some progress. Time for the real work.
MatthewAry Jun 4, 2025
0a9f0b9
feat(VCommandPalette): add structured items and hotkey support
MatthewAry Jun 5, 2025
47af73c
feat(VCommandPalette): better hotkey handling
MatthewAry Jun 6, 2025
6c19521
feat(VCommandPalette): enhance item structure and type safety
MatthewAry Jun 6, 2025
ddc1181
Comments
MatthewAry Jun 6, 2025
32b4e62
feat(VCommandPalette): improve hotkey and fix item rendering
MatthewAry Jun 6, 2025
3213ba4
Apply feedback from @johnleider
MatthewAry Jun 6, 2025
40a8c56
Invoke handler, tweak to VHotkey
MatthewAry Jun 6, 2025
5dd126b
feat(VCommandPalette): item groups and better navigation
MatthewAry Jun 6, 2025
f59466b
Toggle Theme
MatthewAry Jun 6, 2025
29f83e2
Better search
MatthewAry Jun 7, 2025
9572440
Pesky transition
MatthewAry Jun 7, 2025
bb1037b
A variety of improvement
MatthewAry Jun 7, 2025
bed9157
Formatting
MatthewAry Jun 7, 2025
feb6e68
Improved VHotkey and Added JSDoc to mergeDeep
MatthewAry Jun 7, 2025
1154c4c
feat(hotkey): add tests for useHotkey composable
MatthewAry Jun 7, 2025
aec00c0
feat(VCommandPalette): enhance filtering logic and slot scopes
MatthewAry Jun 7, 2025
6495661
Update playground
MatthewAry Jun 7, 2025
8e89190
feat(VCommandPalette): refine slot naming and enhance selection logic
MatthewAry Jun 7, 2025
f6c3111
feat(VCommandPalette): make selections feel snappy
MatthewAry Jun 7, 2025
8c0a02a
Some tests aren't passing. They're tricky!
MatthewAry Jun 11, 2025
9b95623
Allow VDialog to unload core VCommandPalette logic. All tests pass.
MatthewAry Jun 11, 2025
64d901b
feat(VCommandPalette): enhance accessibility and navigation features
MatthewAry Jun 11, 2025
5c7247e
feat(VCommandPalette): enhance item matching and state management
MatthewAry Jun 11, 2025
e3ceafd
Comments
MatthewAry Jun 11, 2025
b62d0a3
feat(VCommandPalette): improve item typing and transformation logic
MatthewAry Jun 11, 2025
d5ad2e4
Localization and custom-layout example
MatthewAry Jun 11, 2025
3858bc6
Remove unused imports
MatthewAry Jun 11, 2025
31a8f93
feat(VCommandPalette): enhance VHotkey functionality and testing
MatthewAry Jun 11, 2025
b590a3c
refactor(VCommandPalette): no const functions
MatthewAry Jun 12, 2025
723d4f5
refactor(VCommandPalette): replace ref with shallowRef
MatthewAry Jun 12, 2025
c56221c
Simplify
MatthewAry Jun 12, 2025
631a6ef
Merge remote-tracking branch 'origin/dev' into branch
MatthewAry Jun 12, 2025
2791908
refactor(VHotkey): integrate VKbd component for key display
MatthewAry Jun 12, 2025
bd4d34b
feat(iconsets): add keyboard-related icon aliases
MatthewAry Jun 13, 2025
c58f40c
fix Some weird character in keymap
MatthewAry Jun 13, 2025
46fa046
Remove playground
MatthewAry Jun 13, 2025
000807a
Fix test
MatthewAry Jun 13, 2025
5854e9f
Localize VHotkey
MatthewAry Jun 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"vue-tsc": "^2.2.10",
"yargs": "^17.7.2"
},
"packageManager": "pnpm@10.10.0",
"packageManager": "pnpm@10.12.1",
"pnpm": {
"patchedDependencies": {
"@mdi/[email protected]": "patches/@[email protected]",
Expand Down
Loading
Loading