multica/packages/ui
Naiyuan Qing d96bdb0126 fix(ui): prevent empty div flicker between tool transitions
The text wrapper div was rendering when `isStreaming` was true but
`text` was empty, causing a brief empty flex container to appear
between tool executions. Changed condition from `(text || isStreaming)`
to `text` only, so the div only renders when there's actual content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-26 16:18:29 +08:00
..
src fix(ui): prevent empty div flicker between tool transitions 2026-02-26 16:18:29 +08:00
components.json refactor: migrate from Hugeicons to Lucide icons 2026-02-12 10:12:56 +08:00
package.json merge: integrate origin/main into feat/onboarding-check 2026-02-12 11:16:49 +08:00
postcss.config.mjs feat(ui): create @multica/ui package skeleton 2026-01-30 11:34:05 +08:00
tsconfig.json refactor: restructure to monorepo architecture 2026-02-10 18:00:23 +08:00