christoph
b3629fbe95
Lib: Move cards into cards/ directory
2024-12-23 16:15:27 +01:00
christoph
49112280de
Lib: Update team database schema (add logo, color)
2024-12-23 16:15:27 +01:00
christoph
c954b0f3b0
App: Add onLazyVisible type definition
2024-12-23 16:15:27 +01:00
christoph
b1bea37e20
Skeleton: Fix z-indices so the loading indicator is visible
2024-12-23 16:15:27 +01:00
christoph
eedc7f9a85
Lib: Comments
2024-12-23 16:15:27 +01:00
christoph
b21e4b9b6e
Lib: Fix LazyImage in Dropdown component
2024-12-23 16:15:27 +01:00
christoph
bcb5661e06
Lib: Remove debug log
2024-12-23 16:15:27 +01:00
christoph
09a53a15a7
Skeleton: Fix data dropdown padding
2024-12-23 16:15:27 +01:00
christoph
f0c568b982
Lib: Remove previous lazy loading approach and replace with static aspect ratios
...
The element size must be valid before it is loaded, this is a problem
for cards, as they adapt to their content's size.
Previously I tried to load the first card non-lazily and measure its
dimensions for the next cards, but that was not stable on viewport
changes (could have measured the aspect ratio instead...).
Now, all the aspect ratios are just measured and defined manually,
stupid but simple.
2024-12-23 16:15:27 +01:00
christoph
d398ab67e0
Lib: Implement (slightly broken) lazy loading of cards
...
Issues arise when the viewport size changes
2024-12-23 16:15:27 +01:00
christoph
df0402a318
Lib: Add comment to lazyload.ts
2024-12-23 16:15:27 +01:00
christoph
3cffab193b
Skeleton: Update drawer switch timeout
2024-12-23 16:15:27 +01:00
christoph
8bf96e3380
Lib: Update DriverCard to reflect lib changes (lazy loading)
2024-12-23 16:15:27 +01:00
christoph
55e849d908
Data/Season: Update tab bar styling
2024-12-23 16:15:27 +01:00
christoph
a02a1e7843
Lib: Make lazyimage fade in the image once loaded
2024-12-23 16:15:27 +01:00
christoph
f086e360d4
Skeleton: Position the drawer below the navbar + allow toggling between them
2024-12-23 16:15:27 +01:00
christoph
bac2d31d73
Data/Season: Reflect lib updates (lazy stuff)
2024-12-23 16:15:27 +01:00
christoph
68a56ece32
Lib: Fix bug in image to base64 conversion (now works client+serverside)
2024-12-23 16:15:27 +01:00
christoph
4d41401905
Lib: Update lazy components (dropdown + card now lazy)
2024-12-23 16:15:27 +01:00
christoph
ecd566b1fa
Lib: Move image fetching out of LazyImage component into lib
2024-12-23 16:15:27 +01:00
christoph
83d322f26b
Lib: Add function to fetch image as base64 string
2024-12-23 16:15:27 +01:00
christoph
3bd960b187
Skeleton: Enable autocomplete on username inputs
2024-12-23 16:15:27 +01:00
christoph
27fc2bce49
Lib: Disable autocomplete on card inputs
2024-12-23 16:15:27 +01:00
christoph
57b4253d99
Data/Season: Stream drivers, races and substitutes as promises for data/season page
2024-12-23 16:15:27 +01:00
christoph
cb51e01e98
Hooks: Log requests
2024-12-23 16:15:27 +01:00
christoph
5bfb670347
Lib: Make LazyImage full width
2024-12-23 16:15:27 +01:00
christoph
cb5203fbf8
Data/Season: Update imports
2024-12-23 16:15:27 +01:00
christoph
7bebc334f3
Data/Season: Implement image compression + downsizing for team/driver/race routes
2024-12-23 16:15:27 +01:00
christoph
c1f9c6aa12
Lib: Dispatch CustomEvent instead of Event for DropdownChange
2024-12-23 16:15:27 +01:00
christoph
72154656fb
Lib: Add imgwidth/imgheight to Card component so layout doesn't jump when lazyloading images
2024-12-23 16:15:27 +01:00
christoph
0d25f23818
Lib: Update index.ts
2024-12-23 16:15:27 +01:00
christoph
14516133de
Lib: Implement LazyImage component (images will be loaded once visible)
2024-12-23 16:15:27 +01:00
christoph
57cae4d400
Lib: Define some constant values in lib/config.ts
2024-12-23 16:15:27 +01:00
christoph
b7ca0582f4
Skeleton: Add site loading indicator to the main layout
2024-12-23 16:15:27 +01:00
christoph
66183d0600
Lib: Implement site loading indicator
2024-12-23 16:15:27 +01:00
christoph
1b6082ddfa
Profile: Compress user avatars in update_profile route
2024-12-23 16:15:27 +01:00
christoph
ef96cd1e2c
Lib: Implement image downscaling + avif conversion helper
2024-12-23 16:15:27 +01:00
christoph
926e9fac44
Skeleton: Remove unused imports
2024-12-23 16:15:27 +01:00
christoph
c77a1dd6d5
Skeleton: Add race results link to layout
2024-12-23 16:15:27 +01:00
christoph
b81f17c230
Data/Season: Add driver/team icons to driver/team dropdowns
2024-12-23 16:15:27 +01:00
christoph
35c6f59d4b
Data/Season: Fix bug in create_driver action (don't ensure "active")
2024-12-23 16:15:27 +01:00
christoph
6d93ca7dab
Lib: Allow icons in dropdown component list
2024-12-23 16:15:27 +01:00
christoph
2989e8a2ed
Data/Season: Add "active" switches on drivers page
2024-12-23 16:15:27 +01:00
christoph
4003cb5645
Lib: Fix wrong label in substitution card
2024-12-23 16:15:27 +01:00
christoph
655a9377fe
Data/Season: Implement substitutions page
2024-12-23 16:15:27 +01:00
christoph
dbd423dfd3
Lib: Implement substitution card
2024-12-23 16:15:27 +01:00
christoph
69e9ca1400
Lib: Rename field in schema
2024-12-23 16:15:27 +01:00
christoph
0ed6e24852
Lib: Remove unused event from clear_spring event handler in racecard component
2024-12-23 16:15:27 +01:00
christoph
0baaf51e53
Lib: Add action field to dropdown component
2024-12-23 16:15:27 +01:00
christoph
7648886ca4
Lib: Only pass single "team_select_value" into component except of all of them
2024-12-23 16:15:27 +01:00