feat(calls): mobile/responsive pass for the in-call UI (LC-409) #422
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/lc-409-call-mobile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements LC-409 (subtask of the LC-402 call redesign): make the in-call UI usable on a phone.
Changes (all under the 640px breakpoint)
.lc-callbar-controlscontainer; buttons keep full label width and the row scrolls. Touch targets get a2.5remmin-height.62vh, rounded top), so it never covers the controls. The20remright-padding reservation on#lc-voice-rootis dropped on mobile, and the scroll body respectsenv(safe-area-inset-bottom).clamp()/vhand stay responsive.)Scope
CSS plus one small template restructure in
voice/page.html(wrap the control clusters, class the title/spacer). No JS, Rust, or schema change. Desktop layout is unchanged - the controls wrapper is still pushed right by the spacer.Tests
just check(standalone + saas compile, clippy, fmt),just test,just test-saasall pass.just build-cssregenerated.