-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: KTP-27 refresh on activate (#5)
* feat: refresh state on activate and other cases * complete refresh on active
- Loading branch information
1 parent
ebba8e3
commit 3a711ce
Showing
10 changed files
with
117 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
const IPC_SELECTOR = 'IPC_SELECTOR' | ||
const IPC_REFRESH_TICKETS = 'IPC_REFRESH_TICKETS' | ||
const IPC_REFRESH_PRS = 'IPC_REFRESH_PRS' | ||
const IPC_REFRESH_GIT = 'IPC_REFRESH_GIT' | ||
const IPC_CHECKOUT_LOCAL_BRANCH = 'IPC_CHECKOUT_LOCAL_BRANCH' | ||
const IPC_CREATE_BRANCH = 'IPC_CREATE_BRANCH' | ||
const IPC_REBASE_BRANCH = 'IPC_REBASE_BRANCH' | ||
const IPC_DELETE_BRANCH = 'IPC_DELETE_BRANCH' | ||
const IPC_PUSH_BRANCH = 'IPC_PUSH_BRANCH' | ||
const IPC_CANCEL_SELECT = 'IPC_CANCEL_SELECT' | ||
const IPC_HIDE_SELECT = 'IPC_HIDE_SELECT' | ||
const IPC_REPO_SELECT = 'IPC_REPO_SELECT' | ||
|
||
export { | ||
IPC_SELECTOR, | ||
IPC_REFRESH_TICKETS, | ||
IPC_REFRESH_PRS, | ||
IPC_REFRESH_GIT, | ||
IPC_CHECKOUT_LOCAL_BRANCH, | ||
IPC_CREATE_BRANCH, | ||
IPC_REBASE_BRANCH, | ||
IPC_DELETE_BRANCH, | ||
IPC_PUSH_BRANCH, | ||
IPC_CANCEL_SELECT, | ||
IPC_REPO_SELECT, | ||
IPC_HIDE_SELECT, | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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