lumbda/wasm
russell@unturf.com ad407d25a8
repl: baseline-align λ> sigil with input text in prompt-bar
Previously align-items: center centered the textarea while the sigil
sat top-aligned with padding-top — single-line input rendered the
sigil visibly higher than the input baseline (see screenshots from
07-52-55 and 07-53-20). Now:

  * .prompt-bar uses align-items: baseline so the sigil's text
    baseline tracks the textarea's first-line baseline in both 1-line
    and N-line cases.
  * .prompt-sigil shrinks font-size from 0.95em to 0.92em (matching
    the textarea) so cap-height differences don't push baselines
    apart.
  * line-height: 1.4 pinned on both so baseline geometry stays
    predictable (browser default for textarea is 'normal' which
    varies per-font).
2026-06-15 07:56:46 -04:00
..
app playground streaming: typed messages, no \n bytes on the wire 2026-06-15 06:30:10 -04:00
asm asm streaming: recycle the 64 KB output buffer after each flush 2026-06-15 06:36:00 -04:00
c repl: portal save/resume — vault-backed tier checkpoints 2026-06-15 07:43:07 -04:00
dist-repl repl: baseline-align λ> sigil with input text in prompt-bar 2026-06-15 07:56:46 -04:00
python playground: stream tier output line-by-line during eval 2026-06-14 20:25:47 -04:00
repl repl: baseline-align λ> sigil with input text in prompt-bar 2026-06-15 07:56:46 -04:00
tests wasm asm: stream output line-by-line via new emit_chunk env import 2026-06-14 20:35:13 -04:00
Makefile repl: portal save/resume — vault-backed tier checkpoints 2026-06-15 07:43:07 -04:00