aboutsummaryrefslogtreecommitdiff
path: root/static (follow)
Commit message (Collapse)AuthorAge
* Normalize tsconfig formatting.Hugo Hörnquist2023-09-07
|
* Move JS documentation into the JS-code.Hugo Hörnquist2023-09-05
| | | | | | | | | | | | Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
* Minor whitespace cleanup.Hugo Hörnquist2023-09-05
|
* Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist2023-09-05
|
* Add build step for jsdoc.Hugo Hörnquist2023-09-05
|
* Specify encoding for scss.Hugo Hörnquist2022-10-24
|
* Repair labels in HTML.Hugo Hörnquist2022-10-17
| | | | | | At commit bbecd2476ebddb2731065aad2f3895c5074c9ecb the code changed from generating valid labels backend to generating them frontend. I however forgot to attach the labels to the DOM...
* Fix that events where submitted twice.Hugo Hörnquist2022-10-16
|
* Minor cleaup.Hugo Hörnquist2022-10-16
|
* Fix wrongly ordered TODO's.Hugo Hörnquist2022-10-16
|
* Extend user-additions salar to handle multiple locations.Hugo Hörnquist2022-09-18
|
* Repair user-additions salar.Hugo Hörnquist2022-09-18
|
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Change JavaScript build system to esbuild.Hugo Hörnquist2022-08-01
| | | | | | | Esbuild is way faster, and feels less hacky. One downside is that it doesn't actually check Typescript types. However, typescript can still be installed alongside, and has the fancy --noEmit flag for just this situation.
* Static should create its own directories when installing.Hugo Hörnquist2022-08-01
|
* make clean in static shouldn't fail if the file isn't there.Hugo Hörnquist2022-08-01
|
* Change JS formatters interface.Hugo Hörnquist2022-07-10
| | | | | | Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
* 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.