-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
__Issue:__ The first-run experience on some platforms isn't ideal - the explorer can take long to load, or in the case of MacOS, ask the user for permission to their documents folder - not a great first-time experience! __Defect:__ If no folder was opened, we'd try and default to the user's documents folder - but this isn't really ideal for the above reasons. __Fix:__ Create a 'no-workspace-opened' state, and don't show the sidebar in that case. Once a folder is explicitly specified, or we have one from persistence, then we can go ahead and show it. In addition, for the file explorer, add an empty experience (an open folder button) if the user opens the sidebar. Fixes #2084 __TODO:__ - [x] Update the extension host integration - if there is no workspace, we shouldn't call `$initializeWorkspace` with the initial directory. - [x] Clean up the empty experience - [x] Add descriptive text - [x] Center button - [x] Wire up the 'open-folder' gesture to initiate an effect to open the native file dialog - [x] Verify on OSX - [x] Verify on Linux - [x] Verify on Windows - needs Win32 implementation of file picker (revery-ui/revery#1021) - [x] Use revery `master` once validated everywhere - [x] Ensure 'open folder' button is available via keyboard - [x] Command+P behavior when no workspace is open - [x] Just show active buffers
- Loading branch information
Showing
69 changed files
with
1,154 additions
and
722 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
bench.esy.lock/opam/fix.20200131/opam → bench.esy.lock/opam/fix.20201120/opam
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
esy.lock/opam/menhir.20200624/opam → bench.esy.lock/opam/menhir.20201122/opam
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
esy.lock/opam/menhirLib.20200624/opam → bench.esy.lock/opam/menhirLib.20201122/opam
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...est.esy.lock/opam/menhirSdk.20200624/opam → bench.esy.lock/opam/menhirSdk.20201122/opam
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.