Comment Issues
Closed this issue · 4 comments
tonypan2000 commented
- When a comment is deleted, the page refresh doesn't remove the deleted comment immediately (takes two refreshes)
- Needs multi-language support (should at the very least support English, Spanish, and Chinese)
- A failed delete attempt (made by user who didn't write the comment) causes the comments to be appended again, and there is no prompt warning user that they can only edit their own comment.
tonypan2000 commented
In PR #7
1 fixed
3 partially fixed: failed delete no longer causes comments to be appended to webpage multiple times. Prompting to alert user still needs work
tonypan2000 commented
TODO: Add translation API, and support multiple languages for comment input
tonypan2000 commented
Added translation API, however, languages are not displaying correctly. commit
0aac18a
tonypan2000 commented