Saturday, Oct 27, 2018
shippedAuthentication wiring and button safety in bloom
Buğra Gündüz connected the authentication endpoints to the app and added protection against accidental double-clicks on buttons.
Two commits to bgrgndzz/bloom tied up loose ends on the client side. The first work [1] wired the authentication endpoints into the application, completing the integration between the backend auth system and the frontend. The second [2] prevented users from accidentally submitting forms or triggering actions twice by disabling buttons after a single click.
Sources
- connect authentication endpoints to the app · bgrgndzz/bloom
- prevent double click on buttons · bgrgndzz/bloom