summary refs log tree commit diff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Simplify the main component a lotVika2024-08-251-130/+93
* Don't use an extraneous Box for the spinnerVika2024-08-251-8/+2
* Properly mount loading widgetsVika2024-08-251-0/+5
* "Better" error handling from libsecretVika2024-08-251-33/+78
* Bring child components onto the top-level and use a single SoupSessionVika2024-08-251-36/+36
* Prototype for signing in with IndieAuthVika2024-08-251-36/+118
* Very crude mock-up for an authentication screenVika2024-08-241-62/+146
* Tags in postsVika2024-08-231-1/+4
* Comply with GNOME HIG by ensuring our window can scale to a small sizeVika2024-08-231-1/+1
* Factor out the post editor UI into a separate componentVika2024-08-221-367/+46
* Use a nice icon for the post buttonVika2024-08-221-1/+3
* SmartSummaryButton: un-asyncify and move summarization to a commandVika2024-08-221-10/+20
* SmartSummaryButton: ask parent component for textVika2024-08-221-7/+25
* Factor out the smart summary buttonVika2024-08-221-71/+36
* 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-201-6/+65
* Make the post composer asynchronousVika2024-08-201-10/+21
* Post composer UI prototypeVika2024-08-191-0/+302