aboutsummaryrefslogtreecommitdiff
path: root/static (follow)
Commit message (Collapse)AuthorAge
* JS user addition for parsing Microsoft Teams links.Hugo Hörnquist2022-07-07
|
* Extend javascript formatters to also take VEvent.Hugo Hörnquist2022-07-07
|
* Change to proper javascript privates.Hugo Hörnquist2022-06-16
|
* Add TODO about CSS foreground color.Hugo Hörnquist2022-06-16
|
* Move CSS background-color to body element.Hugo Hörnquist2022-06-16
| | | | | This ensures it applies to the entire page. Previously the parts of .root which overflowed lacked the background.
* Replace some .tagName with instanceof.Hugo Hörnquist2022-06-13
|
* Ensure datetime gets set for generated time tags.Hugo Hörnquist2022-06-13
|
* Stop using with-label.Hugo Hörnquist2022-06-12
|
* Change boolean attribute value to itself.Hugo Hörnquist2022-06-12
|
* Change element types for tabs.Hugo Hörnquist2022-06-12
|
* Fix spelling of aria-labelledby.Hugo Hörnquist2022-06-12
|
* Allow HTML output of all routes.Hugo Hörnquist2022-06-12
|\ | | | | | | | | | | | | | | XHTML is still the far supperior format. However; Chrome(-like) browsers Lighthouse feature is worth quite a bit when it comes to ensuring a good web page, and Lighthouse refuses to work on anything except text/html. This is my work-around for that.
| * Handle error for user-additions salar.Hugo Hörnquist2022-06-12
| | | | | | | | | | The script crashes just as before, but now we get slightly better error messages.
| * Follow all instances of tagName with toLowerCase.Hugo Hörnquist2022-06-12
| | | | | | | | | | A HTML document returns tag names as upper case, while xml documents return them as lower case (or possibly their original case).
* | Add number of TODO's.Hugo Hörnquist2022-06-11
| |
* | Update today-button to not depend on initial content.Hugo Hörnquist2022-06-11
| | | | | | | | | | Depending on initial content is fragile. This instead constructs a completely new tag, discarding what happened to be there before.
* | Move clock component initialization to procedure.Hugo Hörnquist2022-06-11
|/ | | | | | | When the document was renederd as HTML the connectedCallback:s were ran before the document was there, meaning that the initial content of the tags were missing. This gives us controll over when its ran, and here also ensures that it's ran once the document is there.
* 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
|