urbit / bridge

An application for interacting with Azimuth.
MIT License
96 stars 25 forks source link

ux: show countdown to next roll #1005

Closed tomholford closed 2 years ago

tomholford commented 2 years ago

On load, Bridge queries the roller for the Roller Config. One of the properties in the response is time to next batch. This value drives the countdown timer in the UI.

Before this change, it was being set in the legacy state context. This change removes the deprecated state context from rollerStore in favor of timerStore.

Preview

image

Resolves #1004