Commit Graph

103 Commits

Author SHA1 Message Date
869a7a91b7 fix: use cyan and lime for shots bar
All checks were successful
CI / Lint (push) Successful in 9s
CI / Test (push) Successful in 7s
CI / Build & Push (push) Successful in 13s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 13:44:59 -04:00
66fff68e6a fix: use sky blue and pink for shots bar to improve contrast
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 11s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 13:42:41 -04:00
bada8c0b7b fix: use perceptually balanced colors for shots bar
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 6s
CI / Build & Push (push) Successful in 13s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 13:40:59 -04:00
9ad563ed3f feat: add shots on goal bar to live game cards, clean up gitignore
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 13s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 13:19:59 -04:00
def491a4d4 test: add full test suite with 100% coverage across all modules
All checks were successful
CI / Lint (push) Successful in 6s
CI / Test (push) Successful in 7s
CI / Build & Push (push) Successful in 15s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 13:17:20 -04:00
dd5ac945bd refactor: rename functions across codebase for clarity
All checks were successful
CI / Lint (push) Successful in 7s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s
2026-03-29 10:21:01 -04:00
a4dc7dff52 refactor: flatten app/scoreboard/ subpackage and rename files for clarity
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 6s
CI / Build & Push (push) Successful in 16s
2026-03-29 10:16:35 -04:00
da277e41a4 fix: center game boxes on page
All checks were successful
CI / Lint (push) Successful in 4s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s
2026-03-29 09:48:47 -04:00
d1d711828c fix: center and resize page title and section headings
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 16s
2026-03-29 09:45:18 -04:00
10d7cb9b02 refactor: rewrite UI with clean layout, fetch API, and proper card structure
All checks were successful
CI / Lint (push) Successful in 4s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s
2026-03-29 09:41:34 -04:00
73af434851 fix: run as root to allow volume mount writes
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 15s
2026-03-29 09:35:56 -04:00
f911d5d59d fix: pull image from Gitea registry instead of building locally
All checks were successful
CI / Lint (push) Successful in 4s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s
2026-03-29 09:34:00 -04:00
1d2901035e fix: add owner namespace to registry image path
All checks were successful
CI / Lint (push) Successful in 6s
CI / Test (push) Successful in 6s
CI / Build & Push (push) Successful in 16s
2026-03-29 09:32:06 -04:00
72ad9568cd fix: rename reserved GITEA_ prefixed secrets to REGISTRY/REGISTRY_TOKEN
Some checks failed
CI / Lint (push) Successful in 7s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Failing after 21s
2026-03-29 09:28:01 -04:00
3994943757 good luck
Some checks failed
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 8s
CI / Build & Push (push) Failing after 1m33s
2026-03-29 09:20:21 -04:00
b10736d43c merge develop into main for v4.1.9 (#44) v4.1.9 2024-03-11 12:38:28 -04:00
8913b40a8c hotfix: correct for dst 2024-03-11 12:37:19 -04:00
daabae1e49 fix: add shootout indicator 2024-02-25 01:17:04 -05:00
53a0fc7993 merge develop into main for v4.1.8 (#43) v4.1.8 2024-02-22 23:05:25 -05:00
a1352869ad fix: adjust game score calculation 2024-02-22 23:04:49 -05:00
f059d4228b fix: raise gauge ceiling to 700 2024-02-22 23:04:38 -05:00
c8f535ee48 fix: record sizes are now consistent (#42) v4.1.7 2024-02-22 02:16:39 -05:00
65369896cc fix: record sizes are now consistent 2024-02-22 02:16:12 -05:00
7e41cf4781 fix: correct date crossover time (#41) v4.1.6 2024-02-22 02:09:28 -05:00
20ffd05df1 fix: correct date crossover time 2024-02-22 02:08:56 -05:00
2e85ced6ce fix: drop leading zero for scheduled games (#40) v4.1.5 2024-02-22 02:06:34 -05:00
5d65533ff5 fix: drop leading zero for scheduled games 2024-02-22 02:06:15 -05:00
085514ab16 fix: change date crossover to 3:00 am ETC (#39) v4.1.4 2024-02-22 02:01:01 -05:00
960ff6e5ac fix: change date crossover to 3:00 am ETC 2024-02-22 02:00:39 -05:00
04e29469dd fix: adjust scoreboard time (#38) v4.1.3 2024-02-22 01:57:10 -05:00
360188114e fix: adjust scoreboard time 2024-02-22 01:56:46 -05:00
982fdfb3c1 merge develop into main for v4.1.2 (#37) v4.1.2 2024-02-22 01:17:52 -05:00
94f9cced2e game priority: double differential adjustment at 5 minutes left in third 2024-02-22 01:17:13 -05:00
3edb84c333 fix: change scale to 650 instead of 600 2024-02-22 01:16:31 -05:00
6ec9a7aef1 fix: lower weight of total score 2024-02-22 00:14:39 -05:00
dfb86f6fd5 changes hype meter scale to 600 instead of 700 2024-02-22 00:14:14 -05:00
e5824cefc5 fix: sort games in intermission by time left 2024-02-22 00:11:22 -05:00
18ff48cc2c feat: add matchup adjustment scaling. Earlier the period, the heavier… (#36) v4.1.1 2024-02-21 23:52:44 -05:00
8c5de8602f feat: add matchup adjustment scaling. Earlier the period, the heavier we way the matchup strength 2024-02-21 23:52:06 -05:00
9f4a6c966a merge develop into main for v4.0.1 (#35) v.4.1.0 2024-02-21 23:43:29 -05:00
4da3c2dfdd fix: live game adjustments 2024-02-21 23:42:41 -05:00
07ff5ac055 feat: Push the games that are in intermission to the bottom, but retain their sort 2024-02-21 18:40:21 -05:00
fe7449537b fix: minor header adjustments 2024-02-21 18:34:26 -05:00
dd8d1ca12b fix: adjust pre and final state 2024-02-21 01:30:00 -05:00
d285314a28 hotfix: define font size for more consistent look v4.0.1 2024-02-21 01:00:03 -05:00
1cd6c7314b Merge develop into main for v4.0.0 (#34) v4.0.0 2024-02-21 00:43:41 -05:00
93b53b86b9 feature: adds hype meter to replace game score (#33) 2024-02-21 00:41:18 -05:00
53f0e69cc5 feature: adds hype meter to replace game score 2024-02-21 00:40:35 -05:00
4b6e8615b1 fix: weigh overtime heavier to compensate for time priority loss 2024-02-20 22:10:07 -05:00
31b4846287 fix: styles.css adjust live games 2024-02-20 22:09:45 -05:00