desmos-labs / mooncake

The first decentralized social app based on Desmos
MIT License
46 stars 14 forks source link

Display errors raised during account edit #52

Closed RiccardoM closed 4 years ago

RiccardoM commented 4 years ago

Description

Implemented the showing of errors that are raised during the edit of the account (fixes #26)

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will decrease coverage by 0.04%. The diff coverage is 12.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   18.14%   18.10%   -0.05%     
==========================================
  Files         245      247       +2     
  Lines        5963     6027      +64     
==========================================
+ Hits         1082     1091       +9     
- Misses       4881     4936      +55     
Impacted Files Coverage Δ
...b/sources/user/remote/remote_user_source_impl.dart 33.33% <0.00%> (-3.04%) :arrow_down:
lib/ui/blocs/account/edit/edit_account_bloc.dart 0.00% <0.00%> (ø)
lib/ui/blocs/account/edit/edit_account_event.dart 0.00% <0.00%> (ø)
lib/ui/blocs/account/edit/edit_account_state.dart 0.00% <0.00%> (ø)
lib/ui/localization/export.dart 0.00% <0.00%> (ø)
lib/ui/screens/post_create_screen.dart 0.00% <ø> (ø)
lib/ui/widgets/account/edit/accont_edit_body.dart 0.00% <0.00%> (ø)
...widgets/account/edit/account_edit_error_popup.dart 0.00% <0.00%> (ø)
lib/ui/widgets/account/edit/image_picker.dart 0.00% <0.00%> (ø)
lib/ui/widgets/login/popups/login_popup.dart 0.00% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6343a01...e15e927. Read the comment docs.