summary refs log tree commit diff
path: root/src/components/post_editor.rs
Commit message (Expand)AuthorAgeFilesLines
* Smart Summary is now working!Vika2024-09-041-3/+7
* Deal with Clippy warningsVika2024-09-041-2/+0
* Gettextize and add Russian translationVika2024-09-041-10/+11
* Clear tags on post submitVika2024-08-261-1/+1
* Style changes to work better with the default themeVika2024-08-251-16/+28
* PostEditor: reset internal tracker on updatesVika2024-08-251-0/+1
* Tags in postsVika2024-08-231-6/+50
* 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