krazkidd / lineup

Softball lineup editor made with Nuxt 3 (Vue.js 3)
https://lineup.app.xericode.net
GNU Affero General Public License v3.0
3 stars 2 forks source link

Allow fast score incrementation #11

Open krazkidd opened 9 months ago

krazkidd commented 9 months ago

Firestore writes are rate-limited. But the scoreboard encourages rapid user input through the score increment buttons (also the emoji reacts, but those can be limited). We may need to provide a workaround. Fortunately, a solution is provided.