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:57:34 +05:30
parent 19fbdfd1b5
commit 73d97ee9f0
5 changed files with 399 additions and 196 deletions

View file

@ -23,6 +23,7 @@
* Disable this if you'd like to use dynamic types.
*/
"checkJs": true,
"types": ["svelte", "estree"]
},
"types": ["svelte", "estree"],
"exclude": ["node_modules", "package.json", "package-lock.json"]
}
}