aboutsummaryrefslogtreecommitdiff
path: root/static/components/date-time-input.ts (unfollow)
Commit message (Collapse)Author
2023-09-05Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist
2022-08-01Minor cleanup in TS files.Hugo Hörnquist
2022-03-15Popup created events now don't take seconds.Hugo Hörnquist
2021-12-10Repair <date-time-input/>Hugo Hörnquist
2021-11-30Rework tab system.Hugo Hörnquist
This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
2021-11-26Fix datetime becomming dateonly when hitting midnight.Hugo Hörnquist
2021-11-18Various fixes <date-time-input/>Hugo Hörnquist
2021-11-10Re-modularize javascript.Hugo Hörnquist
This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.