aboutsummaryrefslogtreecommitdiff
path: root/static/script.js (unfollow)
Commit message (Expand)Author
2020-08-13o != aHugo Hörnquist
2020-08-12Add option for default calendar.Hugo Hörnquist
2020-08-12Can create events in different calentdars, given that the calendars have simp...Hugo Hörnquist
2020-08-11Remove stray console.log.Hugo Hörnquist
2020-08-11Fix frontend for calendar choosing.Hugo Hörnquist
2020-08-11Add dropdown editing event.Hugo Hörnquist
2020-08-11Expand whitespace.Hugo Hörnquist
2020-08-11Focus summary when editing existing.Hugo Hörnquist
2020-08-11Keep summary when editing existing elements.Hugo Hörnquist
2020-08-11Allow events to enter edit mode after creation.Hugo Hörnquist
2020-08-11Can create events without descriptions again.Hugo Hörnquist
2020-08-11HTML Created events now have a description.Hugo Hörnquist
2020-08-07Dynamicaly created popups now work.Hugo Hörnquist
2020-08-06Minor UI improvements.Hugo Hörnquist
2020-08-06Create multiple events without refreshing page between.Hugo Hörnquist
2020-08-06Fix popup error on long event creation.Hugo Hörnquist
2020-08-06Fix popup when creating and deleting in week.Hugo Hörnquist
2020-08-06Fix most of event creation problems in week.Hugo Hörnquist
2020-08-06Start moving popup's away from parents.Hugo Hörnquist
2020-07-30Start embedding more data for css and js in the html doc.Hugo Hörnquist
2020-07-30Reslove some TODO's in script.js.Hugo Hörnquist
2020-07-27Crash properly on overflow on remove event.Hugo Hörnquist
2020-07-24Add untested code for UI update on /remove.Hugo Hörnquist
2020-07-24Abandon UI changes if event create fails.Hugo Hörnquist
2020-07-24Frontend feedback on event creation.Hugo Hörnquist
2020-07-15Repair jump to date.Hugo Hörnquist
2020-07-14Fix time input error after emptying.Hugo Hörnquist
2020-07-14Remove surpurflous statement.Hugo Hörnquist
2020-07-14Document JS event properties.Hugo Hörnquist
2020-07-14Javascripts date should now work for both local and UTC dates.Hugo Hörnquist
2020-07-14Add functions for TZ dates in JS.Hugo Hörnquist
2020-07-13Frontend for event creation should work for long and short events.Hugo Hörnquist
2020-07-13Javascript fixes.Hugo Hörnquist
2020-07-13"Improve" gensym.Hugo Hörnquist
2020-07-13Change event creation to only work for long events.Hugo Hörnquist
2020-07-13lol gensym.Hugo Hörnquist
2020-07-13Javascript use strict.Hugo Hörnquist
2020-07-13JS Move eventCreation functions into class.Hugo Hörnquist
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-12Remove unused decimal_time_to_string.Hugo Hörnquist