Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-28 | data, util: use typeAppearance in more places | (quasar) nebula | |
2023-09-11 | Merge branch 'preview' into track-data-cleanup | (quasar) nebula | |
2023-09-11 | data, html, infra: supporting changes for sanitizing content | (quasar) nebula | |
2023-09-08 | fix miscellaneous eslint errors | (quasar) nebula | |
2023-08-20 | html: expand resolve to take "normalize" option | (quasar) nebula | |
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-08-16 | html: Attributes: expose attributes in inspect.custom | (quasar) nebula | |
2023-08-16 | html: Attributes: push() util | (quasar) nebula | |
2023-08-16 | html: move parseAttributes from replacer into html lib | (quasar) nebula | |
It also always returns an html.Attributes object, instead of a key/value mapping (which would be provided to html.attributes). | |||
2023-08-16 | html: tags: allow passing attributes to tags() | (quasar) nebula | |
This is to control e.g. joinChildren. | |||
2023-08-15 | html: expose Attributes class via html.attributes() | (quasar) nebula | |
2023-08-02 | infra: html: make deep Template resolving opt-in via utility | (quasar) nebula | |
Just always resolving was causing some bugs. | |||
2023-08-02 | infra: html: make deeper layers of Template content translucent | (quasar) nebula | |
2023-08-02 | html: Tag.clone, Template.clone: clone own constructors | (quasar) nebula | |
2023-07-14 | Merge branch 'url-special-chars' into data-steps | (quasar) nebula | |
2023-07-14 | handle special characters in URLs more carefully | (quasar) nebula | |
2023-06-12 | html: inspect.custom() annotations for html classes | (quasar) nebula | |
2023-06-12 | html: new Stationery class for instantiating Templates | (quasar) nebula | |
2023-06-12 | html: move slot validation into own function | (quasar) nebula | |
2023-06-03 | html: accept false (ala cond && tag) in isHTML | (quasar) nebula | |
2023-04-15 | html: clone tags & templates passed in via slots | (quasar) nebula | |
I'm not 100% sure the right behavior here in the long run (whether we should be doing a deep clone or not), so for now I haven't added any specific tests. Snapshot tests covering uses of templates which depend on cloning (i.e. parents which reuse a given template) will do better to make sure everything keeps working like it should. | |||
2023-04-15 | html, test: default slots only for null, not falsey values | (quasar) nebula | |
2023-04-09 | test: html.template slot value errors | (quasar) nebula | |
2023-04-09 | test: html.template & Template descriptor errors | (quasar) nebula | |
2023-04-08 | html: drastically simplify template/slot system | (quasar) nebula | |
2023-04-05 | html: tags(), isBlank() | (quasar) nebula | |
2023-04-05 | html: standard blank() function | (quasar) nebula | |
For now this just returns an empty array, but if we need to make changes later, it won't require editing all instances of blank content! | |||
2023-04-04 | html: better Slot error traces | (quasar) nebula | |
There's a bad joke to be made about "mutation" versus "mutilation". | |||
2023-03-29 | html: pass null/undefined through in slot values | (quasar) nebula | |
2023-03-23 | data steps: html fixes + pass through content when no tagName | (quasar) nebula | |
2023-03-21 | data steps: album additional files list | (quasar) nebula | |
This is WIP but seems to be working! Pretty big test of the new html.template system, which needed some extension here. | |||
2023-03-21 | data steps: deep flatten HTML | (quasar) nebula | |
This should totally obliterate the need for html.fragment. | |||
2023-03-21 | data steps: test cases for new html implementation | (quasar) nebula | |
Only Tag interface and stringification for now. Template tests coming soon! | |||
2023-03-21 | data steps: fix property-from-attribute setter/getters | (quasar) nebula | |
2023-03-21 | data steps: new html.tag implementation | (quasar) nebula | |
...including template & slot support, unit tests incoming | |||
2023-03-01 | display original file size in image overlay | (quasar) nebula | |
2023-02-26 | encode/decode URIs in html.tag('a') & live-dev-server | (quasar) nebula | |
Fixes #147. | |||
2022-11-28 | chronology tweaks & html.onlyIfContent bugfix | (quasar) nebula | |
2022-11-27 | redesign & refinements for sticky layouting | (quasar) nebula | |
2022-11-26 | finish up cosmetic style changes | (quasar) nebula | |
2022-09-15 | new html.noEdgeWhitespace tag option | (quasar) nebula | |
2022-07-13 | begin htmlifying listings & listing specs | (quasar) nebula | |
2022-07-02 | htmlify album pages prettify-lint | (quasar) nebula | |
2022-06-26 | lots of fixes from eslint | (quasar) nebula | |
2022-06-26 | real pragma, and some eslint fixes | (quasar) nebula | |
2022-06-26 | add @format pragma to JS files | (quasar) nebula | |
2022-06-26 | initial prettier/eslint commit | (quasar) nebula | |
2022-05-15 | social embeds (discord, maybe twitter) | (quasar) nebula | |
Tracks only for now, but more will come Soon(TM)! | |||
2021-05-25 | bigass code refactor (no more legacy page writes) | (quasar) nebula | |
2021-05-06 | break up utility file, get build for sure working | (quasar) nebula | |
still Much Work Yet Ahead but this is good progress!! also the site is in a working state afaict and thats a kinda nice milestone lmbo |