Add loading state (initial)

Add rollover actions on train service
Add some additional toc styles
This commit is contained in:
2026-04-30 01:26:29 +01:00
parent a746a1eac2
commit 26e40c5bf6
5 changed files with 97 additions and 2 deletions

View File

@@ -2,8 +2,11 @@
import NoResults from '$lib/components/ui/NoResults.svelte';
import TrainService from '$lib/components/ui/TrainService.svelte';
let { data } = $props();
</script>
{#if data.results.length === 0}
<NoResults
message={"No trains found on this date with this headcode."}