Files
multica/packages
Lambda 3da321596e refactor(views): merge the Discord link into the help footer strip
The footer stacked a full-width Discord row above a right-aligned help
trigger, leaving the trigger's leading two-thirds empty and the promo
isolated in its own band. Put both on one strip: the link takes the free
leading space and `justify-end` keeps the trigger right-aligned once the
link is dismissed. Footer height drops 68px -> 48px.

Sharing a 224px strip leaves 128px for the label, and the external-link
arrow plus the dismiss button together overflow it (label is 109px in en
and 125px in zh), so the two cannot coexist at the default sidebar width.
Drop the arrow rather than the dismiss button: dismissal is a user-facing
capability while the arrow is only a hint the Discord mark already carries.
Measured in the running app -- no locale clips at the default width.

Co-authored-by: multica-agent <github@multica.ai>
2026-07-30 14:28:51 +08:00
..