You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually I think beside gui, the VFS and Adapter needs to be changed too.
One part of problem is in osjs/gui that must select multiple rows, it seem you handled it.
Next step we need Adapter supports operations like delete on it. Adapter operates on array of vfs.oject instead of single vfs.object.
I believe I've made all of the appropriate changes to the filemanager application, and now need to finish up the ListView component changes and I can put out a beta on npm for testing :)
Activity
andersevenrud commentedon Jun 27, 2020
This will require updates in two areas:
multiselect
is set to true. As well as update the selection events to reflect this.mutliselect
, and all event emitters needs to use arrays of refs, and not direct file refs.So it should be fairly simple to implement this
Started on multiselect support (#22)
andersevenrud commentedon Jun 27, 2020
I've started on implementing this. Here's a sneak preview:
Ref:
miladhashemi commentedon Jun 28, 2020
Actually I think beside
gui
, theVFS
andAdapter
needs to be changed too.One part of problem is in
osjs/gui
that must select multiple rows, it seem you handled it.Next step we need
Adapter
supports operations like delete on it.Adapter
operates on array ofvfs.oject
instead of singlevfs.object
.andersevenrud commentedon Jun 28, 2020
The VFS does not need any changes The file manager can just use
Promise.all
to handle bulk operations.More work on multiselect (#22)
andersevenrud commentedon Jul 2, 2020
I believe I've made all of the appropriate changes to the filemanager application, and now need to finish up the ListView component changes and I can put out a beta on npm for testing :)
miladhashemi commentedon Jul 4, 2020
Oh, Thank U Andres. How can I test beta version? Is it on npm rep at moment?
andersevenrud commentedon Jul 6, 2020
I haven't published it onto npm yet as I'm not 100% done.
You can try this out by checking out the code locally.
miladhashemi commentedon Oct 4, 2020
I tested multiselect option,but didnt works.
Even readdir throws bellow warning message:
Also throws bellow warning as i click on edit menu:
for readfile throws bellow error:
7 remaining items