Feature(opening_hours): correctly display "open ended" opening hours, see #2438

This commit is contained in:
Pieter Vander Vennet 2025-06-12 14:32:22 +02:00
parent a01be66592
commit 9689cdfb65
7 changed files with 125 additions and 45 deletions

View file

@ -1,4 +1,7 @@
<script lang="ts">
/**
* The interactive table to select opening hours
*/
import { UIEventSource } from "../../../../Logic/UIEventSource"
import type { OpeningHour } from "../../../OpeningHours/OpeningHours"
import { OH as OpeningHours } from "../../../OpeningHours/OpeningHours"