chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
@@ -0,0 +1,19 @@
# QA: Chat Customization (CSS) — Spring AI
## Prerequisites
- Demo is deployed and accessible
- Agent backend is healthy (check /api/health)
## Test Steps
- [ ] Navigate to `/demos/chat-customization-css`
- [ ] Verify the chat renders inside the scoped `.chat-css-demo-scope` wrapper
- [ ] Verify user messages have the hot-pink gradient bubble style
- [ ] Verify assistant messages have the amber boxy monospace style
- [ ] Send a message and verify both bubble styles render correctly
## Expected Results
- Chat loads within 3 seconds
- Themed styles only apply inside the demo scope (no global leak)