-
-
Notifications
You must be signed in to change notification settings - Fork 0
Issue 1 #8
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
Issue 1 #8
Conversation
Updated flow for files extension, user is provided with list of drives / top level directories in their system. On selection of drive the directory hierarchy is generated from the java backend. User is presented with a browsable tree view that allows user to select 1 or more directories to get file list.
Updated unit tests
Updated FS drive/ folder get - added sort
Removed unwanted param definition
Minor fixes
Fixed unit test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think I'll have capacity to review PRs in this repository much. I think you should feel empowered to merge your own PRs in this repo (are you indeed able to do that?)
@wetneb Definitely |
- Directory tree generation, moved tree object from memory to file to avoid OOM issue - Expanded folder ignore list - UI styling fixws
|
Issue: 1
Description : Added support for directory selection
Details