feat(R08): finalize Chat UI Hub components, AudioRecorderWidget, and integration tests (100% PASS)
This commit is contained in:
@@ -346,3 +346,9 @@ class ChatView(QScrollArea):
|
||||
def _scroll_to_bottom(self) -> None:
|
||||
bar = self.verticalScrollBar()
|
||||
bar.setValue(bar.maximum())
|
||||
|
||||
|
||||
ChatHistoryWidget = ChatView
|
||||
|
||||
__all__ = ["ChatView", "ChatHistoryWidget", "MessageBubble"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user