abdel-17 / svelte-file-tree

0 stars 0 forks source link

thoughts #1

Open mustafa0x opened 6 months ago

mustafa0x commented 6 months ago

p0

p1

p2

abdel-17 commented 6 months ago

Yeah shift click with the mouse is a bit more complicated because it selects everything up to the clicked item. I'll have to think about it more.

What's a "page of items" in this context?

mustafa0x commented 6 months ago

What's a "page of items" in this context?

Typically it's the number of items that fit in the viewport.

abdel-17 commented 6 months ago

That's a bit of a strange interaction to me. Do you have any examples of libraries that do this?

mustafa0x commented 6 months ago

https://react-spectrum.adobe.com/react-aria/ListBox.html#asynchronous-loading

image

abdel-17 commented 6 months ago

p0 is done

abdel-17 commented 6 months ago

select multiple out-of-sequence. finder doesn't support this. explorer does. commander one (a util for mac) also does.

done