aboutsummaryrefslogtreecommitdiff
path: root/static (follow)
Commit message (Collapse)AuthorAge
* Remove arbitary_kv.js.Hugo Hörnquist2022-04-25
| | | | | | | | | The file has been bit-rotting since the move to typescript, and even so, was far from done or working. However, the generall idea of having free-form editing at the end of the edit fields is a good idea, which maybe should be revisited in the future.
* Minor cleanup.Hugo Hörnquist2022-04-25
|
* Scheme and js now finds HTML in text with same regex.Hugo Hörnquist2022-04-25
|
* Change user-additions HTML detection.Hugo Hörnquist2022-04-24
|
* Minor dependency fixup in static/Makefile.Hugo Hörnquist2022-04-24
|
* Dead code removal.Hugo Hörnquist2022-04-24
|
* Introduce component date-jump.Hugo Hörnquist2022-04-23
|
* Scroll-behavior: smooth for siderbar.Hugo Hörnquist2022-04-23
| | | | | This make scrolling to event visually apparent (mostly used when JavaScript is disabled).
* Repair and rewrote sliders in HTML.Hugo Hörnquist2022-04-23
| | | | | | The old ones where broken since i accidentally removed setVar, instead of reintrocuding that, I rewrote slider-inputs as web components, which frees us of having some hacky javascript in the html code.
* Fix edit popups not auto opening.Hugo Hörnquist2022-04-12
| | | | | Depending an the exact text of an translatable string seems like a bad idea.
* Remove innerHTML from user-additions.js.Hugo Hörnquist2022-04-05
|
* Made sidebar date headings sticky.Hugo Hörnquist2022-04-05
|
* Fix rrule:s in frontend being parsed incorrectly.Hugo Hörnquist2022-04-05
|
* Handle XML entities slightly better in user-additions.js.Hugo Hörnquist2022-03-30
|
* Introduce directory-listing.scssHugo Hörnquist2022-03-28
|
* Add JS user config for hyperlinking locations at LiU.Hugo Hörnquist2022-03-15
| | | | | This is rather specific to me, but we already have the president with the bundled config.scm file.
* Introduce user-additions in frontend.Hugo Hörnquist2022-03-15
| | | | Along with an initial example of their use.
* Introduce concept of VEvent formatters in frontend.Hugo Hörnquist2022-03-15
|
* Add alt make-watch for static in existing TMUX sessions.Hugo Hörnquist2022-03-15
|
* Popup created events now don't take seconds.Hugo Hörnquist2022-03-15
|
* Cleanup makefile.Hugo Hörnquist2022-03-07
|
* Made VEventComponent template optional.Hugo Hörnquist2021-12-13
|
* Merge draggable into popup-element.Hugo Hörnquist2021-12-12
|
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|
* Add create event button!Hugo Hörnquist2021-12-10
|
* Broke out setup of popup on event creation.Hugo Hörnquist2021-12-10
|
* '.btn' no longer contains div.Hugo Hörnquist2021-12-10
| | | | | | | | Previously I generated buttons on the form <a><div/></a> & <button><div/></button>, which was invalid for button tags. This removes the inner div, with the only cost being that the hitbox for the button is slightly wonky if pressed at the top left where the button isn't when it's depressed, since I move it.
* Repair event position in week.Hugo Hörnquist2021-12-10
|
* Repair <date-time-input/>Hugo Hörnquist2021-12-10
|
* Popup maximize now procedure.Hugo Hörnquist2021-12-10
|
* Add various type specifiers.Hugo Hörnquist2021-12-10
|
* Flip static/.gitignore.Hugo Hörnquist2021-12-10
|
* Remove binders.js.Hugo Hörnquist2021-12-10
|
* Major move from week to calendar meta-view. Also repairs month view.Hugo Hörnquist2021-12-10
|
* Only focus searchbox on '/' when sensible.Hugo Hörnquist2021-12-10
|
* Remove popup.ts, migrating all functionality elsewhere.Hugo Hörnquist2021-12-10
| | | | | | | | | | | | | | | | | | | | The simple procedures - close_popup - open_popup - toggle_popup - find_popup Were mostly here for legacy. The procedures - popup_from_event - event_from_popup where holdovers from the old way of finding popups, and should be done through the VEvent objects now. close_all_popups was used only once, so the code was moved inline. Finally, moving the last hovered over popup to the top, along with tab switch keybings were restored, and moved to propper places.
* Remove vcal.js.Hugo Hörnquist2021-12-10
|
* Close popup on event creation.Hugo Hörnquist2021-12-10
|
* Better handling of popup visibility.Hugo Hörnquist2021-12-10
|
* Propagate recurring events to frontend.Hugo Hörnquist2021-12-09
| | | | | | | This handles each instance of a recurring event as its own unique event, which allows us to properly send it to the frontend. It's currently not possible to submit the repeating events back, but that is probably a underlying problem.
* CSS to prevent event blocks from overflowing.Hugo Hörnquist2021-12-09
|
* Add fullscreen button to popups.Hugo Hörnquist2021-12-07
|
* Add basic changelog viewHugo Hörnquist2021-12-02
|
* Remove jcal-tests.jsHugo Hörnquist2021-11-30
| | | | | | Our singular, badly written, test didn't feel worth the headache to keep around. A proper test suite for most of our fronttound would however be nice.
* Rework tab system.Hugo Hörnquist2021-11-30
| | | | | | This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
* Change UID resolve.Hugo Hörnquist2021-11-29
|
* Display categories in event description.Hugo Hörnquist2021-11-26
|
* Made vevent-dl prettier.Hugo Hörnquist2021-11-26
|
* Remove default ComponentVEvent redraw.Hugo Hörnquist2021-11-26
|
* Minor cleanup.Hugo Hörnquist2021-11-26
|