-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated
SmartThread
and SmartThreads
classes to utilize a new `…
…render_component` method for rendering threads and chats, improving modularity. - Enhanced chat input handling in `post_process` function to support asynchronous message sending on Enter key press, streamlining user interaction. - Deprecated the `threads` component in favor of platform-specific container components, indicating a shift in architecture. - Introduced a helper method in `CollectionItem` for rendering components within the item scope, enhancing reusability. These changes aim to improve the overall structure and functionality of the chat interface.
- Loading branch information
Brian Joseph Petro
committed
Dec 27, 2024
1 parent
6c71195
commit 6820e6d
Showing
5 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters