Star conversation#3716
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a "star conversation" feature, which is implemented across the backend and the Flutter application. The changes include a new API endpoint, database model updates, and extensive UI modifications to support starring, filtering by starred, and a new double-tap action. The implementation is mostly solid, and the identified potential race condition in the Flutter UI code regarding context and setState after an async gap without checking if the widget is still mounted has been highlighted for review.
|
@gemini-code-assist review |
There was a problem hiding this comment.
Code Review
This pull request introduces the functionality to star conversations, including UI changes on the conversation detail page and conversation list, a new filter on the homepage, and a new double-tap action to star an ongoing conversation. The backend is updated with a new endpoint to support this. The implementation looks solid and covers all the described features. I've confirmed the identified instances where a deprecated method withOpacity() is used, which should be replaced with the custom extension method withValues() as per the repository's guidelines.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
Limitless users will love that |
This feature should be live on the app stores in about a day or two. |
Functionality to star a conversation - star from conversation detail page - shows star on convo list item on homepage - can also be filtered by starred convos on homepage - also set double tap on device to star ongoing conversation
Functionality to star a conversation