-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[WEB-5088] feat: Power K v2
#7905
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
Merged
Merged
Changes from all commits
Commits
Show all changes
118 commits
Select commit
Hold shift + click to select a range
9a9c93d
feat: add project shortcut in command palette
vihar d3605ef
feat: global project switcher shortcut
vihar eccceb8
refactor: generalize command palette entity handling
vihar 51cae00
feat: extend command palette navigation
vihar 845bcb7
feat: add issue shortcut to command palette
vihar 812e930
feat: add modular project selection for cycle navigation
vihar 88d3ace
chore: add reusable command palette utilities
vihar 86b231e
fix: update key sequence handling to use window methods for timeout m…
prateekshourya29 fee993b
fix: build errors
prateekshourya29 9fce6b5
chore: minor ux copy improvements
prateekshourya29 2902d5f
feat: implement a new command registry and renderer for enhanced comm…
prateekshourya29 bc31c35
feat: introduce new command palette components and enhance search fun…
prateekshourya29 8bf382b
feat: enhance command palette components with improved initialization…
prateekshourya29 1e0856c
Merge branch 'preview' of https://github.com/makeplane/plane into cod…
aaryan610 0ef584e
Merge branch 'preview' of github.com:makeplane/plane into codex/impro…
prateekshourya29 77e6d24
feat: Implement new command palette architecture with multi-step comm…
prateekshourya29 7ff933b
Merge branch 'codex/improve-command+k-menu-with-shortcuts' of https:/…
aaryan610 02e592c
refactor: hook arguments
aaryan610 36906d7
refactor: folder structure
aaryan610 de4463c
refactor: update import paths
aaryan610 ac3be61
fix: context prop drilling
aaryan610 1c0aecb
refactor: update search components
aaryan610 a84e01c
refactor: create actions
aaryan610 8549425
chore: add type to pages
aaryan610 9c3345e
chore: init contextual actions
aaryan610 fdb5bba
refactor: context based actions code split
aaryan610 a256003
chore: module context-based actions
aaryan610 6669553
refactor: streamline command execution flow and enhance multi-step ha…
prateekshourya29 288a8ee
refactor: remove placeholder management from command execution and im…
prateekshourya29 bef226b
chore: cycle context based actions
aaryan610 c2e8ffb
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 48e5768
refactor: simplify command execution by consolidating selection steps…
prateekshourya29 bd4df39
chore: added more options to work item contextual actions
aaryan610 1e6a1e3
fix: merge conflicts resolved from origin
aaryan610 59e4903
chore: page context actions
aaryan610 cd23bd2
refactor: update step type definitions and enhance page mapping for c…
prateekshourya29 3f2c8a9
feat: implement Command Palette V2 with global shortcuts and enhanced…
prateekshourya29 6121e5a
refactor: power k v2
aaryan610 5f737ba
refactor: creation commands
aaryan610 feddee3
feat: add navigation utility for Power K context handling
prateekshourya29 734d3d7
feat: implement comprehensive navigation commands for Power K
prateekshourya29 af35f58
refactor: work item contextual actions
aaryan610 c732236
fix: merge conflicts resolved from origin
aaryan610 b147abe
fix: build errors
aaryan610 530832a
refactor: remaining contextual actions
aaryan610 4f7d76c
refactor: remove old code
aaryan610 ab62c2f
chore: update placeholder
aaryan610 406b1b4
refactor: enhance command registry with observable properties and con…
prateekshourya29 f160948
refactor: improve command filtering logic in CommandPaletteModal
prateekshourya29 b058b07
chore: context indicator
aaryan610 016864e
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 65e8688
chore: misc actions
aaryan610 4b6e059
style: shortcut badge
aaryan610 95669cb
feat: add open entity actions and enhance navigation commands for Pow…
prateekshourya29 a540bb5
refactor: rename and reorganize Power K components for improved clari…
prateekshourya29 1f69d12
refactor: update CommandPalette components and streamline global shor…
prateekshourya29 3f860f0
refactor: adjust debounce timing in CommandPaletteModal for improved …
prateekshourya29 2b998da
feat: implement shortcuts modal and enhance command registry for bett…
prateekshourya29 65f2ea2
fix: search implemented
aaryan610 296d6c5
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 755176b
refactor: search results code split
aaryan610 7a30784
refactor: search results code split
aaryan610 b8e5342
feat: introduce creation and navigation command modules for Power K, …
prateekshourya29 e6c2c9e
chore: update menu logos
aaryan610 1f0e663
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 1403af8
refactor: remove unused PowerKOpenEntityActionsExtended component fro…
prateekshourya29 b88d365
refactor: search menu
aaryan610 ad8144a
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 e8bd3d0
fix: clear context on backspace and manual clear
aaryan610 7e3e892
refactor: rename creation command keys for consistency and clarity in…
prateekshourya29 b357742
chore: added intake in global search
NarayanBavisetti 2afa370
chore: preferences menu
aaryan610 21bda5c
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 4ce5f6b
chore: removed the empty serach params
NarayanBavisetti b0e0afc
Merge branch 'feat/power-k-v2' of github.com:makeplane/plane into fea…
NarayanBavisetti bf39909
revert: command palette changes
prateekshourya29 3932257
cleanup
prateekshourya29 91427d5
refactor: update command IDs to use underscores for consistency acros…
prateekshourya29 f1559cd
refactor: extended context based actions
aaryan610 558717c
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 06264d0
chore: modal command item status props
aaryan610 f77a954
refactor: replace CommandPalette with CommandPaletteProvider in setti…
prateekshourya29 ed4481e
refactor: update settings menu to use translated labels instead of i1…
prateekshourya29 1f2147b
refactor: update command titles to use translation keys for creation …
prateekshourya29 07eb298
refactor: update navigation command titles to use translation keys fo…
prateekshourya29 f75fe53
chore: minor cleanup
prateekshourya29 12076de
chore: misc commands added
aaryan610 f0b0828
fix: merge conflicts resolved from origin
aaryan610 6f04fbe
chore: code split for no search results command
aaryan610 21f7a1c
chore: state menu items for work item context based commands
prateekshourya29 25f3c9b
chore: add more props to no search results command
aaryan610 5d456e5
Merge branch 'feat/power-k-v2' of https://github.com/makeplane/plane …
aaryan610 98c7fc8
chore: add more props to no search results command
aaryan610 3678b34
refactor: remove shortcut key for create workspace command
prateekshourya29 5370a88
Merge branch 'preview' of github.com:makeplane/plane into feat/power-…
prateekshourya29 247f02d
Refactor command palette to use PowerK store
prateekshourya29 047015f
Refactor PowerK command handling to remove context dependency
prateekshourya29 55a0d0e
chore: add context indicator
aaryan610 fa7df2d
chore: update type import
aaryan610 cf6dee9
chore: migrate toast implementation from @plane/ui to @plane/propel/t…
prateekshourya29 63183f9
Merge branch 'preview' of github.com:makeplane/plane into feat/power-…
prateekshourya29 4966b8b
Merge branch 'preview' of https://github.com/makeplane/plane into fea…
aaryan610 b92d1dd
Merge branch 'preview' of https://github.com/makeplane/plane into fea…
aaryan610 516e447
fix: merge conflicts resolved from preview
aaryan610 98dd780
refactor: power k modal wrapper and provider
aaryan610 ec2beed
fix: type imports
aaryan610 5f1fb2b
fix: merge conflicts resolved from origin
aaryan610 2647b19
chore: update creation command shortcuts
aaryan610 36049a9
fix: page context commands
aaryan610 f27e9d2
chore: update navigation and open command shortcuts
aaryan610 c5e78ab
fix: work item standalone page modals
aaryan610 0a30544
fix: context indicator visibility
aaryan610 a8de609
fix: merge conflicts
prateekshourya29 c01b706
Merge branch 'preview' of https://github.com/makeplane/plane into fea…
aaryan610 53aae45
fix: potential error points
aaryan610 8a8de34
fix: build errors
aaryan610 e8ae356
fix: lint errors
aaryan610 5ec6a7b
fix: import order
aaryan610 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.