* update image dialog, add download, delete and view original image button
* update react-image-lightbox
* add-image-rotate-api
* support restore in image previewer
* support image rotate
* upgrade react-image-lightbox
* fix bug - first image auto previewed in list layout, improve delete and restore action
* remove raise
* fix last line
---------
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
Co-authored-by: Michael An <2331806369@qq.com>
* ['notice' popover, 'all notice' dialog] fixup for mobile
* ['Files' page] fixed library icon size for mobile
* ['settings' page] fixup for 'Email notification'
* ['my libs'] fixed 'star/unstar', 'share', 'delete'
* ['deleted repos' dialog] modified column width of the table for mobile
* ['share' dialog] modified 'link details' panel for mobile
* [side panel resizer] removed it for mobile
* [group/department, shared with all] fixed the operation menu for mobile
* ['dir view'] don't offer 'repo history' page for mobile
* ['help'] fixup for page with large images, for mobile
- fixup for http://127.0.0.1:8000/help/drive_client_2.0_for_windows_10/
(in mobile, the content of it overflowed to the right, and was cut off)
* ['file view'] removed 'history' page for mobile
* ['markdown file view'] removed 'history' page for small screen, mobile
* ['dir view'] added a gray layer to close the 'file/folder tree' panel in mobile
* ['dir view'] fixup for the 'path' bar in mobile
* ['dir view', 'shared dir view'] don't display the 'tag list' in root for mobile
* implement catalog view in move dialog
* update move dialog ui components
* improve move dialog ui
* remove debug info
* improve copy dialog ui
* improve search view ui in move and copy dialog, refactor part of file-chooser.js and file-chooser.css
* handle cases where repo_name is too long, truncate text with an ellipsis, remove search container border
* handle cases where repo_name too long in search result item
* update move and dialog ui details
* add radius to repo list item
* feature - drag and drop file to target path in grid view
fix typo
* update target path item background color when drag enter
* fix bug - select-all checkbox is actived after the last item is moved to another path
* fix bug - drag drop action conflict with multi-select by keyboard
* remove console log
* fix type error
* grid view support multiple selection by drag
* fix conflict with multiple selection by keyboard
* improve selection experience and code format
* fix bug - select failed when file name include '...'
* Feature - multiple selection with ctrl/shift
* update grid view context menu list in multiple selection mode
* list view support multiple selection
* improve list view selection experience
* before remove activeDirent state
* improve list view selection experience
* fix warnings
* [dir view] redesigned the toolbar for the current folder
* [dir view] toolbar for the current folder: code cleanup
* [dir view] toolbar for the current folder: updated the 'upload' icon; modified UI details