aboutsummaryrefslogtreecommitdiff
path: root/static/formatters.ts (follow)
Commit message (Collapse)AuthorAge
* Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist2023-09-05
|
* Change JS formatters interface.Hugo Hörnquist2022-07-10
| | | | | | Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
* Extend javascript formatters to also take VEvent.Hugo Hörnquist2022-07-07
|
* Ensure datetime gets set for generated time tags.Hugo Hörnquist2022-06-13
|
* Introduce user-additions in frontend.Hugo Hörnquist2022-03-15
| | | | Along with an initial example of their use.
* Introduce concept of VEvent formatters in frontend.Hugo Hörnquist2022-03-15