higlight curent day of week, option to show/disble seconds, import timetable from csv, wrap/roleover of 0 to be after 9; did a lot of work!
This commit is contained in:
parent
19fbdfd1b5
commit
7b4996a689
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@
|
|||
<span class="DayOfWeek">Monday</span>
|
||||
{#each table.Monday as time}
|
||||
<input
|
||||
type="text"
|
||||
type="text"
|
||||
onchange={() => {
|
||||
newTable(table);
|
||||
}}
|
||||
}}
|
||||
bind:value={time}
|
||||
/>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue