statechannels / SCBridge-Wallet

MIT License
1 stars 2 forks source link

UI: some styling changes, more wiring and add polling for UI state <> client state #98

Closed geoknee closed 11 months ago

geoknee commented 11 months ago

It's pretty ugly, but we can just check balances with the clients every 400ms. It should work well enough for our purposes and avoid the need for event emitters and so on.

Closes #75

NiloCK commented 11 months ago

FYI I've seen the UI render balance changes before this PR.

geoknee commented 11 months ago

FYI I've seen the UI render balance changes before this PR.

Yes, the intermediaries were already wired up. Not the others, until now.