This commit is contained in:
2026-03-31 15:39:11 +02:00
parent d3cab642fb
commit f76590d84c
10 changed files with 139 additions and 37 deletions

View File

@@ -2,6 +2,7 @@
import { onMount } from 'svelte';
import { page } from '$app/stores';
import { api, type Employee, type Company } from '$lib/api/client';
import Header from '$lib/components/Header.svelte';
let employees: Employee[] = [];
let companyName = '';
@@ -22,14 +23,10 @@
</script>
<svelte:head>
<title>{companyName} - Strichliste</title>
<title>{companyName} Qaffee</title>
</svelte:head>
<div class="page-header" style="position: relative;">
<a href="/" class="back-btn" aria-label="Zurück"></a>
<h1>{companyName}</h1>
<p style="color: var(--color-text-muted); margin-top: 4px;">Mitarbeiter auswählen</p>
</div>
<Header title={companyName} backHref="/" />
{#if loading}
<div style="text-align: center; padding: 48px;">