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

[WIP] Add a feedback dialog box #93

Closed
wants to merge 30 commits into from

Commits on Jun 13, 2019

  1. Initial commit

    Siddhant Wahal committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    b25c109 View commit details
    Browse the repository at this point in the history
  2. Don't use relative imports

    Siddhant Wahal committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    faf06fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    644b52a View commit details
    Browse the repository at this point in the history
  4. Unify image interface

    Siddhant Wahal committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    9dc5122 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Further simplify image interface

    Siddhant Wahal committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    8e9dcc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Modify import

    Siddhant Wahal committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f2fb60b View commit details
    Browse the repository at this point in the history
  2. Use single name field and use property for message

    Siddhant Wahal committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    fc6e146 View commit details
    Browse the repository at this point in the history
  3. Fix bug in msg getter

    Siddhant Wahal committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4057d6d View commit details
    Browse the repository at this point in the history
  4. Added comments

    Siddhant Wahal committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    2afabb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Added comment regarding asynchronous functionality.

    Siddhant Wahal committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    b94d489 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Refactor send function

    Siddhant Wahal committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    b6e7b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82bd9dc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Refactor logic and introduce logging.

    Siddhant Wahal committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    40bcab8 View commit details
    Browse the repository at this point in the history
  2. Improve comments

    Siddhant Wahal committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a5471da View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Use HasRequiredTraits

    Siddhant Wahal committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    2a304a8 View commit details
    Browse the repository at this point in the history
  2. Add tests.

    Siddhant Wahal committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    beb3813 View commit details
    Browse the repository at this point in the history
  3. Bugfix in example

    Siddhant Wahal committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    7c407d7 View commit details
    Browse the repository at this point in the history
  4. Use custom style for Description field

    Siddhant Wahal committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    40f47fd View commit details
    Browse the repository at this point in the history
  5. PEP8 compliance

    Siddhant Wahal committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b7da2c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Put error dialog test in a helper function.

    Siddhant Wahal committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    0db10aa View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Compress image inside send function.

    Siddhant Wahal committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    f60992c View commit details
    Browse the repository at this point in the history
  2. Fix incorrect syntax for metadata dependence.

    Siddhant Wahal committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    1a61255 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Add test to ensure files_upload is called correctly

    Siddhant Wahal committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    b34a768 View commit details
    Browse the repository at this point in the history
  2. Remove trailing _

    Siddhant Wahal committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    ef1a643 View commit details
    Browse the repository at this point in the history
  3. Remove trailing _

    Siddhant Wahal committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    1ee8f74 View commit details
    Browse the repository at this point in the history
  4. Move example file

    Siddhant Wahal committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    d7ffe07 View commit details
    Browse the repository at this point in the history
  5. Add comments + fix typos

    Siddhant Wahal committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    e659e49 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Add README

    Siddhant Wahal committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    133a35f View commit details
    Browse the repository at this point in the history
  2. Fix typos in README

    Siddhant Wahal committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    12691b6 View commit details
    Browse the repository at this point in the history
  3. Fixed typo in function name

    Siddhant Wahal committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    d651bf8 View commit details
    Browse the repository at this point in the history