teecup/frontend
Erol Haagenrud 0e89546dc7 one and live. Summary:
New "Presentasjon" tab on all tournament screens (team and individual) — organizer can now set description, visibility (public/org/participants), registration approval/waitlist settings, upload a hero image, and manage sponsors with logos. All of this backend has quietly existed since ADR-018 (2026-07-18) with zero UI ever wired to it.
Two small backend additions (no migration): computed hero_image_url/logo_url fields matching the existing avatar_url pattern, and a DELETE .../hero-image endpoint that was missing.
Found and fixed a real mobile layout bug during scratch verification (sponsor row crowding truncated names on a 390px screen) before it ever reached you.
Scratch-verified end-to-end on both tournament types, including confirming the public /t/{id} page picks up the organizer's description. Deployed to teecup.teeoff.no, both containers healthy.
Only caveat: no real tournament exists in production yet to click through live, so that final visual check is still pending — it'll be there the next time you open or create one.
CHANGELOG and FEATURE_BACKLOG updated to reflect all of this.
2026-08-03 19:04:48 +02:00
..
app Legg til turnering-presentasjon: hero-bilde, sponsorer, synlighet, påmelding 2026-08-03 19:03:53 +02:00
components Legg til turnering-presentasjon: hero-bilde, sponsorer, synlighet, påmelding 2026-08-03 19:03:53 +02:00
lib Update Todos 2026-07-28 22:34:16 +02:00
public Update Todos 2026-08-03 06:24:57 +02:00
.dockerignore Alt rent, ingen byggeartefakter liggende igjen, dokumentasjonen oppdatert. Oppsummering: 2026-07-17 22:28:43 +02:00
.gitignore Før grafikk 2026-07-17 21:57:44 +02:00
components.json Før kommunikasjon med V0 2026-07-17 21:40:42 +02:00
Dockerfile ADR-018 er nå helt ferdig — backend, begge frontend-skjermer, og nå Open Graph-metadata, alt live samme dag. Oppsummert: 2026-07-18 10:58:36 +02:00
next.config.mjs Update Todos 2026-07-28 22:34:16 +02:00
package.json Alt rent, ingen byggeartefakter liggende igjen, dokumentasjonen oppdatert. Oppsummering: 2026-07-17 22:28:43 +02:00
pnpm-lock.yaml Før grafikk 2026-07-17 21:57:44 +02:00
postcss.config.mjs Før kommunikasjon med V0 2026-07-17 21:40:42 +02:00
tsconfig.json Før kommunikasjon med V0 2026-07-17 21:40:42 +02:00
tsconfig.tsbuildinfo one and live. Summary: 2026-08-03 19:04:48 +02:00