brainwipe / lack-of

A central repository for the lack-of community
GNU General Public License v2.0
0 stars 0 forks source link

I want to be able to easily link to a comment #26

Open brainwipe opened 8 years ago

brainwipe commented 8 years ago

As a user, I want to be able to easily link to a comment. Perhaps a little button that copies a link to the clipboard. There should be a little message saying that the link has been copied.

Tech note. Each comment is marked with an "about" attribute which has the appropriate link in it, use javascript to extract it.

brainwipe commented 8 years ago

When jumping to the comment, the top is 'cut off' because of the fixed header (it's underneath). Fix that too.