aboutsummaryrefslogtreecommitdiff
path: root/static (unfollow)
Commit message (Collapse)Author
2020-07-13Minor cleanup.Hugo Hörnquist
2020-07-13Fix popup movement.Hugo Hörnquist
2020-07-13Add basic movement of popups.Hugo Hörnquist
2020-07-12Fix Javascript part of event removal.Hugo Hörnquist
2020-07-12Event creation from HTML works again.Hugo Hörnquist
2020-07-12JS work.Hugo Hörnquist
2020-07-12Remove parents_until.Hugo Hörnquist
2020-07-12Fixed display end time of short events.Hugo Hörnquist
2020-07-12Reintroduce time input on generated events for HTML.Hugo Hörnquist
2020-07-12Add deleteIndex to javascript arrays.Hugo Hörnquist
2020-07-12Created events dt{start,end} now correct date.Hugo Hörnquist
2020-07-12Fix graphical event overflow.Hugo Hörnquist
2020-07-12Remove unused decimal_time_to_string.Hugo Hörnquist
2020-07-12Slightly simplify js format_date.Hugo Hörnquist
2020-07-12Remove time_to_date.Hugo Hörnquist
2020-07-12Realized javascript had the Math "library".Hugo Hörnquist
2020-07-11HTML Change template code for new events.Hugo Hörnquist
2020-07-11Add decimal_time_to_date.Hugo Hörnquist
2020-07-11{time => date}_to_percent.Hugo Hörnquist
2020-07-11Break out bind_properties function.Hugo Hörnquist
2020-07-11Change bar class to eventlike.Hugo Hörnquist
This allows binding of properties and similar to work better, since they can simply target everything that is .event.
2020-07-11TODO tz.Hugo Hörnquist
2020-07-11Switch on type instead of field name...Hugo Hörnquist
2020-07-11Javascript icalendar format of datetime.Hugo Hörnquist
2020-07-11Javascript only allow event creation when mouse down on background.Hugo Hörnquist
2020-07-11Javascript bind advanced fields + special formatting.Hugo Hörnquist
2020-07-10Remove Javascript XML pretty printer.Hugo Hörnquist
2020-07-10Javascript bind properties to object.Hugo Hörnquist
2020-07-10Fix popup close buttons, and ESC to close all.Hugo Hörnquist
2020-07-10Add CSS to embedded icalendar.Hugo Hörnquist
2020-07-10Move back to own popup system.Hugo Hörnquist
JQuery apparently doesn't handle xhtml, so the old system goes bust. Currently it's replaced with a barebones popup system, which works almost as well as the dependency. However; current problems include: - Wrong mouse cursor on events - Bad size on some browsers - Close button broken - Sometimes placed outside intended area, stretching it (since I *need* scroll on it). - ...
2020-07-09HTML Download tab now div instead of article.Hugo Hörnquist
2020-07-09Javascript now sends the description on event creation.Hugo Hörnquist
2020-07-08Add HTML button for removing elements.Hugo Hörnquist
2020-07-08HTML move download to own tab.Hugo Hörnquist
2020-07-08Javascript self closing XML tags.Hugo Hörnquist
2020-07-08Reformat xcal data in HTML with js.Hugo Hörnquist
2020-07-07Draft of multiple tabs for HTML popups.Hugo Hörnquist
Adds a tab system inside each popup. Vivaldi's lighthouse says it works fine, but firefox takes way longer to load the page, and uses 100% CPU for a while. Not sure why. Possible solution would be client side rendering for the events (since they only need to be shown one clicked). It's worth taking another look at this once the popup system has been replaced.
2020-07-07HTML only start creating events on actual drag.Hugo Hörnquist
2020-07-07Add basic event creation from HTML.Hugo Hörnquist
2020-05-24Handle events with no DTEND.Hugo Hörnquist
2020-05-14Fix JS ESC to close popup.Hugo Hörnquist
2020-05-04Re-add removal of href on event with js.Hugo Hörnquist
2020-05-03Add [today] and [jump to] button in frontend.Hugo Hörnquist
Currently the JavaScript updates these buttons to work, but they by default reference backend endpoints which are not yet written.
2020-05-01Remove old popup code.Hugo Hörnquist
2020-05-01Setup local mirroring of frontend libs.Hugo Hörnquist
2020-04-30Escape closes all popups.Hugo Hörnquist
2020-04-29Move overflow: hidden for events.Hugo Hörnquist
2020-04-29Made code more compatible with popups, improve config.Hugo Hörnquist
2020-04-29Test tooltip library.Hugo Hörnquist