summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Factor out the post editor UI into a separate componentVika2024-08-223-369/+537
* Use a nice icon for the post buttonVika2024-08-221-1/+3
* SmartSummaryButton: un-asyncify and move summarization to a commandVika2024-08-222-31/+64
* SmartSummaryButton: ask parent component for textVika2024-08-222-38/+67
* Factor out the smart summary buttonVika2024-08-222-71/+120
* Display toasts on submitted posts and errorsVika2024-08-221-157/+178
* Don't submit empty postsVika2024-08-201-0/+4
* Visibility selectorVika2024-08-201-21/+84
* Make the TextView scrollableVika2024-08-201-12/+19
* Send posts made in the post composerVika2024-08-203-6/+173
* Make the post composer asynchronousVika2024-08-202-12/+28
* Post composer UI prototypeVika2024-08-194-0/+351