this post was submitted on 14 May 2025
14 points (100.0% liked)
PieFed Meta
1273 readers
108 users here now
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
Wiki
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's a really good UX suggestion. Can definitely see how it could be confusing.
So I think the reason it's like that is because the create post page extends the edit post page, which uses the same side panel as everything else.
But looking at it I think we can update the side panel itself at https://codeberg.org/rimu/pyfedi/src/branch/main/app/templates//_side/_pane.html#L9 so it checks something like prev_url or next_url and then dynamically replaces the 'Create post' button with a 'Submit' button instead.
Sounds GREAT! And yeah I was looking on my phone, so the mobile view, and there was a "Publish" button instead, but that create post was so tantalizing to push when I was writing my post. :-D So might want to look at that as well?