-
Notifications
You must be signed in to change notification settings - Fork 16
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
Release - 2022-05-19 #2126
Release - 2022-05-19 #2126
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e7b587 - Browse repository at this point
Copy the full SHA 9e7b587View commit details -
Prevent drag when rename (#2067)
* should be good * this is getting biiiig * blur on storage * lingui extract * spinner color * Update packages/files-ui/src/Components/Modules/FileBrowsers/views/FileSystemItem/FileSystemGridItem.tsx Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com> * events * Update packages/files-ui/src/Components/Modules/FileBrowsers/views/FileSystemItem/FileSystemGridItem.tsx * rename functionalities * renames * Update packages/files-ui/src/Components/Modules/FileBrowsers/views/FileSystemItem/FileSystemItem.tsx * same for shared folders Co-authored-by: Thibaut Sardan <github@thib.top> Co-authored-by: Andrew Snaith <asnaith@users.noreply.github.com> Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> Co-authored-by: GitHub Actions <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4892472 - Browse repository at this point
Copy the full SHA 4892472View commit details
Commits on Apr 6, 2022
-
Cancel any action and remove any toast on logout (#2075)
* add remove all notif and cleanup unneeded deps * for storage * Apply suggestions from code review * Update packages/files-ui/src/Components/Layouts/AppNav.tsx
Configuration menu - View commit details
-
Copy full SHA for 5b84894 - Browse repository at this point
Copy the full SHA 5b84894View commit details
Commits on Apr 10, 2022
-
UI layout adjustments and sticky bulk actions (#2074)
* sticky actions * storage changes * z indexes Co-authored-by: Andrew Snaith <asnaith@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1e41ae - Browse repository at this point
Copy the full SHA a1e41aeView commit details
Commits on Apr 11, 2022
-
Enable shared folder update button to close the modal (#2080)
* enable the update button even when nothing to do * fix lint
Configuration menu - View commit details
-
Copy full SHA for 2b7b71c - Browse repository at this point
Copy the full SHA 2b7b71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2164732 - Browse repository at this point
Copy the full SHA 2164732View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b8639a - Browse repository at this point
Copy the full SHA 6b8639aView commit details
Commits on Apr 14, 2022
-
set default bucket filesystem (#2086)
Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a94d245 - Browse repository at this point
Copy the full SHA a94d245View commit details
Commits on Apr 19, 2022
-
Prevent multiple file/folder renames [storage] (#2101)
* renames ok * on click outside * remove on blur * editing to editing file * Update packages/storage-ui/src/Components/Modules/FileSystemItem/FileSystemGridItem.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update packages/storage-ui/src/Components/Modules/FileSystemItem/FileSystemTableItem.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update packages/storage-ui/src/Components/Pages/BucketPage.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4392cf - Browse repository at this point
Copy the full SHA e4392cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5ff4e - Browse repository at this point
Copy the full SHA 9e5ff4eView commit details
Commits on Apr 22, 2022
-
Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f2fc0f - Browse repository at this point
Copy the full SHA 8f2fc0fView commit details
Commits on Apr 25, 2022
-
* Drags preview in sstorage * files reverse * storage DnD ready * reset in files * remooved reset * resets * generate classes system * handle candrop for IPFS Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c35aa5a - Browse repository at this point
Copy the full SHA c35aa5aView commit details -
* add support for heic * Update packages/files-ui/src/Components/Modules/FileBrowsers/CSFFileBrowser.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * fix lint, useMemo * use thenable instead of async/await * fix preview tests * rename variable * remove not null check in test * resolve test issue, add loader * cids in progress * Pagination component * components * weird token issue * pins in progress * before sorted solution * pagination before testing * paging and more * pagination ready before exclusion * unpin check * pins reset system * handling loaders * handle sort direction * verbose codes and var names Co-authored-by: Michael Yankelev <myankelev@gmail.com> Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com> Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 325820a - Browse repository at this point
Copy the full SHA 325820aView commit details
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a8857d - Browse repository at this point
Copy the full SHA 2a8857dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b6b56 - Browse repository at this point
Copy the full SHA c0b6b56View commit details
Commits on May 3, 2022
-
Pipeline for executing Storage on demand ui tests (#2113)
* add test-storage-on-demand.yml * update folder in screenshots to be storage
Configuration menu - View commit details
-
Copy full SHA for 15ac409 - Browse repository at this point
Copy the full SHA 15ac409View commit details -
Upload files sequentially by path (#2108)
* Drags preview in sstorage * files reverse * storage DnD ready * reset in files * remooved reset * resets * generate classes system * handle candrop for IPFS * fix double slash * sequential upload * sequential upload everywhere for Files Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com> Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c7c2ac0 - Browse repository at this point
Copy the full SHA c7c2ac0View commit details -
Rename with extension [Storage] (#2107)
* Drags preview in sstorage * files reverse * storage DnD ready * reset in files * remooved reset * resets * generate classes system * handle candrop for IPFS * in progress * rename systems * rename designs * reshuffle code
Configuration menu - View commit details
-
Copy full SHA for 548b68f - Browse repository at this point
Copy the full SHA 548b68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 868655e - Browse repository at this point
Copy the full SHA 868655eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3d9bc - Browse repository at this point
Copy the full SHA 2c3d9bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32fa347 - Browse repository at this point
Copy the full SHA 32fa347View commit details -
Configuration menu - View commit details
-
Copy full SHA for f683669 - Browse repository at this point
Copy the full SHA f683669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4889a82 - Browse repository at this point
Copy the full SHA 4889a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb3ab2 - Browse repository at this point
Copy the full SHA fdb3ab2View commit details
Commits on May 4, 2022
-
Merge pull request #2115 from ChainSafe/mnt/add-landing-page-tests-2114
[Files] Add landing page tests
Configuration menu - View commit details
-
Copy full SHA for 82741b1 - Browse repository at this point
Copy the full SHA 82741b1View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f616b26 - Browse repository at this point
Copy the full SHA f616b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cf1a1 - Browse repository at this point
Copy the full SHA 05cf1a1View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e074f00 - Browse repository at this point
Copy the full SHA e074f00View commit details
Commits on May 10, 2022
-
Merge pull request #2122 from ChainSafe/mnt/add-sign-out-test-storage…
…-2121 [Storage] Add sign out test
Configuration menu - View commit details
-
Copy full SHA for 58cdd65 - Browse repository at this point
Copy the full SHA 58cdd65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 565e624 - Browse repository at this point
Copy the full SHA 565e624View commit details -
Merge pull request #2119 from ChainSafe/mnt/add-landing-page-tests-st…
…orage-2116 [Storage] Add landing page tests
Configuration menu - View commit details
-
Copy full SHA for e6f59b6 - Browse repository at this point
Copy the full SHA e6f59b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae6827 - Browse repository at this point
Copy the full SHA 0ae6827View commit details
Commits on May 12, 2022
-
shift key functionality for selections (#2109)
* shift hit * shift implementations * last index fix * consoles removed and added to storage * selected array * in storage * storage selection logic check * remooved console * on clicks * shift on checkbox * separate behaviour with checkbox * checkbbox click handle on storage * on click handle in FF * using includes * Update packages/storage-ui/src/Components/Modules/FilesList/FilesList.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * length fix Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e9802a - Browse repository at this point
Copy the full SHA 4e9802aView commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 65aa54d - Browse repository at this point
Copy the full SHA 65aa54dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87663a6 - Browse repository at this point
Copy the full SHA 87663a6View commit details -
breadcrumbs dropdown length fixed (#2120)
Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5990c02 - Browse repository at this point
Copy the full SHA 5990c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e2b73 - Browse repository at this point
Copy the full SHA 76e2b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3840cd8 - Browse repository at this point
Copy the full SHA 3840cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4b427 - Browse repository at this point
Copy the full SHA ef4b427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807e184 - Browse repository at this point
Copy the full SHA 807e184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acb7c6 - Browse repository at this point
Copy the full SHA 2acb7c6View commit details -
Merge branch 'mnt/add-view-file-information-modal-test-2124' of githu…
…b.com:ChainSafe/ui-monorepo into mnt/add-view-file-information-modal-test-2124
Configuration menu - View commit details
-
Copy full SHA for 9e5f1f3 - Browse repository at this point
Copy the full SHA 9e5f1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d48e0a5 - Browse repository at this point
Copy the full SHA d48e0a5View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6674852 - Browse repository at this point
Copy the full SHA 6674852View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6c2c4 - Browse repository at this point
Copy the full SHA ec6c2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d548001 - Browse repository at this point
Copy the full SHA d548001View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8275b - Browse repository at this point
Copy the full SHA 7c8275bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e766f8 - Browse repository at this point
Copy the full SHA 3e766f8View commit details -
Extend timout of header label for better reliability (#2129)
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2128de0 - Browse repository at this point
Copy the full SHA 2128de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c3de3 - Browse repository at this point
Copy the full SHA 15c3de3View commit details
Commits on May 17, 2022
-
Merge pull request #2130 from ChainSafe/mnt/add-view-file-information…
…-modal-test-2124 [Files] Add view file information modal test
Configuration menu - View commit details
-
Copy full SHA for 443c575 - Browse repository at this point
Copy the full SHA 443c575View commit details
Commits on May 19, 2022
-
* handle multiple paths directly in context * fix notifications * fix modal upload * remove old code * lingui extract * remove unnecessary export * revert commented out code * Apply suggestions from code review Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * lingui extract * fix frehnch translation Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bde12d0 - Browse repository at this point
Copy the full SHA bde12d0View commit details -
* adding crumbs * bin crumbs Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ec1fe1 - Browse repository at this point
Copy the full SHA 6ec1fe1View commit details