christoph
|
f66f6783d2
|
Skeleton: Link to roadmap in navbar
|
2025-03-25 20:33:36 +01:00 |
|
christoph
|
415c9e3ae1
|
Lib: Add newtab option to Button component
|
2025-03-25 20:33:28 +01:00 |
|
christoph
|
cb4a2140f7
|
Skeleton: Move data drawer "Official" button
|
2025-03-25 20:12:04 +01:00 |
|
christoph
|
7ab818dd48
|
Api/Scrape: Implement serverside api route to fetch official f1.com data
|
2025-03-25 20:09:54 +01:00 |
|
christoph
|
1d7dff1b53
|
Seasonpicks: Update depended data
|
2025-03-25 19:51:37 +01:00 |
|
christoph
|
18efab45d3
|
Racepicks: Update depended data
|
2025-03-25 19:51:31 +01:00 |
|
christoph
|
f75c880c25
|
Data/Raceresults: Update depended data
|
2025-03-25 19:51:23 +01:00 |
|
christoph
|
20dfc45f89
|
Data/Official: Implement driverstandings page
|
2025-03-25 19:45:37 +01:00 |
|
christoph
|
3b710bd846
|
Data/Official: Implement raceresults page
|
2025-03-25 19:45:30 +01:00 |
|
christoph
|
5485425213
|
Data/Official: Implement teamstandings page
|
2025-03-25 19:45:23 +01:00 |
|
christoph
|
a9252e92f7
|
Skeleton: Subscribe to official/scraped pocketbase tables
|
2025-03-25 19:45:15 +01:00 |
|
christoph
|
baaa5f1c61
|
Data/Official: Add official data page skeleton
|
2025-03-25 19:32:00 +01:00 |
|
christoph
|
6239cdef5d
|
Skeleton: Add data drawer button for official data
|
2025-03-25 19:31:39 +01:00 |
|
christoph
|
a05c0e6882
|
Data/Users: Update table height
|
2025-03-25 19:31:25 +01:00 |
|
christoph
|
756004476d
|
Season/Teams: Update table height
|
2025-03-25 19:31:20 +01:00 |
|
christoph
|
0e0203c4f7
|
Season/Substitutions: Update table height
|
2025-03-25 19:31:13 +01:00 |
|
christoph
|
7e24a43312
|
Season/Races: Update table height
|
2025-03-25 19:31:06 +01:00 |
|
christoph
|
4bfa15f4aa
|
Season/Drivers: Update table height
|
2025-03-25 19:31:01 +01:00 |
|
christoph
|
f3eb710403
|
Data/Raceresults: Update table height
|
2025-03-25 19:30:43 +01:00 |
|
christoph
|
bc158b6060
|
Lib: Add scraper library functions for results/team standings/driver standings
|
2025-03-25 19:30:10 +01:00 |
|
christoph
|
2fa2d7006b
|
Lib: Add ScrapedDriverStanding + ScrapedTeamStanding to schema
|
2025-03-25 19:29:48 +01:00 |
|
christoph
|
36b4aea1c2
|
Lib: Add pocketbase fetchers for scraped data
|
2025-03-25 19:29:32 +01:00 |
|
christoph
|
4a497aefb4
|
Lib: Add optional height classes to component + make thead sticky
|
2025-03-25 19:29:16 +01:00 |
|
christoph
|
22a6da55fa
|
Lib: Add ScrapedRaceResult to schema
|
2025-03-25 18:00:58 +01:00 |
|
christoph
|
b0859ff147
|
Env: Add cheerio node dep
|
2025-03-25 18:00:46 +01:00 |
|
christoph
|
cdf11fc2ba
|
Raceresults: Check for 0 pxxs in results table
|
2025-03-25 18:00:26 +01:00 |
|
christoph
|
8f27828384
|
Lib: Don't force 7 pxxs in RaceResultCard
|
2025-03-25 18:00:04 +01:00 |
|
christoph
|
e40c284726
|
Lib: Disable race select filtering in RaceResultCard when editing an existing result
|
2025-03-23 19:16:18 +01:00 |
|
christoph
|
80fa0216fb
|
Lib: Only show races without result present in RaceResultCard race dropdown
|
2025-03-23 19:10:37 +01:00 |
|
christoph
|
ec56925dca
|
Lib: Add placeholder to RaceCard, hint to end name with emoji
|
2025-03-23 19:03:17 +01:00 |
|
christoph
|
243a020e00
|
Racepicks: Rework racename display on mobile (fixes emoji bug)
|
2025-03-23 19:00:48 +01:00 |
|
christoph
|
45d4cc1557
|
Env: Add runes2 npm dep for emoji support
|
2025-03-23 19:00:34 +01:00 |
|
christoph
|
23d01672de
|
Lib: Check for empty string in format_date
|
2025-03-23 18:17:46 +01:00 |
|
christoph
|
ab32cfc49a
|
Racepicks: Fix race result popup clipping with avatar table header
|
2025-03-23 18:12:41 +01:00 |
|
christoph
|
2faa57489d
|
Pocketbase: Update schema
|
2025-03-23 17:22:08 +01:00 |
|
christoph
|
c732ff2014
|
Leaderboard: Implement first primitive leaderboard page (only total points)
|
2025-03-23 17:17:07 +01:00 |
|
christoph
|
7fb38874d9
|
Leaderboard: Fetch points data
|
2025-03-23 17:16:51 +01:00 |
|
christoph
|
ce2c7af35c
|
Env: Add sqlite/sqlitebrowser to flake
|
2025-03-23 17:16:30 +01:00 |
|
christoph
|
9ec0bf0bd5
|
Lib: Add fetchers for RacePickPoints and RacePickPointsAcc
|
2025-03-23 17:16:10 +01:00 |
|
christoph
|
f249205cd8
|
Lib: Add RacePickPoints and RacePickPointsAcc to schema
|
2025-03-23 17:15:59 +01:00 |
|
christoph
|
25e50fd64b
|
Racepicks: Fix incorrect column min-width
|
2025-03-23 08:47:46 +01:00 |
|
christoph
|
67164cff09
|
Racepicks: Make table scroll on both axes, always show race+avatars
|
2025-03-18 18:54:19 +01:00 |
|
christoph
|
cb87f336a3
|
Seasonpicks: Remove obsolete styling
|
2025-03-18 18:53:43 +01:00 |
|
christoph
|
d490eb339e
|
Seasonpicks: Fix accordion shadow (other shadows still missing)
|
2025-03-18 18:08:34 +01:00 |
|
christoph
|
132b538775
|
Lib: Sort driver dropdown options by lastname
|
2025-03-18 17:22:33 +01:00 |
|
christoph
|
843824ffa9
|
Seasonpicks: Make table scroll on both axes, always show category+avatars
|
2025-03-18 17:12:50 +01:00 |
|
christoph
|
db75fd2ace
|
Seasonpicks: Do not hide usernames on mobile (columns stay large enough)
|
2025-03-18 13:46:16 +01:00 |
|
christoph
|
6bfc87fdc3
|
Racepicks: Align table column min width with seasonpicks table
|
2025-03-18 13:31:52 +01:00 |
|
christoph
|
d3827cf914
|
Skeleton: Update drawer width breakpoints
|
2025-03-18 13:29:44 +01:00 |
|
christoph
|
6f329322bc
|
Remove obsolete TODOs
|
2025-03-18 13:08:01 +01:00 |
|
christoph
|
1fe6c49f2b
|
Racepicks: Add tooltips to small images (e.g. avatars...)
|
2025-03-18 12:40:41 +01:00 |
|
christoph
|
cf4d98f480
|
Seasonpicks: Add tooltips to small images (e.g. avatars, podiums, ...)
|
2025-03-18 12:40:31 +01:00 |
|
christoph
|
8051b86d51
|
Seasonpicks: Remove unused awaited promise
|
2025-03-18 12:30:03 +01:00 |
|
christoph
|
901bcc1c05
|
Lib: Add tooltip capability to LazyImage
|
2025-03-18 12:29:49 +01:00 |
|
christoph
|
19170ebef9
|
Env: Add uuid npm dep
|
2025-03-18 12:29:28 +01:00 |
|
christoph
|
6a5be20e80
|
Seasonpicks: Don't slice teamwinners in accordion
|
2025-03-18 12:23:46 +01:00 |
|
christoph
|
8250378da4
|
Skeleton: Fix error in pbUser store access
|
2025-03-18 12:14:45 +01:00 |
|
christoph
|
8a79da8d8b
|
Racepicks: Hide accordion if signed out
|
2025-03-18 12:14:00 +01:00 |
|
christoph
|
a9b37a8884
|
Seasonpicks: Hide accordion if signed out
|
2025-03-18 12:13:54 +01:00 |
|
christoph
|
1857755cfb
|
Racepicks: Update accordion picked/outstanding overflows
|
2025-03-18 12:05:08 +01:00 |
|
christoph
|
3f31a00a09
|
Seasonpicks: Update accordion podiums/teamwinners/picked/outstanding overflows
|
2025-03-18 12:05:00 +01:00 |
|
christoph
|
0870e6510f
|
Env: Update flake lock
|
2025-03-16 15:32:20 +01:00 |
|
christoph
|
5da7cfa089
|
Lib: Migrate to page from $app/state
|
2025-03-15 12:08:18 +01:00 |
|
christoph
|
6b3c0716b0
|
Skeleton: Migrate to page from $app/state
|
2025-03-15 12:08:12 +01:00 |
|
christoph
|
db99892df1
|
Seasonpicks: Fix inverted teamwinners/podiums opacity + sort podiums in accordion
|
2025-03-15 10:56:52 +01:00 |
|
christoph
|
94c55212dd
|
Seasonpicks: Decrease non-picked teamwinners/podiums opacity
|
2025-03-15 02:08:05 +01:00 |
|
christoph
|
84ae6b25d7
|
Env: Update node deps
|
2025-03-15 02:07:53 +01:00 |
|
christoph
|
5a992faf48
|
Seasonpicks: Improve teamwinners/podiums display (2-cols, team colors)
|
2025-03-15 01:50:26 +01:00 |
|
christoph
|
4df7cae2d6
|
Seasonpicks: Display teamwinners/podiums as lists
|
2025-03-15 01:29:18 +01:00 |
|
christoph
|
eec143d63b
|
Skeleton: Add "Forgot Password" button to login drawer
|
2025-03-15 00:54:56 +01:00 |
|
christoph
|
0642a6c0e2
|
Lib: Refactor Input component borders
|
2025-03-15 00:28:06 +01:00 |
|
christoph
|
3eab329b42
|
Skeleton: Display if a user email is verified in profile drawer
|
2025-03-15 00:20:12 +01:00 |
|
christoph
|
4f9799dcfb
|
Lib: Set verified field for pbUser
|
2025-03-15 00:19:43 +01:00 |
|
christoph
|
e46bdc60bd
|
Lib: Add verified field to User schema
|
2025-03-15 00:19:35 +01:00 |
|
christoph
|
62f4d211ac
|
Hooks: Try to refresh the authStore on page reload
|
2025-03-15 00:19:14 +01:00 |
|
christoph
|
e35d56c81c
|
Lib: Allow setting timeout in toast helpers
|
2025-03-15 00:19:00 +01:00 |
|
christoph
|
3a9b4d6834
|
Lib: Add optional tail element to Input component
|
2025-03-15 00:18:39 +01:00 |
|
christoph
|
43e8a00aeb
|
Skeleton: Use writable store for pbUser object
|
2025-03-14 23:56:52 +01:00 |
|
christoph
|
614e2becc4
|
Skeleton: Remove user/admin from fetched data
This data was fetched before it was available, so the user object was
undefined
|
2025-03-14 22:35:03 +01:00 |
|
christoph
|
03fe027f8c
|
Lib: Update pocketbase auth handling
|
2025-03-14 22:20:36 +01:00 |
|
christoph
|
c597fff15a
|
Skeleton: Initial support for user emails
|
2025-03-14 22:19:40 +01:00 |
|
christoph
|
12803a7b8f
|
Lib: Add info/warning toast helpers
|
2025-03-14 22:17:54 +01:00 |
|
christoph
|
f39c1a9090
|
Lib: Update user schema to include email
|
2025-03-14 22:17:46 +01:00 |
|
christoph
|
6a6c93d960
|
Lib: Add EMailIcon svg component
|
2025-03-14 22:17:34 +01:00 |
|
christoph
|
7abe668169
|
Data/Users: Don't show username (as it's used for login)
|
2025-03-14 19:46:08 +01:00 |
|
christoph
|
b6fd307725
|
Seasonpicks: Display firstname in table
|
2025-03-14 19:45:06 +01:00 |
|
christoph
|
b160d15683
|
Racepicks: Display firstname in table
|
2025-03-14 19:44:58 +01:00 |
|
christoph
|
082bb72ec1
|
Seasonpicks: Disable countdown until seasonpicks will be locked
|
2025-03-14 01:45:57 +01:00 |
|
christoph
|
b9413fcfcd
|
Lib: Allow customizing finished text in Countdown
|
2025-03-14 01:45:40 +01:00 |
|
christoph
|
a0d75d6411
|
Lib: Rename fetch_seasonpicks to fetch_visibleseasonpicks
|
2025-03-14 01:24:24 +01:00 |
|
christoph
|
8ee212bbf3
|
Seasonpicks: Fix slightly scrollable teamwinner/podiums in accordion
|
2025-03-14 01:20:25 +01:00 |
|
christoph
|
e7d78883b3
|
Seasonpicks: Fix accordion grid layout when signed out
|
2025-03-14 00:44:48 +01:00 |
|
christoph
|
d72b623105
|
Racepicks: Fix accordion grid layout when signed out
|
2025-03-14 00:44:39 +01:00 |
|
christoph
|
1ddd2282e2
|
Skeleton: Invalidate seasonpick-/racepick-data when logging in
|
2025-03-14 00:44:26 +01:00 |
|
christoph
|
2536126ead
|
Skeleton: Trim login data + fix undefined firstname when updating profile
|
2025-03-14 00:39:16 +01:00 |
|
christoph
|
8c18cef7aa
|
Racepicks: Use grid for accordion
|
2025-03-14 00:27:40 +01:00 |
|
christoph
|
e63c905f0e
|
Seasonpicks: Use grid for accordion + adjust breakpoints
|
2025-03-14 00:27:33 +01:00 |
|
christoph
|
b36ec6c3cd
|
Seasonpicks: Increase hottake row height in table
|
2025-03-14 00:13:23 +01:00 |
|
christoph
|
17a1ea8524
|
Racepicks: Use new date format helpers
|
2025-03-14 00:08:41 +01:00 |
|
christoph
|
bbdb684a8a
|
Season/Races: Fix datetimes being shown in UTC + use new date format helpers
|
2025-03-14 00:08:29 +01:00 |
|