8000 feat: Power K `v2` by aaryan610 · Pull Request #7905 · makeplane/plane · GitHub
[go: up one dir, main page]

Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
9a9c93d
feat: add project shortcut in command palette
vihar Sep 10, 2025
d3605ef
feat: global project switcher shortcut
vihar Sep 10, 2025
eccceb8
refactor: generalize command palette entity handling
vihar Sep 10, 2025
51cae00
feat: extend command palette navigation
vihar Sep 10, 2025
845bcb7
feat: add issue shortcut to command palette
vihar Sep 10, 2025
812e930
feat: add modular project selection for cycle navigation
vihar Sep 10, 2025
88d3ace
chore: add reusable command palette utilities
vihar Sep 10, 2025
86b231e
fix: update key sequence handling to use window methods for timeout m…
prateekshourya29 Sep 12, 2025
fee993b
fix: build errors
prateekshourya29 Sep 12, 2025
9fce6b5
chore: minor ux copy improvements
prateekshourya29 Sep 12, 2025
2902d5f
feat: implement a new command registry and renderer for enhanced comm…
prateekshourya29 Sep 13, 2025
bc31c35
feat: introduce new command palette components and enhance search fun…
prateekshourya29 Sep 14, 2025
8bf382b
feat: enhance command palette components with improved initialization…
prateekshourya29 Sep 14, 2025
1e0856c
Merge branch 'preview' of https://github.com/makeplane/plane into cod…
aaryan610 Oct 3, 2025
0ef584e
Merge branch 'preview' of github.com:makeplane/plane into codex/impro…
prateekshourya29 Oct 4, 2025
77e6d24
feat: Implement new command palette architecture with multi-step comm…
prateekshourya29 Oct 4, 2025
7ff933b
Merge branch 'codex/improve-command+k-menu-with-shortcuts' of https:/…
aaryan610 Oct 4, 2025
02e592c
refactor: hook arguments
aaryan610 Oct 4, 2025
36906d7
refactor: folder structure
aaryan610 Oct 4, 2025
de4463c
refactor: update import paths
aaryan610 Oct 4, 2025
ac3be61
fix: context prop drilling
aaryan610 Oct 4, 2025
1c0aecb
refactor: update search components
aaryan610 Oct 4, 2025
a84e01c
refactor: create actions
aaryan610 Oct 4, 2025
8549425
chore: add type to pages
aaryan610 Oct 4, 2025
9c3345e
chore: init contextual actions
aaryan610 Oct 4, 2025
fdb5bba
refactor: context based actions code split
aaryan610 Oct 4, 2025
a256003
chore: module context-based actions
aaryan610 Oct 4, 2025
6669553
refactor: streamline command execution flow and enhance multi-step ha…
prateekshourya29 Oct 4, 2025
288a8ee
refactor: remove placeholder management from command execution and im…
prateekshourya29 Oct 4, 2025
bef226b
chore: cycle context based actions
aaryan610 Oct 4, 2025
c2e8ffb
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 4, 2025
48e5768
refactor: simplify command execution by consolidating selection steps…
prateekshourya29 Oct 4, 2025
bd4df39
chore: added more options to work item contextual actions
aaryan610 Oct 4, 2025
1e6a1e3
fix: merge conflicts resolved from origin
aaryan610 Oct 4, 2025
59e4903
chore: page context actions
aaryan610 Oct 4, 2025
cd23bd2
refactor: update step type definitions and enhance page mapping for c…
prateekshourya29 Oct 4, 2025
3f2c8a9
feat: implement Command Palette V2 with global shortcuts and enhanced…
prateekshourya29 Oct 5, 2025
6121e5a
refactor: power k v2
aaryan610 Oct 5, 2025
5f737ba
refactor: creation commands
aaryan610 Oct 5, 2025
feddee3
feat: add navigation utility for Power K context handling
prateekshourya29 Oct 5, 2025
734d3d7
feat: implement comprehensive navigation commands for Power K
prateekshourya29 Oct 5, 2025
af35f58
refactor: work item contextual actions
aaryan610 Oct 5, 2025
c732236
fix: merge conflicts resolved from origin
aaryan610 Oct 5, 2025
b147abe
fix: build errors
aaryan610 Oct 5, 2025
530832a
refactor: remaining contextual actions
aaryan610 Oct 5, 2025
4f7d76c
refactor: remove old code
aaryan610 Oct 5, 2025
ab62c2f
chore: update placeholder
aaryan610 Oct 5, 2025
406b1b4
refactor: enhance command registry with observable properties and con…
prateekshourya29 Oct 5, 2025
f160948
refactor: improve command filtering logic in CommandPaletteModal
prateekshourya29 Oct 5, 2025
b058b07
chore: context indicator
aaryan610 Oct 5, 2025
016864e
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 5, 2025
65e8688
chore: misc actions
aaryan610 Oct 5, 2025
4b6e059
style: shortcut badge
aaryan610 Oct 5, 2025
95669cb
feat: add open entity actions and enhance navigation commands for Pow…
prateekshourya29 Oct 5, 2025
a540bb5
refactor: rename and reorganize Power K components for improved clari…
prateekshourya29 Oct 5, 2025
1f69d12
refactor: update CommandPalette components and streamline global shor…
prateekshourya29 Oct 5, 2025
3f860f0
refactor: adjust debounce timing in CommandPaletteModal for improved …
prateekshourya29 Oct 5, 2025
2b998da
feat: implement shortcuts modal and enhance command registry for bett…
prateekshourya29 Oct 5, 2025
65f2ea2
fix: search implemented
aaryan610 Oct 5, 2025
296d6c5
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 5, 2025
755176b
refactor: search results code split
aaryan610 Oct 5, 2025
7a30784
refactor: search results code split
aaryan610 Oct 5, 2025
b8e5342
feat: introduce creation and navigation command modules for Power K, …
prateekshourya29 Oct 5, 2025
e6c2c9e
chore: update menu logos
aaryan610 Oct 6, 2025
1f0e663
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 6, 2025
1403af8
refactor: remove unused PowerKOpenEntityActionsExtended component fro…
prateekshourya29 Oct 6, 2025
b88d365
refactor: search menu
aaryan610 Oct 6, 2025
ad8144a
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 6, 2025
e8bd3d0
fix: clear context on backspace and manual clear
aaryan610 Oct 6, 2025
7e3e892
refactor: rename creation command keys for consistency and clarity in…
prateekshourya29 Oct 6, 2025
b357742
chore: added intake in global search
NarayanBavisetti Oct 6, 2025
2afa370
chore: preferences menu
aaryan610 Oct 6, 2025
21bda5c
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 6, 2025
4ce5f6b
chore: removed the empty serach params
NarayanBavisetti Oct 6, 2025
b0e0afc
Merge branch 'feat/power-k-v2' of github.com:makeplane/plane into fea…
NarayanBavisetti Oct 6, 2025
bf39909
revert: command palette changes
prateekshourya29 Oct 6, 2025
3932257
cleanup
prateekshourya29 Oct 6, 2025
91427d5
refactor: update command IDs to use underscores for consistency acros…
prateekshourya29 Oct 6, 2025
f1559cd
refactor: extended context based actions
aaryan610 Oct 6, 2025
558717c
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 6, 2025
06264d0
chore: modal command item status props
aaryan610 Oct 6, 2025
f77a954
refactor: replace CommandPalette with CommandPaletteProvider in setti…
prateekshourya29 Oct 6, 2025
ed4481e
refactor: update settings menu to use translated labels instead of i1…
prateekshourya29 Oct 6, 2025
1f2147b
refactor: update command titles to use translation keys for creation …
prateekshourya29 Oct 6, 2025
07eb298
refactor: update navigation command titles to use translation keys fo…
prateekshourya29 Oct 6, 2025
f75fe53
chore: minor cleanup
prateekshourya29 Oct 6, 2025
12076de
chore: misc commands added
aaryan610 Oct 6, 2025
f0b0828
fix: merge conflicts resolved from origin
aaryan610 Oct 6, 2025
6f04fbe
chore: code split for no search results command
aaryan610 Oct 6, 2025
21f7a1c
chore: state menu items for work item context based commands
prateekshourya29 Oct 6, 2025
25f3c9b
chore: add more props to no search results command
aaryan610 Oct 6, 2025
5d456e5
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 Oct 6, 2025
98c7fc8
chore: add more props to no search results command
aaryan610 Oct 6, 2025
3678b34
refactor: remove shortcut key for create workspace command
prateekshourya29 Oct 6, 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
Prev Previous commit
Next Next commit
Merge branch 'preview' of github.com:makeplane/plane into codex/impro…
…ve-command+k-menu-with-shortcuts
  • Loading branch information
prateekshourya29 committed Oct 4, 2025
commit 0ef584ee83b26bba932f57bdd67b51f93bddd83e

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0