Add loading state (initial)
Add rollover actions on train service Add some additional toc styles
This commit is contained in:
@@ -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."}
|
||||
|
||||
Reference in New Issue
Block a user