Added Splash Screens for PWA

This commit is contained in:
2026-07-09 11:12:37 +10:00
parent 4f3b7bd839
commit d765161b9a
5 changed files with 11 additions and 6 deletions
@@ -24,6 +24,7 @@ const props = defineProps<{
}>()
const page = usePage<SharedProps>()
const showColumn = (column: string) => props.columnsToShow.includes(column)
</script>