Commit graph

20 commits

Author SHA1 Message Date
dafce6f2d2 minor formal improvements: use eql, print-unreadable-object, string in put with newlines 2024-08-01 17:48:13 +02:00
5835c54b36 web: use /hx as standard API path for htmx-type response; dom: use pre-defined elements 2024-07-22 13:46:40 +02:00
f9011dd9c6 web/dom: xml-element as top-level class; no self-closing for standard (HTML) elements 2024-07-21 12:01:38 +02:00
464bbfde65 web/dom: more pre-defined elemnts; simplify dlist accordingly 2024-07-21 11:49:40 +02:00
64dea8453d web/dom: revert automatic export - explicit is better than implicit 2024-07-21 10:10:26 +02:00
c83aa8a007 web/dom: make-elements: improvements 2024-07-21 10:04:00 +02:00
2efd85c5af web/dom: improvements; fix test: use result from cs-hx renderer 2024-07-20 17:50:01 +02:00
f092b5bde2 first working HTML rendering using div, label defined via make-elements macro 2024-07-20 17:08:15 +02:00
a404e8ee88 work in progress: sc-hx:render-content; provide macro for looping over property list 2024-07-19 12:13:12 +02:00
1ec80a559f work in progress: demo app; web/dom: + void-element 2024-07-18 09:24:05 +02:00
473616860f fix core test; web/dom: provide rendering of self closing (empty) element 2024-07-16 18:45:18 +02:00
a43de69210 web/dom: clean-up, improvements, ... 2024-07-15 19:35:56 +02:00
e33a86d031 web/dom: rewrite with element class OK 2024-07-15 17:18:07 +02:00
a00f7c652d web/dom: now with creating an intermediate structure (basically working) 2024-07-15 17:01:07 +02:00
ae7545d5ce web/dom, util:to-string: minor improvements - now should also work for numbers and other types 2024-07-14 15:57:05 +02:00
ead8f6eb80 web/dom: render link (<a>) with attributes OK 2024-07-14 14:15:20 +02:00
84804f852a web/dom: unify call pattern for building elements - is always: attrs @body 2024-07-14 11:10:09 +02:00
b81d50cd43 web/dom: basically working - still missing: render attrs 2024-07-13 16:22:44 +02:00
98d2246017 web/dom: improvements (but still work in progress) 2024-07-13 12:46:23 +02:00
00366e8b13 work in progress: web/dom: render HTML 2024-07-13 12:15:14 +02:00