Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #630 "Provide UI feedback during Git command execution"
commit 1c2cb43 Author: Frederic Collonval <fcollonval@gmail.com> Date: Fri Jul 24 18:24:42 2020 +0200 Post Merge branch 'master' corrections commit 5ec36d7 Author: Frederic Collonval <fcollonval@gmail.com> Date: Fri Jul 24 17:41:07 2020 +0200 Merge with master commit ae71d8d Author: Athan Reines <kgryte@gmail.com> Date: Sun Jun 14 23:30:28 2020 -0700 Use finally blocks commit 2cd0408 Author: Athan Reines <kgryte@gmail.com> Date: Sun Jun 14 23:21:23 2020 -0700 Reorder properties and methods commit 9f2d7ca Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 8 11:08:57 2020 -0700 Fix response consumption bug commit e5d86d7 Merge: cab4132 6169af0 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 8 10:33:38 2020 -0700 Merge branch 'master' of https://github.com/jupyterlab/jupyterlab-git into ui-feedback commit cab4132 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 03:30:55 2020 -0700 Fix broken tests commit c4f0813 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 03:30:02 2020 -0700 Fix broken tests commit c132ced Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 03:06:07 2020 -0700 Add private annotation commit 28be7d5 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 03:04:40 2020 -0700 Reorder methods commit f2d40d8 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 02:57:31 2020 -0700 Refactor to support UI feedback commit b4d5513 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 02:22:26 2020 -0700 Fix broken test commit ab68b01 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 02:13:36 2020 -0700 Refactor to support toast alerts commit 99d6766 Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 02:00:47 2020 -0700 Refactor to support toast alerts commit b1d79d6 Merge: 3daf4ba 8e79eae Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 01:44:23 2020 -0700 Merge branch 'master' of https://github.com/jupyterlab/jupyterlab-git into ui-feedback commit 3daf4ba Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 01:33:04 2020 -0700 Refactor to support log message alerts commit 2d48dda Author: Athan Reines <kgryte@gmail.com> Date: Mon Jun 1 01:18:06 2020 -0700 Rename file and refactor into smaller components to support toasts commit d203738 Author: Athan Reines <kgryte@gmail.com> Date: Wed May 27 16:11:15 2020 -0700 Refactor to use "toast" notifications commit 1d5c364 Author: Athan Reines <kgryte@gmail.com> Date: Wed May 27 16:10:17 2020 -0700 Add Material UI dep for displaying alert messages within toast notifications commit e0e6a5e Author: Athan Reines <kgryte@gmail.com> Date: Wed May 27 13:34:04 2020 -0700 Add support for providing UI feedback when committing changes commit bf5c52a Author: Athan Reines <kgryte@gmail.com> Date: Wed May 27 10:42:28 2020 -0700 Fix broken tests commit 4d84996 Author: Athan Reines <kgryte@gmail.com> Date: Wed May 27 10:40:37 2020 -0700 Add src documentation and rename variables to be in line with project conventions commit 018444b Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 17:57:08 2020 -0700 Fix broken tests commit 29b9917 Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 17:54:23 2020 -0700 Add support for providing feedback when creating a new branch and refactor error handling commit 126389f Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 17:13:08 2020 -0700 Provide UI feedback when switching branches commit b1ec725 Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 16:01:19 2020 -0700 Add backticks commit fc2edb0 Merge: 62d88de c34abef Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 15:55:28 2020 -0700 Merge branch 'master' of https://github.com/jupyterlab/jupyterlab-git into ui-feedback commit 62d88de Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 15:41:25 2020 -0700 Document function commit 1596dee Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 15:39:47 2020 -0700 Remove console.log commit 697bab8 Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 15:32:06 2020 -0700 Add support for toggling display of status bar updates commit 2b9da5e Author: Athan Reines <kgryte@gmail.com> Date: Tue May 26 14:45:30 2020 -0700 Add setting to toggle status bar updates commit c51a449 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 22:00:56 2020 -0700 Allow the user to dismiss the modal I am not convinced this is an entirely good idea, as why bother with a blocking modal at all if a user can dismiss. The main hope is that less technical users will simply respect the modal and wait until completion before moving on. The risk is that users will catch on and disregard the warning, allowing for potential footguns. However, reviewers appear hostile to a blocking modal which cannot be readily dismissed. commit b0a1c44 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 21:48:45 2020 -0700 Fix operation order bug commit 062a2a1 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 21:40:06 2020 -0700 Move status widget to separate file and add widget style commit c34c33e Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 21:22:16 2020 -0700 Update lockfile commit 5576d73 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 21:20:55 2020 -0700 Restore prior refresh status behavior when non-200 response commit 6bdba11 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 21:06:44 2020 -0700 Throttle status widget to prevent flashing updates commit cf3d9ac Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 19:57:07 2020 -0700 Update task names and map log events to status messages commit 8d471f4 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 19:29:12 2020 -0700 Fix task queue management commit ccbfb70 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 18:29:02 2020 -0700 Add lumino collections dependency commit 2f155e5 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 18:28:25 2020 -0700 Refactor and clean-up the extension model commit d373478 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 11:26:12 2020 -0700 Wire up model event logging commit 3b3b915 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 11:12:57 2020 -0700 Fix capitalization commit 0169c2a Merge: a579a42 e923a5b Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:51:45 2020 -0700 Merge branch 'master' of https://github.com/jupyterlab/jupyterlab-git into ui-feedback commit a579a42 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:50:59 2020 -0700 Fix capitalization commit 71442cb Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:48:38 2020 -0700 Fix capitalization commit f3e25ec Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:32:52 2020 -0700 Fix broken tests commit f58b51f Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:23:45 2020 -0700 Toggle UI suspension based on plugin setting commit 6a93b34 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:23:05 2020 -0700 Update setting description commit 1e36470 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 18 00:22:24 2020 -0700 Update description commit 4437e60 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 11 11:22:06 2020 -0700 Document new setting commit 1bace21 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 11 11:20:34 2020 -0700 Document setting commit da2ec0e Author: Athan Reines <kgryte@gmail.com> Date: Mon May 11 11:18:38 2020 -0700 Add setting for toggling UI suspension commit 4ced5a8 Author: Athan Reines <kgryte@gmail.com> Date: Mon May 4 14:50:46 2020 -0700 Ensure a minimum duration commit 06300ff Author: Athan Reines <kgryte@gmail.com> Date: Thu Apr 30 16:50:32 2020 -0700 Add UI feedback during toolbar actions
- Loading branch information