-
Notifications
You must be signed in to change notification settings - Fork 86
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
Refresh "time-since" on an interval #3
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Still relevant. 🙂 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Still relevant. 🙂 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
Still relevant, I think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a delivery sits around in the UI for awhile without being expanded, the
time-ago
gets stale and doesn't update. You can end up with payloads that look like this, until the bottom one is expanded and the component re-renders:I'd like to set a timer (
setInterval
) toforceUpdate()
the list. Does this sound like the right away to do it? Setting a timer on the list vs. on eachListItem
; that'd make for more efficient re-renders, but more intervals existing in the window.The text was updated successfully, but these errors were encountered: