Commit Graph

185 Commits

Author SHA1 Message Date
c35ea78a50 Racepicks: Fix overview box paddings 2025-01-27 23:51:52 +01:00
d2a08ec59c Racepicks: Implement "Make Pick" button 2025-01-27 23:48:46 +01:00
d300f79baa Racepicks: Implement create/update/delete routes 2025-01-27 23:48:30 +01:00
9d38a03e57 Lib: Add CurrentPickedUser to schema 2025-01-27 23:47:43 +01:00
31be7bceae Skeleton: Register RacePickCard as component modal 2025-01-27 23:47:36 +01:00
42c6390d6e Lib: Allow adding extra classes to LazyImage component 2025-01-27 23:47:20 +01:00
aee0da174d Lib: Add RacePickCard component 2025-01-27 23:47:10 +01:00
9ad670ab5e App: Disable user-select 2025-01-27 20:30:33 +01:00
b95a5109e0 Lib: Disable draggable images 2025-01-27 20:30:27 +01:00
9f7361bd4e Racepicks: Fetch graphics 2025-01-27 20:16:43 +01:00
4d9364f945 Data/Season: Add comment 2025-01-27 20:16:27 +01:00
2aa176ed5f Lib: Add ChequeredFlagIcon component 2025-01-27 20:16:17 +01:00
ec75f97ee5 App: Add shadows to buttons (except for the header) 2025-01-27 19:44:03 +01:00
986a49377b Lib: Hide table header if no data is passed 2025-01-27 19:43:45 +01:00
a34cf50ace Env: Disable python dependency in flake 2025-01-27 19:38:28 +01:00
5a506768ab Lib: Add extraclass field to Button component 2025-01-27 19:38:17 +01:00
36c2789304 All: Replace <b> with <span class="font-bold"> 2025-01-27 19:38:08 +01:00
8dc9675d84 Data/Season: Add comment 2025-01-26 15:21:48 +01:00
cb8df4e05e Racepicks: Shitty styling progress on overview boxes 2025-01-26 15:21:22 +01:00
1158efd5f1 Lib: Add shadow option to Button component 2025-01-26 15:18:47 +01:00
46343bf208 Racepicks: Add initial unstyled elements ("Guess" button + Next Race overview) 2025-01-26 14:13:46 +01:00
7bd8c6613b Racepicks: Fetch races and remove expanding of races/drivers (already fetched separately) 2025-01-26 14:13:10 +01:00
341c831670 Racepicks: Fetch racepicks, raceresults, drivers and the current race 2025-01-26 13:55:21 +01:00
70e55feac9 Data/Season: Add badges to substitution step column 2025-01-26 13:53:57 +01:00
9ef669c11a Lib: Add RaceResult to schema 2025-01-26 13:53:34 +01:00
2a124b7201 Data/Season: Sort substitutions table by race step 2025-01-26 13:02:49 +01:00
1d597a431e Data/Season: Add race step to substitutions page 2025-01-26 13:02:39 +01:00
73df15a188 Lib: Add possible "expand" fields to schema 2025-01-26 13:02:26 +01:00
d78f58976f Racepicks: Load racepicks from PB 2025-01-25 19:12:20 +01:00
d2b6bd88ca Lib: Update RacePick schema (expanded values) 2025-01-25 19:11:55 +01:00
e8f1bfca0a Env: Update flake + node packages 2025-01-25 18:54:11 +01:00
8fec70384d Lib: Make table non-interactive (use pointer cursor instead) 2025-01-25 18:35:27 +01:00
c39a10abe5 Lib: Add RacePick schema 2025-01-25 18:29:56 +01:00
6bb065ba6c Data/Users: Rename layout.server.ts to page.server.ts 2025-01-25 18:29:43 +01:00
d007cac4c0 Lib: Make table rows colors alternating 2025-01-25 18:27:01 +01:00
766f09c5b5 Data/Season: Update create teams/drivers/races/substitutions button colors 2025-01-25 18:26:47 +01:00
7ec8411011 Data/Users: Sort users by username 2025-01-25 17:16:23 +01:00
7659e03324 Data/Users: Implement users overview table 2025-01-25 17:15:22 +01:00
3e36bdf27a Data/Users: Rename path 2025-01-25 16:44:12 +01:00
045577ce24 Data/RaceResults: Rename path 2025-01-25 16:44:06 +01:00
b207aa5e29 Profile: Add firstname field to users 2025-01-25 16:43:36 +01:00
a552865b2f Lib: Add svg NameIcon 2025-01-25 16:28:09 +01:00
999cf5bf16 Lib: Remove LazyCard component 2025-01-25 16:27:56 +01:00
aad969fc46 Env: Add svelte-check command to flake 2025-01-25 16:27:45 +01:00
a3805f76a1 Data/Season: Split Teams/Drivers/Races/Substitutions into individual routes 2024-12-27 21:52:03 +01:00
e733ed568a Skeleton: Center navbar buttons 2024-12-27 21:51:41 +01:00
2e814c99be Data/Raceresult: Add dummy page 2024-12-27 21:51:13 +01:00
ea54ea58f1 Lib: Make button pathname matching more relaxed 2024-12-27 21:51:03 +01:00
545488da8a Data/Season: Reorder typescript section 2024-12-27 19:58:05 +01:00
65f60ec6b1 Lib: Remove LazyDropdown
It was identical to "Dropdown" after removing the non-lazy "Image"
component
2024-12-27 19:44:05 +01:00