You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not a fan of how the duration since depositing is displayed in the counter on the Transaction list. If a deposit was made at 12:00 and it's now 12:59 the counter shows the deposit was made 59 minutes ago. But if it's 13:01, the counter shows that the deposit was made 2 hours ago.
I think we should round the values down rather than up. @SorinQagrees.
So the counter would be expected to work this way:
59 s
1 min
2 min
31 min
59 min
1 hour (60 - 119 min)
2 hours (120 - 179 min)
Etc.
I haven't checked yet how the counter works for withdrawals, but I assume it works the same and should be updated as well.
I'm not a fan of how the duration since depositing is displayed in the counter on the Transaction list. If a deposit was made at 12:00 and it's now 12:59 the counter shows the deposit was made
59 minutes ago
. But if it's 13:01, the counter shows that the deposit was made2 hours ago
.I think we should round the values down rather than up. @SorinQ agrees.
So the counter would be expected to work this way:
I haven't checked yet how the counter works for withdrawals, but I assume it works the same and should be updated as well.
Tested in LL on the preview of #860.
The text was updated successfully, but these errors were encountered: