aboutsummaryrefslogtreecommitdiff
path: root/static (unfollow)
Commit message (Collapse)Author
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
2020-04-29Remove dead code from style.css.Hugo Hörnquist
2020-04-28.btn click area now fixed.Hugo Hörnquist
2020-04-28Fix current time marker.Hugo Hörnquist
2020-04-28Minor JS cleanup.Hugo Hörnquist
2020-04-28Clean up and simlify event drag code.Hugo Hörnquist
2020-04-28Ensured event creation drag and drop works.Hugo Hörnquist
2020-04-28Fix week number display in small calendar.Hugo Hörnquist
2020-04-27Eventlist now only scrolls vertically.Hugo Hörnquist
2020-04-27Made popup slightly more visually pleasing.Hugo Hörnquist
2020-04-27Remove href completely when popups are enabled.Hugo Hörnquist
2020-04-27Replace code for small calendar.Hugo Hörnquist
2020-04-27Minor updates.Hugo Hörnquist
2020-04-27Change scroll behaviour in popups.Hugo Hörnquist
2020-04-27Fix current-time marker.Hugo Hörnquist
2020-04-27Long comments about positioning of popups.Hugo Hörnquist
2020-04-27Made script finding of elements more stable.Hugo Hörnquist
2020-04-27Made btn shadow-height variable.Hugo Hörnquist
2020-04-26Popup sidebar now button holder.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-26All HTML graphical events now use same render code.Hugo Hörnquist
2020-04-26Styled weekly,monthly button better.Hugo Hörnquist
2020-04-26CSS change scale from percent to parts.Hugo Hörnquist
Apparently chrome doesn't support transform: scale(100%), but just scale(1). Firefox support both.
2020-04-26Month view better colors.Hugo Hörnquist
2020-04-26HTML update gray to have slightly better contrast.Hugo Hörnquist
2020-04-25Made repeat-marker in side menu red.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-07Add location to blocks, rrules and last-modified to text in html.Hugo Hörnquist
2020-04-06Popups more or less fixed, now with animations.Hugo Hörnquist
2020-04-06Fix Y overflow.Hugo Hörnquist
2020-04-06Short event x-axis popup fix.Hugo Hörnquist