aboutsummaryrefslogtreecommitdiff
path: root/static/style.css (unfollow)
Commit message (Collapse)Author
2020-08-13Change static.css to scss.Hugo Hörnquist
2020-08-12Minor changes.Hugo Hörnquist
2020-08-11Generated event color.Hugo Hörnquist
2020-08-11Fix frontend for calendar choosing.Hugo Hörnquist
2020-08-11Limit CAL_ class to once per 'thing'.Hugo Hörnquist
2020-08-11Fix color in popups.Hugo Hörnquist
2020-08-11Mercge CAL and CAL_bg css classes.Hugo Hörnquist
2020-08-11Allow events to enter edit mode after creation.Hugo Hörnquist
2020-08-10HTML work.Hugo Hörnquist
2020-08-09Add paginator, use in in html and term.Hugo Hörnquist
2020-08-09Add basic (semi broken) paginator to HTML search.Hugo Hörnquist
2020-08-06Minor UI improvements.Hugo Hörnquist
2020-08-05Clean up caltable code.Hugo Hörnquist
2020-08-04Fix row count and height.Hugo Hörnquist
2020-08-04Start work on long event layout for months.Hugo Hörnquist
2020-07-30Start embedding more data for css and js in the html doc.Hugo Hörnquist
2020-07-15Move --editmode width for generated events to fix css.Hugo Hörnquist
2020-07-15Repair jump to date.Hugo Hörnquist
2020-07-13Add basic movement of popups.Hugo Hörnquist
2020-07-12JS work.Hugo Hörnquist
2020-07-12Reintroduce time input on generated events for HTML.Hugo Hörnquist
2020-07-12Fix graphical event overflow.Hugo Hörnquist
2020-07-11HTML Change template code for new events.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-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-08HTML move download to own tab.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-05-24Handle events with no DTEND.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-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-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-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 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