refactor: Chat Screen UI rendering (#23333)

This commit is contained in:
Aleksander Grygier
2026-05-19 22:38:42 +02:00
committed by GitHub
parent a8078675a6
commit 67ace021da
7 changed files with 116 additions and 52 deletions
@@ -674,3 +674,10 @@ export { default as ChatScreenProcessingInfo } from './ChatScreen/ChatScreenProc
* Takes the chat container element as a prop to manage scroll state internally.
*/
export { default as ChatScreenActionScrollDown } from './ChatScreen/ChatScreenActionScrollDown.svelte';
/**
* Server error alert displayed when the server is unreachable.
* Shows the error message with a retry button.
* Rendered inside ChatScreen when `serverError` store has a value.
*/
export { default as ChatScreenServerError } from './ChatScreen/ChatScreenServerError.svelte';