what’s new???
selectable replies
changed replies from plain preview text into a proper selectable reply list
this means individual replies can now be highlighted and interacted with, instead of just being shown as static markdown under the post
delete own replies
added the ability to delete a specific selected reply by pressing X
this follows the same ownership rule as posts, so users can only delete replies that they wrote themselves
the backend was updated with a proper DELETE /replies/ route and matching database functions for both SQLite and Postgres
reply layout improvements
reworked the post page layout so the post preview, replies, and write-reply area feel more separated
the replies section now has more space and clearer spacing between items, while the write-reply box is smaller and no longer dominates the screen
also added the idea that the reply composer can be hidden/shown with a keybind, making the interface cleaner when users are just reading
scrolling and preview consistency
fixed the post preview so long posts can scroll instead of being cut off
also changed the preview formatting so the text keeps a similar structure to the editor, making posts look more consistent between editing and reading
bug fixes
fixed routing and database issues around reply deletion, including the difference between SQLite and Postgres placeholder syntax
also fixed several UI layout problems where the reply box or replies list took up too much space
overall
this update makes the forum side of Postr feel much more complete: replies are selectable, individually deletable, better spaced, and easier to read so a huge W in the chat!

Changelog