myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit c59a44999513e12e521c8b4b92ec13be4af377f8
parent 964f6bf3044879a0ad4fd67710b608f1c0b3880b
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat,  8 Jul 2023 10:21:09 +0200

feat: replace loading emojis

Diffstat:
Msrc/Athletes.jsx | 2+-
Msrc/Heats.jsx | 2+-
Msrc/Leaderboard.jsx | 2+-
Msrc/Score.jsx | 2+-
Msrc/Startlist.jsx | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Athletes.jsx b/src/Athletes.jsx @@ -72,7 +72,7 @@ function AthleteForm({session}) { return ( <div> - <button disabled={!loading}>{loading ? '🔄 loading' : ''}</button> + <button disabled={!loading}>{loading ? '↺ loading' : ''}</button> <form method='post' onSubmit={addAthlete}> <table> <thead> diff --git a/src/Heats.jsx b/src/Heats.jsx @@ -66,7 +66,7 @@ function HeatForm({session}) { return ( <div> - <button disabled={!loading}>{loading ? '🔄 loading' : ''}</button> + <button disabled={!loading}>{loading ? '↺ loading' : ''}</button> <form method='post' onSubmit={addHeat}> <table> <thead> diff --git a/src/Leaderboard.jsx b/src/Leaderboard.jsx @@ -304,7 +304,7 @@ function Leaderboard({session}) { return ( <div> - <button disabled={!loading}>{loading ? '🔄 loading' : ''}</button> + <button disabled={!loading}>{loading ? '↺ loading' : ''}</button> <div className='Leaderboard'> <header> <table> diff --git a/src/Score.jsx b/src/Score.jsx @@ -77,7 +77,7 @@ function ScoringForm({session}) { return ( <div> - <button disabled={!loading}>{loading ? '🔄 loading' : ''}</button> + <button disabled={!loading}>{loading ? '↺ loading' : ''}</button> <table> <thead> <tr> diff --git a/src/Startlist.jsx b/src/Startlist.jsx @@ -92,7 +92,7 @@ function StartlistForm({heatId}) { return ( <div> - <button disabled={!loading}>{loading ? '🔄 loading' : ''}</button> + <button disabled={!loading}>{loading ? '↺ loading' : ''}</button> <h1>Startlist #{heatId} {heatName}</h1> <div className='heatInfo'> <ul>