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:
RezHackXYZ 2025-05-09 19:53:58 +05:30
parent 19fbdfd1b5
commit 7b4996a689

View file

@ -25,10 +25,10 @@
<span class="DayOfWeek">Monday</span> <span class="DayOfWeek">Monday</span>
{#each table.Monday as time} {#each table.Monday as time}
<input <input
type="text" type="text"
onchange={() => { onchange={() => {
newTable(table); newTable(table);
}} }}
bind:value={time} bind:value={time}
/> />
{/each} {/each}