Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issues 1 #67

Open
ioavv opened this issue Dec 21, 2023 · 2 comments
Open

Fix Issues 1 #67

ioavv opened this issue Dec 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request invalid This doesn't seem right

Comments

@ioavv
Copy link
Member

ioavv commented Dec 21, 2023

  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
Copy link
Member Author

ioavv commented Dec 21, 2023

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

@ioavv
Copy link
Member Author

ioavv commented Dec 21, 2023

same for comment
2023-12-21_07-12

@ioavv ioavv self-assigned this Dec 21, 2023
@ioavv ioavv added bug Something isn't working enhancement New feature or request invalid This doesn't seem right labels Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants