forked from MapComplete/MapComplete
Feature(opening_hours): correctly display "open ended" opening hours, see #2438
This commit is contained in:
parent
a01be66592
commit
9689cdfb65
7 changed files with 125 additions and 45 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue