bracket icon indicating copy to clipboard operation
bracket copied to clipboard

Old/Wrong UI

Open GitHub-gurke34 opened this issue 3 months ago • 5 comments

Hi, at the risk of embarrassing myself, I need help with a problem. I installed Bracket via Docker Compose and everything is working so far. However, the web UI shows me an outdated or non-functional version, and most of the features shown in the screenshots are missing. Thank you for any help.

This is what it looks like for me. So completely different from the screenshots. The dashboard function, for example, is completely missing:

Image

This is my Docker Compose: services: bracket-frontend: image: ghcr.io/evroon/bracket-frontend container_name: bracket-frontend ports: - "3000:3000" environment: NODE_ENV: "production" NEXT_PUBLIC_API_BASE_URL: http://my.server.ip:3000 NEXT_PUBLIC_HCAPTCHA_SITE_KEY: restart: unless-stopped bracket-backend: image: ghcr.io/evroon/bracket-backend container_name: bracket-backend ports: - "8400:8400" environment: ENVIRONMENT: "PRODUCTION" PG_DSN: "postgresql://bracket_prod:bracket_prod@postgres:5432/bracket_prod" CORS_ORIGINS: http://my.server.ip:3000 ADMIN_EMAIL: [email protected] ADMIN_PASSWORD: testtest1234 JWT_SECRET: change_me volumes: - ./backend/static:/app/static restart: unless-stopped depends_on: - postgres postgres: image: postgres restart: always environment: POSTGRES_DB: bracket_prod POSTGRES_USER: bracket_prod POSTGRES_PASSWORD: bracket_prod volumes: - ./postgres:/var/lib/postgresql/data

GitHub-gurke34 avatar Sep 03 '25 21:09 GitHub-gurke34

Hi, your screenshot looks correct. The screenshots on the website and in the README actually don't show this page, I think those are what you might call outdated. The rest of the pages can be navigated to via the sidebar on the left

evroon avatar Sep 04 '25 07:09 evroon

But why do some features seem to be missing on my site and everything looks kind of worse than on the "outdated" Screens? Also, I can't find features like the dashboard at all. I wasn't able to find what was shown on the screenshot:

Image

GitHub-gurke34 avatar Sep 04 '25 08:09 GitHub-gurke34

Oh that page is now the page to manage swiss stage items, so you have to create a swiss stage item and then press the "winch" icon to manage that item, then you wil see a page similar to this.

evroon avatar Sep 04 '25 09:09 evroon

So this overview is only available for Swiss tournament format? And where can I find this overview to share or is it only for swiss format? (Sry for all the questions. :))

Image

GitHub-gurke34 avatar Sep 04 '25 10:09 GitHub-gurke34

And (sry) another Question: How should I set the format if I want to continue eliminating from here?

Image

GitHub-gurke34 avatar Sep 04 '25 10:09 GitHub-gurke34