Commit Graph

5954 Commits

Author SHA1 Message Date
hfcRed
88a28fe140 Fix avatar styles 2026-01-07 19:29:43 +01:00
hfcRed
66f5a0c75d Identicons 2026-01-07 18:18:55 +01:00
hfcRed
9313574ce8 Merge branch 'css-rework' of https://github.com/sendou-ink/sendou.ink into css-rework 2026-01-07 17:03:41 +01:00
Kalle
ca6866ab4a Update visual regression screenshots 2026-01-07 17:55:20 +02:00
Kalle
b3ca3576ef Add button w/ icon for all sizes to /components page and fix big button icon sizing 2026-01-07 17:21:54 +02:00
Kalle
6013226cf6 Improve tournament bracket & match page styles 2026-01-07 17:21:36 +02:00
hfcRed
a2e9de4455 Input range color change 2026-01-06 17:31:58 +01:00
hfcRed
2e94a6a991 Date picker icon color 2026-01-06 16:50:05 +01:00
hfcRed
4ce61a5ec1 Fix firefox styles 2026-01-06 16:47:36 +01:00
hfcRed
0429fe0475 Small fixes 2026-01-06 15:57:58 +01:00
hfcRed
80a3b9e668 Update file input styles 2026-01-06 15:38:26 +01:00
hfcRed
b517ce3686 Giga hacky overflow style transfer 2026-01-06 15:38:17 +01:00
Kalle
3ff60df9ea Add elimination bracket lines 2026-01-06 15:39:54 +02:00
Kalle
863bf78140 Restore visual regression screenshots 2026-01-06 10:56:24 +02:00
Kalle
1d2db6eb23 Fix InfoPopover size 2026-01-06 10:35:26 +02:00
Kalle
62e5c41d74 Fix overlapping calendar icons on Firefox 2026-01-06 07:50:47 +02:00
Kalle
94bc0fc199 Fix import ordering 2026-01-06 07:50:37 +02:00
hfcRed
e879964166 Improve checkbox styling 2026-01-05 19:43:46 +01:00
hfcRed
61b02280bb Progress bar styles 2026-01-05 19:24:25 +01:00
hfcRed
a14aa8515c Range slider styling 2026-01-05 19:17:47 +01:00
hfcRed
fa47c715b8 File input styles 2026-01-05 18:52:13 +01:00
hfcRed
16fcf5c964 Color input styles 2026-01-05 18:44:01 +01:00
hfcRed
2643427da9 Input styling 2026-01-05 18:40:08 +01:00
hfcRed
6bcdb2c657 Components visual regression test 2026-01-04 22:17:36 +01:00
hfcRed
3805736463 Fix browser setup for new stylesheets 2026-01-04 19:29:19 +01:00
hfcRed
02eded554e Migrate changes to css modules 2026-01-04 19:00:03 +01:00
hfcRed
eb1680f80d Resolve merge conflict 2026-01-04 18:57:05 +01:00
hfcRed
fa5eb71e0f Merge remote-tracking branch 'origin/main' into css-rework 2026-01-04 18:50:28 +01:00
Kalle
306e12d8c4 Deflake tournament score report test 2026-01-04 18:30:01 +02:00
Kalle
5c6229f0b9 Add tournament reopen feature in admin panel (dev only)
Allow reopening finalized tournaments from the admin panel in development mode. This makes testing tournament finalization easier without needing CLI scripts.

- Add REOPEN_TOURNAMENT action to admin panel
- Convert reopen-tournament.ts script logic to Kysely
- Show Admin tab in tournament nav even after finalization (dev only)
- Add tournamentId column to TournamentBadgeOwner TypeScript interface
- Delete scripts/reopen-tournament.ts
2026-01-04 18:16:44 +02:00
Kalle
38d80d670f
Deduplicate weapon-params.ts (#2695) 2026-01-04 17:44:37 +02:00
Kalle
ee4f3ef4b9
Add Vitest browser testing setup with GroupCard tests (#2694) 2026-01-04 17:35:28 +02:00
hfcRed
97c95aa46c Button padding 2026-01-04 16:19:38 +01:00
Kalle
73e13f7446 Add canopy durability stat for Splat Brella variants
Adds CanopyHP (5000) for Splat Brella (6000), Sorella Brella (6001),
and Order Brella Replica (6005) in build analyzer.

Fixes #1478
2026-01-04 16:08:59 +02:00
Kalle
a9f72e9a02 Better tournament organization calendar styles for mobile 2026-01-04 13:51:47 +02:00
Kalle
497c3677be Fix Markdown render allowing inline styles and remove unrendered tags 2026-01-04 11:34:48 +02:00
Kalle
7f1b18b30b Fix types 2026-01-04 11:29:53 +02:00
Kalle
18a6fb57ec Allow configuring PORT (both server & E2E tests) 2026-01-04 11:08:51 +02:00
Kalle
9f0978f658 Add titles and tooltips for damage receiver icons
Closes #1178
2026-01-04 10:51:39 +02:00
Kalle
a25060e5bf Underground bracket E2E test anti flakiness 2026-01-03 19:48:57 +02:00
Kalle
a4b9b66efc
Optimize E2E test run time (#2686) 2026-01-03 19:25:38 +02:00
hfcRed
67e945c755 Hide top nav in planner 2026-01-03 17:39:15 +01:00
hfcRed
032054e6f0 Planner styling 2026-01-03 16:45:25 +01:00
Kalle
dd9e74d1b6 Fix leaderboard tier criteria using stale cached data
ownEntryPeek() was mixing freshUserSkills() for tier assignment
with userSkills() (cached) for tier intervals, causing displayed
tier criteria to be out of sync with actual tier assignments.

Minor perf trade-off: freshUserSkills() is now called twice in
ownEntryPeek(), but this only affects users checking their position
beyond the main leaderboard size.

Fixes #2588
2026-01-03 16:45:17 +02:00
Kalle
da603f4d7c Fix image shrinking in tabs 2026-01-03 16:14:34 +02:00
hfcRed
a4527ef2ea Tourney styling 2026-01-03 15:04:54 +01:00
Kalle
20ee95516c Add initial Dependabot config 2026-01-03 14:37:31 +02:00
Kalle
1c7c1aae45 Upgrade deps 2026-01-03 14:35:55 +02:00
Kalle
23eaa268c0
User middleware try 2 (#2692) 2026-01-03 13:47:32 +02:00
hfcRed
66bccb4684
Expand object pronouns list (#2691)
Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2026-01-03 12:22:48 +02:00