Users: Display driver headshot template if user doesn't have avatar

This commit is contained in:
2025-01-30 21:08:59 +01:00
parent 6ebe30e949
commit 2dc170561d
5 changed files with 21 additions and 12 deletions

View File

@ -80,7 +80,7 @@ export const load: PageServerLoad = async ({ fetch, locals }) => {
return races;
};
// TODO: Duplicated code from data/season/+layout.server.ts
// TODO: Duplicated code from data/season/+layout.server.ts + users/+page.server.ts
const fetch_graphics = async (): Promise<Graphic[]> => {
const graphics: Graphic[] = await locals.pb
.collection("graphics")

View File

@ -101,7 +101,7 @@
Step {data.currentrace.step}: {data.currentrace.name}
</span>
<span class="">Race: {data.currentrace.racedate}</span>
<!-- TODO: Countdown -->
<!-- TODO: Countdown to next sq/sr/q/race -->
</div>
<div class="card w-full p-2 shadow">
<span class="text-nowrap font-bold">Track Layout:</span>