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

Make comments collapsible #1

Open
taylorlapeyre opened this issue Oct 22, 2014 · 0 comments
Open

Make comments collapsible #1

taylorlapeyre opened this issue Oct 22, 2014 · 0 comments

Comments

@taylorlapeyre
Copy link
Owner

This will require writing some Clojurescript.

At the easiest, this will require:

  • adding a link to each comment that will serve as as the button for collapsing that comment
  • Adding a click event listener for that link that will hide the ul containing the rest of the nested comments

At the most difficult (and most interesting), it would require:

  • Rendering comments in Clojurescript though Reagent
  • Adding the event listening logic as needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant