aa: clear DOM textarea on submit, quiet top margin, show ADMIN badge
- chat.mjs submit: send keyboard:text:replace with "" alongside the
input.text = "" / keyboard:close. Without this the native textarea
keeps the submitted text, and on next open TextInput syncs it back
into input.text so the field looked un-cleared.
- chat.mjs paint: new options.hideChrome skips the News ticker + KPBJ
radio. New options.presenceOverride replaces the "N online" counter
with a caller-supplied string (rendered in MatrixChunky8, same
position as the default counter).
- aa.mjs: passes hideChrome:true and a dynamic presenceOverride —
"@jeffrey · ADMIN" when authorized, "@jeffrey · no access" on
403/401, "@jeffrey · …" while probing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>