desmos-labs / mooncake

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

add: future delay #128

Closed ryuash closed 3 years ago

ryuash commented 3 years ago

Description

closes #108 closes #107

Screen Shot 2020-08-18 at 3 17 18 PM

Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #128 into master will increase coverage by 0.11%. The diff coverage is 89.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   61.82%   61.93%   +0.11%     
==========================================
  Files         266      266              
  Lines        6721     6741      +20     
==========================================
+ Hits         4155     4175      +20     
  Misses       2566     2566              
Impacted Files Coverage Δ
lib/ui/screens/login_screen/index.dart 0.00% <0.00%> (ø)
lib/ui/blocs/account_read/account_bloc.dart 73.23% <100.00%> (+0.38%) :arrow_up:
lib/ui/localization/messages/index.dart 61.11% <100.00%> (+0.21%) :arrow_up:
..._screen/widgets/account_created_content/index.dart 100.00% <100.00%> (ø)
...screen/widgets/account_creating_content/index.dart 100.00% <100.00%> (ø)
lib/ui/widgets/buttons/secondary_button/index.dart 92.30% <100.00%> (+0.64%) :arrow_up:
lib/ui/widgets/loading_indicator/index.dart 100.00% <100.00%> (ø)
lib/ui/blocs/account_read/account_event.dart 36.36% <0.00%> (+18.18%) :arrow_up:

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 69c73e5...0e856f0. Read the comment docs.

RiccardoM commented 3 years ago

@ryuash Looks like a test is failing. Can you fix that please?

ryuash commented 3 years ago

fixed