From 0621968c3ceddebe01e9c363bda345b5dcccfbbf Mon Sep 17 00:00:00 2001 From: shahdlala66 Date: Tue, 23 Jun 2026 10:33:31 +0200 Subject: [PATCH] fix: api streaming issues --- .gitignore | 3 +++ src/app/components/toolbar/toolbar.component.html | 2 +- src/app/models/tournament.models.ts | 15 +++++++++++---- .../pages/tournaments/tournaments.component.html | 9 +++++---- .../pages/tournaments/tournaments.component.ts | 12 +++++++++++- 5 files changed, 31 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 45e2f1f..2fad6ca 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ Thumbs.db # Claude Code /.claude/settings.local.json /.claude/worktrees/ + +# Local clone of the tournament server repo (not tracked) +/tournament-server/ diff --git a/src/app/components/toolbar/toolbar.component.html b/src/app/components/toolbar/toolbar.component.html index 293f75f..9c959a8 100644 --- a/src/app/components/toolbar/toolbar.component.html +++ b/src/app/components/toolbar/toolbar.component.html @@ -9,7 +9,7 @@ @if (currentUser) {