|
9ec0bf0bd5
|
Lib: Add fetchers for RacePickPoints and RacePickPointsAcc
|
2025-03-23 17:16:10 +01:00 |
|
|
f249205cd8
|
Lib: Add RacePickPoints and RacePickPointsAcc to schema
|
2025-03-23 17:15:59 +01:00 |
|
|
132b538775
|
Lib: Sort driver dropdown options by lastname
|
2025-03-18 17:22:33 +01:00 |
|
|
901bcc1c05
|
Lib: Add tooltip capability to LazyImage
|
2025-03-18 12:29:49 +01:00 |
|
|
5da7cfa089
|
Lib: Migrate to page from $app/state
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 27s
|
2025-03-15 12:08:18 +01:00 |
|
|
0642a6c0e2
|
Lib: Refactor Input component borders
|
2025-03-15 00:28:06 +01:00 |
|
|
4f9799dcfb
|
Lib: Set verified field for pbUser
|
2025-03-15 00:19:43 +01:00 |
|
|
e46bdc60bd
|
Lib: Add verified field to User schema
|
2025-03-15 00:19:35 +01:00 |
|
|
e35d56c81c
|
Lib: Allow setting timeout in toast helpers
|
2025-03-15 00:19:00 +01:00 |
|
|
3a9b4d6834
|
Lib: Add optional tail element to Input component
|
2025-03-15 00:18:39 +01:00 |
|
|
43e8a00aeb
|
Skeleton: Use writable store for pbUser object
|
2025-03-14 23:56:52 +01:00 |
|
|
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 |
|
|
03fe027f8c
|
Lib: Update pocketbase auth handling
|
2025-03-14 22:20:36 +01:00 |
|
|
12803a7b8f
|
Lib: Add info/warning toast helpers
|
2025-03-14 22:17:54 +01:00 |
|
|
f39c1a9090
|
Lib: Update user schema to include email
|
2025-03-14 22:17:46 +01:00 |
|
|
6a6c93d960
|
Lib: Add EMailIcon svg component
|
2025-03-14 22:17:34 +01:00 |
|
|
b9413fcfcd
|
Lib: Allow customizing finished text in Countdown
|
2025-03-14 01:45:40 +01:00 |
|
|
a0d75d6411
|
Lib: Rename fetch_seasonpicks to fetch_visibleseasonpicks
|
2025-03-14 01:24:24 +01:00 |
|
|
f88c8dc7ed
|
Lib: Use new date formatting helpers in RaceCard
|
2025-03-14 00:08:01 +01:00 |
|
|
54d154e445
|
Lib: Fix removing sprints in RaceCard
|
2025-03-14 00:07:48 +01:00 |
|
|
b9aea2e501
|
Lib: Fix missing label separator in Input
|
2025-03-14 00:06:08 +01:00 |
|
|
b4552f7d50
|
Lib: Remove DateTimeInput
|
2025-03-14 00:05:52 +01:00 |
|
|
f4fcb2e745
|
Lib: Add DateTimeInput
|
2025-03-14 00:00:06 +01:00 |
|
|
965504ed4e
|
Lib: Update date formatting helpers
|
2025-03-13 23:59:46 +01:00 |
|
|
a80f2e6fcd
|
Lib: Comments
|
2025-02-27 00:51:26 +01:00 |
|
|
4a2b5e8781
|
Lib: Implement SeasonPickCard
|
2025-02-27 00:09:24 +01:00 |
|
|
53396fce19
|
Lib: Display full driver names in dropdown labels + sort alphabetically
|
2025-02-26 23:37:22 +01:00 |
|
|
dcd62cdbfa
|
Lib: Sort driver options in RaceResultCard
|
2025-02-26 23:37:06 +01:00 |
|
|
bc8a86c025
|
Lib: Respect substituted drivers in RaceResultCard
|
2025-02-26 23:21:29 +01:00 |
|
|
3178840b02
|
Lib: DISABLE PXX DISPLAY IN RACERESULTCARD CHIPS
|
2025-02-26 22:56:28 +01:00 |
|
|
5b02b37e38
|
Lib: Assign imgclass also to image container
|
2025-02-26 22:27:43 +01:00 |
|
|
f7bb4c7978
|
Lib: Disable draggable on Button links
|
2025-02-26 21:20:22 +01:00 |
|
|
2952cac6ef
|
Lib: Add fetcher for hottakes + use "visible..." collections for picks
|
2025-02-26 21:03:47 +01:00 |
|
|
0a26c82200
|
Lib: Update PickedUser schemas + add Hottake schema
|
2025-02-26 21:03:14 +01:00 |
|
|
cd31d50cb2
|
Lib: Fix double semicolon in LazyImage
|
2025-02-25 20:11:30 +01:00 |
|
|
d31576a4d5
|
Racepicks: Make vertical race name font smaller on small screens
|
2025-02-25 18:59:39 +01:00 |
|
|
fcf389bf29
|
Lib: Add seasonpickedusers fetcher
|
2025-02-18 01:21:03 +01:00 |
|
|
f06fdb3c2e
|
Lib: Add SeasonPickedUser to schema
|
2025-02-18 01:20:57 +01:00 |
|
|
34c8ef57bf
|
Lib: Don't await graphics
|
2025-02-18 01:20:32 +01:00 |
|
|
55765d2d42
|
Lib: Add SeasonPick schema
|
2025-02-18 00:42:22 +01:00 |
|
|
c8a0a3d5f2
|
Lib: Add fetcher for seasonpicks
|
2025-02-18 00:42:15 +01:00 |
|
|
c74b31907f
|
Lib: Remove manual data invalidation in favor of pocketbase subscriptions
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 31s
|
2025-02-17 23:51:12 +01:00 |
|
|
aaf919af0a
|
Lib: Add pocketbase realtime subscribe/unsubscribe helpers
|
2025-02-17 23:33:23 +01:00 |
|
|
5f73f0f952
|
Lib: Remove SkeletonData schema and use correct PageData types instead
|
2025-02-17 23:31:57 +01:00 |
|
|
4a1fcc6447
|
Skeleton: Some login logic fixes
|
2025-02-17 22:56:03 +01:00 |
|
|
2b90f977d5
|
Lib: Fix invalid field in schema
|
2025-02-17 20:59:56 +01:00 |
|
|
8c8be5273b
|
Lib: Move data fetching functions to library
|
2025-02-17 20:59:50 +01:00 |
|
|
37f4234c87
|
Lib: Implement driver headshot compression
|
2025-02-17 18:15:32 +01:00 |
|
|
29d992affe
|
Lib: Implement race pictogram compression
|
2025-02-17 18:15:23 +01:00 |
|
|
24d557958a
|
Lib: Implement team banner compression
|
2025-02-17 18:15:15 +01:00 |
|