-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Filter DashboardChat.Inactive.Conversation and Empty conversation t…
…o trigger the new empty place holder view - Implement toFormattedDate format the date MDY like “May 5th 2024” - Implement canvas draw for dotted line along the watch icon UI - Place the components for chat name text, invited date, description, pending message (on the bottom) UI - Fetch chat data - Implement ChatEmptyScreen handeling the pending contact and the empty messages cases
- Loading branch information
1 parent
730da75
commit 6290899
Showing
5 changed files
with
165 additions
and
9 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
Submodule sphinx-kotlin-core
updated
1 files
+26 −1 | src/commonMain/kotlin/chat/sphinx/wrapper/util/Extensions.kt |