summary refs log tree commit diff
path: root/src/components/post_editor.rs
Commit message (Collapse)AuthorAgeFilesLines
* Factor out the post editor UI into a separate componentVika2024-08-221-0/+489
Now it's easy to use the same UI for sending a new post or editing an existing one (by loading it with `?q=source` and then comparing).