Higlight curent day of week, option to show/disble seconds, import timetable from csv, wrap/roleover of 0 to be after 9. wow did a lot!

This commit is contained in:
RezHackXYZ 2025-05-09 19:54:00 +05:30
parent 7b4996a689
commit c14481f3d9
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"]
}
}