aboutsummaryrefslogtreecommitdiff
path: root/static (unfollow)
Commit message (Collapse)Author
2021-11-18Remove .interactive, fix date-time checkbox.Hugo Hörnquist
2021-11-18Various fixes <date-time-input/>Hugo Hörnquist
2021-11-15Propagate default-calendar from backend to frontend.Hugo Hörnquist
2021-11-15Fix calendar for popup.Hugo Hörnquist
2021-11-15Reorder some popup setup.Hugo Hörnquist
2021-11-15Add HTMLElement.getListeners.Hugo Hörnquist
2021-11-15cleanupHugo Hörnquist
2021-11-15Rework some drawing and how calendar is accessed.Hugo Hörnquist
2021-11-15Reword popup visible attribute.Hugo Hörnquist
Now all logic for handling hiding and showing popups are inside the PopupElement class, making it much harder to do stuff incorrectly. It also slowly releases the knot around popup.ts.
2021-11-11Made VIEW and EDIT_MODE correctly global.Hugo Hörnquist
2021-11-10Add madge for frontend dep visualization.Hugo Hörnquist
2021-11-10Slight frontend makefile improvements.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.
2021-11-10Basic event modification works again.Hugo Hörnquist
2021-11-10Handle calendar change through dropdown.Hugo Hörnquist
2021-11-09Better handle debug tab.Hugo Hörnquist
2021-11-08Major work on event creation.Hugo Hörnquist
2021-11-08All ComponentVEvent requires uid.Hugo Hörnquist
2021-11-08JS normalize all vevent property keys to upper case.Hugo Hörnquist
2021-11-05doc updates.Hugo Hörnquist
2021-11-05Start depending on npm.Hugo Hörnquist
Chromium can't handle JavaScript-modules in XHTML-document [1]. The workaround is to use a javascript bundler. Here we start depending on browserify. I evaluated both that and webpack, and browserify seemed to work marginally better with typescript. Unfortunately this also makes us depend on npm, where we unfortunately already are bloatet... $ ls static/node_modules | wc -l 174 [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=717643
2021-11-01Limit exports to those used by imports.Hugo Hörnquist
This gives a clearer picture of what is dead code and what isn't.
2021-10-31lib.Hugo Hörnquist
2021-10-31Everything but lib.Hugo Hörnquist
2021-10-10Mostly fix datetime values in frontend.Hugo Hörnquist
2021-10-06Drive popup tabs through javascript.Hugo Hörnquist
2021-10-06Fix issue with datetimes not getting set.Hugo Hörnquist
2021-10-04Add tsconfig.json.Hugo Hörnquist
2021-10-04Major typescript work.Hugo Hörnquist
2021-10-04{.js => .ts} on relavant files.Hugo Hörnquist
2021-10-04Work on calendar from event in frontend, broken.Hugo Hörnquist
2021-10-03workHugo Hörnquist
2021-10-03Further work, rework popup.Hugo Hörnquist
2021-10-03Fix graphical block size.Hugo Hörnquist
2021-10-03to_jcal for new VEvent class.Hugo Hörnquist
2021-10-01Reintroduce dateonly for date-time-input:s.Hugo Hörnquist
2021-10-01Remove old date_time system.Hugo Hörnquist
2021-10-01Got date-times working in new system.Hugo Hörnquist
2021-09-30Replace today-button with web component.Hugo Hörnquist
2021-09-29Start rework on js setup.Hugo Hörnquist
2021-08-20Make zero-length events be part of day flow.Hugo Hörnquist
Since not all zero-length events are at midnight/doesn't have a time component, they are now placed on the correct position of each day, with a dummy-length of 1 hour.
2021-08-15Render attachements to HTML frontend.Hugo Hörnquist
2021-07-07Templetize blue color.Hugo Hörnquist
2021-06-10Add marker on events with descriptions.Hugo Hörnquist
2021-05-20'/' focuses search in HTML.Hugo Hörnquist
2021-05-17JS Fix adding of missing vcal properties.v0.6.3-rc1Hugo Hörnquist
2021-05-17Hopefully fix remaining &amp; problems.Hugo Hörnquist
2021-05-17Fix & not becoming &amp; in XML.Hugo Hörnquist
2021-05-17Fix & not becoming &amp; in XML.Hugo Hörnquist
2021-05-17Long events now wholeday per default.Hugo Hörnquist