aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm (unfollow)
Commit message (Collapse)Author
2020-05-01Setup local mirroring of frontend libs.Hugo Hörnquist
2020-04-30Change call signature for [gs]etf.Hugo Hörnquist
2020-04-30Update HTML to use app.Hugo Hörnquist
2020-04-29Made code more compatible with popups, improve config.Hugo Hörnquist
2020-04-29Test tooltip library.Hugo Hörnquist
2020-04-29Add TODO to HTML.Hugo Hörnquist
2020-04-28.btn click area now fixed.Hugo Hörnquist
2020-04-28Whitespace cleanup.Hugo Hörnquist
2020-04-28Fix overview spelling.Hugo Hörnquist
2020-04-28Comment on marks in small calendar.Hugo Hörnquist
2020-04-27Add hover-text to popup buttons.Hugo Hörnquist
2020-04-27Move events-between to datetime/vcomponent.Hugo Hörnquist
2020-04-27Remove event-debug-html.Hugo Hörnquist
2020-04-27Replace code for small calendar.Hugo Hörnquist
2020-04-27Minor updates.Hugo Hörnquist
2020-04-26Popup sidebar now button holder.Hugo Hörnquist
2020-04-26Add export as ics button.Hugo Hörnquist
2020-04-26Add popup close button.Hugo Hörnquist
2020-04-26Move a on event to inside, around body.Hugo Hörnquist
2020-04-26Made .btn own css class.Hugo Hörnquist
2020-04-26Text event CSS better generalized.Hugo Hörnquist
2020-04-26Sidebar event code now reusable for popups.Hugo Hörnquist
2020-04-26Table cells date now in <time> tag.Hugo Hörnquist
2020-04-26All HTML graphical events now use same render code.Hugo Hörnquist
2020-04-26Break out format-recurrence-rule.Hugo Hörnquist
2020-04-26Move events-between.Hugo Hörnquist
2020-04-26Month view better colors.Hugo Hörnquist
2020-04-26Move date-range to datetime/util.Hugo Hörnquist
2020-04-26Remove days-between in favour of days-in-interval.Hugo Hörnquist
2020-04-26HTML event attributes added as html attributes.Hugo Hörnquist
2020-04-26Remove wkst argument from tablify.Hugo Hörnquist
2020-04-26Add some comments.Hugo Hörnquist
2020-04-26HTML Description exception handler now works.Hugo Hörnquist
2020-04-25Renormalize some dt's to local time, solving owerflow.Hugo Hörnquist
Previously, if a DTEND = 01:00+02:00, but was given in UTC (23:00Z) then the fact that DTEND was in different dates lead to some problems.
2020-04-25Add exception handler to description filter.Hugo Hörnquist
2020-04-25Slightly improve display of EXDATES.Hugo Hörnquist
2020-04-16Add week numbers to HTML small calendar.Hugo Hörnquist
2020-04-14Add UI sliders to tune CSS.Hugo Hörnquist
2020-04-07Show EXDATES in text format.Hugo Hörnquist
2020-04-07Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist
2020-04-05Update JS to only try to mark today if posible.Hugo Hörnquist
2020-04-05Fix JS for current time.Hugo Hörnquist
2020-04-04Add header for month layout.Hugo Hörnquist
2020-04-04Move nav buttons away from smallcal.Hugo Hörnquist
2020-04-03Add responsivnes, major rework on css.Hugo Hörnquist
Primary page layout is now changed from being flexbox based to being grid based. This allows a much simpler complete rearangement of the elements to a tall view for narrow screens. A few other minor changes might also have slipped in.
2020-04-03Add string tilecase to some date outputs.Hugo Hörnquist
2020-04-02Remove ensure? for configs, built in instead.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
2020-03-31Add toggles between week and month view for HTML.Hugo Hörnquist