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