and make the code more maintainable! This will also bring the new comment emoji system to Questions and Answers.
The basic comment form is here:
https://github.com/publiclab/plots2/blob/master/app/views/comments/_form.html.erb
But Questions have their own style comments. It's cool, but I think we should merge these for consistent UI and easier maintenance:
https://github.com/publiclab/plots2/blob/master/app/views/questions/_comment.html.erb
the form itself here: https://github.com/publiclab/plots2/blob/master/app/views/questions/_form.html.erb
Also, Answers have their own editor. I feel like it could also just be the same editor. But maybe it already does?
https://github.com/publiclab/plots2/blob/master/app/views/questions/_answers.html.erb#L11
There are also various JavaScripts that'll have to be detangled or made consistent, in https://github.com/publiclab/plots2/blob/master/app/assets/javascripts/
Any help appreciated!
@viditchitkara I wonder if you'd be interested in this one? It'd make your new awesome emoji work present in question pages. :tada:
Sure, I'd be happy to give this a go!!
Most helpful comment
Sure, I'd be happy to give this a go!!