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

🎬 : Improved file uploader and camera input to call its on_change handler only when necessary #4270

Merged
merged 12 commits into from Jan 25, 2022

Commits on Jan 11, 2022

  1. Add __eq__ method to UploadedFile, to be able to compare different Up…

    …loadedFile instances with same FileRec.
    
    We need that change to prevent `on_change` call for file_uploader on rerun.
    kajarenc committed Jan 11, 2022
    Copy the full SHA
    7df6dfe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Copy the full SHA
    d339a5c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5cde03a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Add regression test

    kajarenc committed Jan 23, 2022
    Copy the full SHA
    6ab523e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ba8b23d View commit details
    Browse the repository at this point in the history
  3. fix after merge

    kajarenc committed Jan 23, 2022
    Copy the full SHA
    e339cc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Copy the full SHA
    80f8804 View commit details
    Browse the repository at this point in the history
  2. remove tests, check for test

    kajarenc committed Jan 24, 2022
    Copy the full SHA
    aaa123f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dedae3d View commit details
    Browse the repository at this point in the history
  4. try to fix failing tests

    kajarenc committed Jan 24, 2022
    Copy the full SHA
    1e27363 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7eceb95 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Copy the full SHA
    246342f View commit details
    Browse the repository at this point in the history