-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up merge modal and allow "live-merge" of explorative and project (
#2935) * remove merge task type and nml from merge modal (fixes #2930) * remove unused function * allow live-merge of explorative annotations * add old backend merging as an option to the merge modal * add tooltip to merge-modal to explain options better * allow live-merge of compound projects * create button-with-checkbox abstraction; show checkbox for project and explorative merge * fix linting * pretty code * improve wording in merge-modal message * chunk save actions into multiple batches and don't send all batches at once to the server * measure save progress via reducers * fix setting busy flag back to false * fix bug in compact function; fix tests * fix linting * refactor * add tests for chunked saving * update changelog * disallow merge for differing datasets * fix redirect in merge-modal * close merge modal after merge * incorporate PR feedback
- Loading branch information
1 parent
b66ef25
commit 3a29f15
Showing
14 changed files
with
448 additions
and
270 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
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
Oops, something went wrong.