Release/new#917
Merged
Merged
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(master): release 3.19.9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(master): release 3.19.10
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The release-please bot reverted this file to 3.19.0 in the automated release PR, preventing Docker images from being built with the correct version. This caused the UI to display 'v3.19.8' even after v3.19.9 and v3.19.10 releases.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(master): release 3.19.11
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(master): release 3.19.12
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(master): release 3.19.13
…day card and hook
- Replace truthy/falsy checks with explicit boolean conditions in Python - Extract complex boolean logic into named helper functions - Use semantic names for all intermediate boolean variables - Replace magic strings with model constants All tests passing (111 frontend tests, 0 eslint errors). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
The GamedayCard component passes {count: stats.total} to the gamesScheduled
translation key, but the i18n strings didn't have a {{count}} placeholder,
so the count was never displayed for upcoming/scheduled gamedays.
Fixes: Games scheduled sections now show 'Games scheduled 6' instead of 'Games scheduled'
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Updated all game count labels in card stats to use consistent format:
- 'Games scheduled {{count}}' → '{{count}} games planned'
- 'Live' → '{{count}} games live'
- 'Pending' → '{{count}} games pending'
Ensures all numeric labels follow the same pattern for clarity.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add staging entrypoint script that dumps production DB and imports to staging on every container start. Includes mariadb-client in Dockerfile. Update docker-compose.staging.yaml and env template with PROD_MYSQL vars. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
feat: dynamic live/upcoming status for today's gamedays
… restart" This reverts commit 713baa0.
chore(master): release 3.20.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.