summary refs log tree commit diff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Gettextize and add Russian translationVika2024-09-043-20/+24
* Set global CSS instead of adding a style context to every widgetVika2024-08-281-9/+0
* Clear tags on post submitVika2024-08-261-1/+1
* Style changes to work better with the default themeVika2024-08-252-20/+41
* TagPill: remove the commented macro invocationVika2024-08-251-1/+0
* PostEditor: reset internal tracker on updatesVika2024-08-251-0/+1
* SignIn: Provide scopes granted in the outputVika2024-08-251-5/+11
* Bring child components onto the top-level and use a single SoupSessionVika2024-08-251-3/+3
* Prototype for signing in with IndieAuthVika2024-08-251-0/+535
* Tags in postsVika2024-08-232-6/+127
* Comply with GNOME HIG by ensuring our window can scale to a small sizeVika2024-08-231-126/+148
* Factor out the post editor UI into a separate componentVika2024-08-221-0/+489
* SmartSummaryButton: un-asyncify and move summarization to a commandVika2024-08-221-21/+44
* SmartSummaryButton: ask parent component for textVika2024-08-221-31/+42
* Factor out the smart summary buttonVika2024-08-221-0/+84