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

Fixed HTTP error handling #38

Merged
merged 16 commits into from
May 30, 2023
Merged

Fixed HTTP error handling #38

merged 16 commits into from
May 30, 2023

Commits on May 25, 2023

  1. Implemented MistakesResponseWrapper

    To wrap the API response to handle errors
    mitryp committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9e54ebf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    0473935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a823b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    324b4ca View commit details
    Browse the repository at this point in the history
  4. Added missing space symbol

    mitryp committed May 26, 2023
    Configuration menu
    Copy the full SHA
    587f1f0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    9d6535a View commit details
    Browse the repository at this point in the history
  2. Renamed ErrorWrapper to Result

    Co-authored-by: solid-vovabeloded <[email protected]>
    mitryp and solid-vovabeloded authored May 29, 2023
    Configuration menu
    Copy the full SHA
    2630daf View commit details
    Browse the repository at this point in the history
  3. Renamed ErrorWrapper to Result

    mitryp committed May 29, 2023
    Configuration menu
    Copy the full SHA
    440c34f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d36091 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a81615 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a09352c View commit details
    Browse the repository at this point in the history
  7. Changed the LangToolService

    to return an unmodifiable list of mistakes;
    Made the `ColoredTextEditingController` copy the received list of mistakes
    mitryp committed May 29, 2023
    Configuration menu
    Copy the full SHA
    eb59d8c View commit details
    Browse the repository at this point in the history
  8. Added the ListenableBuilder

    mitryp committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c754083 View commit details
    Browse the repository at this point in the history
  9. Cleaned up following DRY

    mitryp committed May 29, 2023
    Configuration menu
    Copy the full SHA
    6a0d45f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e87a891 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    607f964 View commit details
    Browse the repository at this point in the history