uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
298 stars 144 forks source link

Make action header sticky #144

Open scaredcat opened 3 years ago

scaredcat commented 3 years ago

Make action header sticky so that users don't have to scroll back to the top to perform actions where there is a long list of files.

This is only one solution, happy to take a different approach if there are any ideas how this issue could be solved.

Fixes: #12

mwfister commented 3 years ago

This is only one solution, happy to take a different approach if there are any ideas how this issue could be solved.

I'm partial to the idea that actions affecting a single file are inlined in that row - things feel a little more seamless than bouncing between row selection --> delete action in the action bar --> confirm button in the row.

But that sort of change is tangential to what you've done here, so I wouldn't suggest it as a different approach. Just something we can consider separately.