Design comparison
Solution retrospective
This is another project I used Vue 3 with the Composition API on. I didn't implement too many new tricks, but I did make a conscious effort to utilize grid
a lot in my CSS.
- While there is some animation, there could be a few more ("delete", "updated" actions)
- If I do a similar project, I think it'd be nice to implement a "View more comment"-type link if the comments get too nested (similar to Reddit).
If you have any feedback/comments on areas I could improve, that would be great too!
Community feedback
- @wendyhamelPosted over 2 years ago
Nice one!
I like the transitions. smooth, not jarring and helpful for the user to see what's going on. Maybe you can add some subtile transitions on the appearing and disappearing of the modal too.
I only found small issues. On screens above 770px -> if you edit a comment, the textarea only spans half the width of the card. (it only occupies one grid column)
And you can hide the resize handle in the bottom right corner of the textarea with
resize: none;
Have fun coding!
Marked as helpful1@aaron-romanickPosted over 2 years ago@wendyhamel Wow! You're right! I fixed the textarea formatting issue! Thank you.
I agree with you on adding the subtle transitions would be helpful.
I actually wanted to leave the option to resize the textboxes vertically for the user.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord