urbit / bridge

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

perf: debounce Mnemonic login eager api call #995

Closed tomholford closed 2 years ago

tomholford commented 2 years ago

Previously, entering a passphrase in the Recovery Phrase flow would trigger several API calls for each keystroke, This debounces the calls to one second after the user finishes typing.

This resolves #994.