sendou.ink/app
Kalle 945544153a Fix lonely page number display at pagination edges
On the first page the mobile window was currentPage ± 1, i.e. {0, 1, 2}.
The 0 clamped away leaving only page 2 before a jump straight to the
last page, so page 1 of 8 rendered as "1 2 ... 8" with no bridging
number (and the last page had the same issue mirrored).

Nudge the window inward by one when the current page is the very first
or last page so these render "1 2 3 ... 8" / "1 ... 6 7 8" instead.
2026-06-07 21:34:21 +03:00
..
components Fix lonely page number display at pagination edges 2026-06-07 21:34:21 +03:00
db 10 star weapon pool (#3108) 2026-06-01 18:20:47 +03:00
features Fix tournament teams page sub badge contrast off 2026-06-06 16:08:40 +03:00
form Add moderation note and autoValidate to image form field 2026-06-06 10:56:52 +03:00
hooks Make placements table progression indicators links 2026-05-19 21:20:56 +03:00
modules In league mode, have all matches be unlocked from the start 2026-05-24 14:21:45 +03:00
routines Migrate various tournament queries to Kysely (#3135) 2026-06-03 21:05:42 +03:00
styles Add Season 12 dates + img 2026-05-30 12:49:17 +03:00
utils Migrate repository functions to use user id via ALS 2026-06-06 14:56:43 +03:00
browser-test-setup.ts build(deps): bump i18next from 25.10.10 to 26.0.7 (#3029) 2026-05-02 16:36:55 +03:00
entry.client.tsx Add Sentry enabled FF 2026-05-16 07:25:00 +03:00
entry.server.tsx Add Sentry enabled FF 2026-05-16 07:25:00 +03:00
root.tsx New hooks and components for localized date time (#3065) 2026-05-17 13:19:25 +03:00
routes.ts Migrate edit org page to the new image SendouForm field component 2026-06-06 10:01:16 +03:00
test-setup.ts Upgrade to React Router 7 (#2681) 2025-12-29 19:21:11 +02:00