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 c4616b82c3bbe2f9ab21f638c682c859a70b793d
parent 5184657c008f5c9bb3be4fca64a275e72d3c8fcc
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 14 Mar 2023 18:30:21 +0100

feat: bump to v0.2-nightly

Diffstat:
MREADME.md | 13+++++++++++--
Msrc/App.js | 4++++
2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -106,4 +106,13 @@ To export data to local csv: * Magic link TTL * Rating UI -* Delete/Edit heats -\ No newline at end of file +* Delete/Edit heats + +## Contributors +All source code is available in this repository. Contributions are always welcome! + +## Community and Support +For question and support visit [#myheats/libera](https://web.libera.chat/gamja/#myheats) on IRC. + +## License +This work uses the MIT License. See [LICENSE](./LICENSE) for details. +\ No newline at end of file diff --git a/src/App.js b/src/App.js @@ -21,6 +21,10 @@ function Layout(session) { </ul> </nav> <Outlet /> + <div> + <br /> + MyHeats <a href="https://code.in0rdr.ch/myheats/refs.html">v0.2-nightly</a> + </div> </div> ) }