27 Commits

Author SHA1 Message Date
owenrees e62feef1a9 add /add-club route
remove commented out code

dismiss success dialog - onClick was missing

locale for add-club url

prefer manual entry club if both auto and manual entry versions exist, only if pending = false

change manual entry field to a boolean

filter out clubs that are pending approval from manual entry

add info message on success

tournament form adds to DB and send discord message

ping discord with club submission details

i18n for add club

update map to allow coordinate update depending on tournament/club page

basic add club form with reusable map component
2025-11-21 09:57:05 +01:00
owenrees 67e97b6ca0 create development guide
remove deps badge

correct mongo connection string and driver update

seed data for developer environment, database as docker image
2025-11-20 10:55:09 +01:00
owenrees 151d9fcb3d add Matomo analytics wihtout cookies 2025-11-06 13:26:04 +01:00
owenrees c27fffd1b2 Implement region based filtering of clubs
replace cancel button with X

use search params instead of path

fix routes for filtering clubs by URL, add loading map spinner, remove useEffect

normalised region name in url will set filter

search region by url params

add i8n to region filtering

use jotai useSetAtom

select value becomes the name of the region on selection

fix geojson types

fix region names

apply same regional filtering logic to tournaments that we have for clubs

type fixes for GeoJson Feature

basic filtering of clubs by region working

remove comments

two column layout

change text colours

accept undefined in region data state

selecting a region from modal sets state with region data of Feature type. Types currently not all correct.

by region filter satisfies types, with no functionality yet

remove unused imports

add region option in dropdown

rename file to reflect its function

json file for region names

comment out analytics script for testing loading

upgrade mongo

unformat file to keep line count small

add json of French regions coordinates

upgrade next to last v14
2025-09-04 21:35:23 +02:00
Timothy Armes 4181b92670 Factorise Button and Input components 2024-10-21 15:19:28 +02:00
Timothy Armes 0aaf14e112 Improve leaflet type handing 2024-10-21 15:19:28 +02:00
Timothy Armes 8893076c4d Added privacy policy 2024-10-21 15:19:28 +02:00
Timothy Armes 1c7ad63e03 Update packages 2024-10-21 15:19:28 +02:00
Timothy Armes d44110649b Filtering by zone 2024-10-21 15:19:28 +02:00
Timothy Armes cfbba733c2 Avatar with drop down menu for accessing zones and signing out 2024-10-21 15:19:28 +02:00
Timothy Armes 860644bd9f Zone deletion 2024-10-21 15:19:28 +02:00
Timothy Armes 1da389a24a Database collection models 2024-10-21 15:19:28 +02:00
Timothy Armes 1aba39b0e9 Sign in mechanism 2024-10-21 15:19:28 +02:00
Timothy Armes ce967f159d Use better touch gestures 2024-09-30 16:50:57 +02:00
Timothy Armes 0540ecc05a Move from TRPC to server actions 2024-04-08 14:55:06 +02:00
Timothy Armes cc0ae71c26 New front page design 2024-03-09 15:13:05 +01:00
Owen Rees efa9088336 Feature/date picker (#238)
- Date range picker for tournaments.

- Resets date when closing picker

- tRPC and Jotai update
2024-01-16 12:28:08 +01:00
Timothy Armes 8caabe810a Update all packages 2023-11-28 18:07:55 +01:00
Owen Rees d56d81a227 contact form via discord 2023-11-27 10:55:07 +01:00
Owen Rees bddc801328 bg image remove lazy load
bg image remove lazy load
2023-11-26 19:23:22 +01:00
Timothy Armes effb912641 Update next-intl (and other packages), internationalize URLs 2023-10-11 14:05:27 +02:00
Timothy Armes ac349b9115 PWA 2023-10-04 15:32:33 +02:00
Owen Rees 14084aa671 markers only show for scheduled games 2023-09-25 21:10:31 +02:00
Owen Rees 71ed9820c9 remove vercel analytics 2023-09-23 11:24:25 +02:00
Timothy Armes a1cc8c80b4 Display of scraped elo results 2023-09-18 16:25:14 +02:00
Timothy Armes bff704077c Update packages (and fix intl) 2023-09-13 20:40:24 +02:00
Timothy Armes ac633670ab Use tRPC and react-hook-form 2023-09-12 14:39:34 +02:00