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

PRO-6477 undhandled promise errors #4700

Merged
merged 17 commits into from
Sep 3, 2024
Merged

Commits on Aug 26, 2024

  1. Add debounce cancel

    myovchev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f0f61a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bfb633 View commit details
    Browse the repository at this point in the history
  3. Changelog

    myovchev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f83e186 View commit details
    Browse the repository at this point in the history
  4. Leftover debug

    myovchev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fbf51e8 View commit details
    Browse the repository at this point in the history
  5. Typo

    myovchev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ed47ee6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. WIP on if not canceled approach (#4705)

    * WIP on if not canceled approach
    
    * no need for finally block
    
    * Bugs and testing
    
    * fix the skipDelay
    
    * capture the timer
    
    * Finish replace debounce async
    
    ---------
    
    Co-authored-by: Miro Yovchev <[email protected]>
    boutell and myovchev authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2273b07 View commit details
    Browse the repository at this point in the history
  2. Addres review feedback

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4977048 View commit details
    Browse the repository at this point in the history
  3. Resolve conflicts

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3a2406 View commit details
    Browse the repository at this point in the history
  4. Media debounce typo

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3d88cc2 View commit details
    Browse the repository at this point in the history
  5. Await all promises

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    01aac3b View commit details
    Browse the repository at this point in the history
  6. Improve docs

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3c70e6 View commit details
    Browse the repository at this point in the history
  7. Improve docs

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    20b9fba View commit details
    Browse the repository at this point in the history
  8. Fix legacy option name

    myovchev committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8e23502 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14b6461 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fix piece manager query

    myovchev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2689619 View commit details
    Browse the repository at this point in the history
  2. Get rid of isMounted

    myovchev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    de7fab3 View commit details
    Browse the repository at this point in the history
  3. Fix media tags

    myovchev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0a30ebc View commit details
    Browse the repository at this point in the history