fix(ui): align message motion and composer button radius with DESIGN.md; tolerate unreadable staging revision state
- Message entry: 300/420ms power3.out -> Standard 180ms cubic-bezier(.22,1,.36,1) (DESIGN.md section 6); update the layout contract test to the shipped values. - Composer icon button: full radius instead of 8px (DESIGN.md section 5 Button). - Staging deploy workflow: fall back to container SHA discovery when .state/deployed-revision exists but is unreadable by the deploy user (Gitea pipeline writes it as root).
This commit is contained in:
@@ -50,8 +50,8 @@ export function ChatMessageRow({
|
||||
}, {
|
||||
autoAlpha: 1,
|
||||
clearProps: "opacity,transform,visibility",
|
||||
duration: message.role === "user" ? 0.3 : 0.42,
|
||||
ease: "power3.out",
|
||||
duration: 0.18,
|
||||
ease: "cubic-bezier(.22, 1, .36, 1)",
|
||||
y: 0,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user