mazarynio/mazaryn

Fix Issues 1

ioavv opened this issue · 2 comments

ioavv commented
  1. LiveView form events are emitted on every keystroke, causing too much “noise” on the console. They should only be emitted on blurring the field.
  2. LiveView form input validation happens a few microseconds after you click on the field, while it should happen on blurring the field.
  3. Post input field not clearing after submitting a post - may be handled by JS hooks
  4. Private/public/Only Me drop down not closing after selecting any of them - may be handled by JS hooks
  5. Uploading media locally crashes the server.
  6. Updating a post comment creates another comment entry on the UI, though the comments count remains the same, weird.
  7. on the post comment edit issue, once you reload the browser, the old comment disappears, and the updated comment remains. That still needs to be fixed.
  8. when you like post, you can't see the yourself as a users who liked post, so after refreshing the page it show which is a bug
  9. after checking the lists of users for liked the posts and closing them it refresh the page, Should it happen ?
  10. Edit post isn't implemented yet from UI (LiveView)
  11. after following/unfollowing it doesn't update list of followers/followed instantly on the list
  12. posting Media (Images) isn't working now
ioavv commented

2023-12-21_07-10
When you post Sth It's still exists and typing post

ioavv commented

same for comment
2023-12-21_07-12