2025-06-26T20:03:39Z

Dorian Taylor

Move the generation of <datalist> elements, which only get used by JavaScript anyway, from the template to JS, so it can take advantage of the JSON-LD variants.

Sense Atlas Front End

The <datalist> elements used to drive the autofills are useless without JavaScript anyway, so could probably be generated more cheaply by JS instead.

The front-end template is almost certainly doing way more work than it needs to.