Skip to content
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

Merged
merged 53 commits into from
May 19, 2022
Merged

Release - 2022-05-19 #2126

merged 53 commits into from
May 19, 2022

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    9e7b587 View commit details
    Browse the repository at this point in the history
  2. 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>
    5 people authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    4892472 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. 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
    Tbaut authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    5b84894 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. UI layout adjustments and sticky bulk actions (#2074)

    * sticky actions
    
    * storage changes
    
    * z indexes
    
    Co-authored-by: Andrew Snaith <asnaith@users.noreply.github.com>
    tanmoyAtb and asnaith authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    a1e41ae View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Enable shared folder update button to close the modal (#2080)

    * enable the update button even when nothing to do
    
    * fix lint
    Tbaut authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2b7b71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2164732 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    6b8639a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. set default bucket filesystem (#2086)

    Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com>
    FSM1 and tanmoyAtb authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    a94d245 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. 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>
    tanmoyAtb and Tbaut authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e4392cf View commit details
    Browse the repository at this point in the history
  2. modal fixes (#2090)

    tanmoyAtb authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9e5ff4e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. fix double slash (#2106)

    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    Tbaut and FSM1 authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8f2fc0f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. DnD on storage (#2084)

    * 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>
    tanmoyAtb and Tbaut authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    c35aa5a View commit details
    Browse the repository at this point in the history
  2. CIDs paging [storage] (#1889)

    * 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>
    4 people authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    325820a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    2a8857d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b6b56 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Pipeline for executing Storage on demand ui tests (#2113)

    * add test-storage-on-demand.yml
    
    * update folder in screenshots to be storage
    juans-chainsafe authored May 3, 2022
    Configuration menu
    Copy the full SHA
    15ac409 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored May 3, 2022
    Configuration menu
    Copy the full SHA
    c7c2ac0 View commit details
    Browse the repository at this point in the history
  3. 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
    tanmoyAtb authored May 3, 2022
    Configuration menu
    Copy the full SHA
    548b68f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    868655e View commit details
    Browse the repository at this point in the history
  5. CRLF to LF

    juans-chainsafe committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2c3d9bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32fa347 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f683669 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4889a82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdb3ab2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Merge pull request #2115 from ChainSafe/mnt/add-landing-page-tests-2114

    [Files] Add landing page tests
    juans-chainsafe authored May 4, 2022
    Configuration menu
    Copy the full SHA
    82741b1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    f616b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05cf1a1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    e074f00 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge pull request #2122 from ChainSafe/mnt/add-sign-out-test-storage…

    …-2121
    
    [Storage] Add sign out test
    juans-chainsafe authored May 10, 2022
    Configuration menu
    Copy the full SHA
    58cdd65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565e624 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2119 from ChainSafe/mnt/add-landing-page-tests-st…

    …orage-2116
    
    [Storage] Add landing page tests
    juans-chainsafe authored May 10, 2022
    Configuration menu
    Copy the full SHA
    e6f59b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ae6827 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. 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>
    tanmoyAtb and Tbaut authored May 12, 2022
    Configuration menu
    Copy the full SHA
    4e9802a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    65aa54d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87663a6 View commit details
    Browse the repository at this point in the history
  3. breadcrumbs dropdown length fixed (#2120)

    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    tanmoyAtb and FSM1 authored May 13, 2022
    Configuration menu
    Copy the full SHA
    5990c02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e2b73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3840cd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef4b427 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    807e184 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2acb7c6 View commit details
    Browse the repository at this point in the history
  9. 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
    juans-chainsafe committed May 13, 2022
    Configuration menu
    Copy the full SHA
    9e5f1f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d48e0a5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    6674852 View commit details
    Browse the repository at this point in the history
  2. remove blank lines

    juans-chainsafe committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ec6c2c4 View commit details
    Browse the repository at this point in the history
  3. fix types (#2131)

    FSM1 authored May 16, 2022
    Configuration menu
    Copy the full SHA
    d548001 View commit details
    Browse the repository at this point in the history
  4. ident

    juans-chainsafe committed May 16, 2022
    Configuration menu
    Copy the full SHA
    7c8275b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e766f8 View commit details
    Browse the repository at this point in the history
  6. Extend timout of header label for better reliability (#2129)

    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    asnaith and Tbaut authored May 16, 2022
    Configuration menu
    Copy the full SHA
    2128de0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15c3de3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Merge pull request #2130 from ChainSafe/mnt/add-view-file-information…

    …-modal-test-2124
    
    [Files] Add view file information modal test
    juans-chainsafe authored May 17, 2022
    Configuration menu
    Copy the full SHA
    443c575 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Upload notification (#2138)

    * 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>
    3 people authored May 19, 2022
    Configuration menu
    Copy the full SHA
    bde12d0 View commit details
    Browse the repository at this point in the history
  2. Bin view crumbs (#2135)

    * adding crumbs
    
    * bin crumbs
    
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    tanmoyAtb and FSM1 authored May 19, 2022
    Configuration menu
    Copy the full SHA
    6ec1fe1 View commit details
    Browse the repository at this point in the history