remark42 icon indicating copy to clipboard operation
remark42 copied to clipboard

comment engine

Results 155 remark42 issues
Sort by recently updated
recently updated
newest added

The idea is to add an api and both backend and frontend support notifying the user if a similar comment already posted to the thread. This thing should be optional....

discussion

our comment form doesn't look good on small screens. This is the form for the one not logged in: It doesn't look too bad but feels unnecessary heavy. First of...

help wanted
frontend

With a website that has a fixed or absolute header/navigation the user history sidebars top section can be obscured. This can be seen [here](https://realmenweardress.es/2012/03/raid-leading-for-beginners/). (Scroll down and click the sole...

bug
frontend

[Link for test](https://radio-t.com/p/2020/02/04/prep-688/#remark42__comment-199a2dee-de74-44df-a78d-d98fbad64d15). Current view for logged in user: If you hide the answer of the first reply author: As you can see, complete thread is hidden. I wouldn't know...

help wanted
frontend

I've noticed some interesting behavior: 1. Open page with remark comments, for example https://radio-t.com/p/2020/01/14/prep-685/ 2. Login (GitHub in my example) 3. Page didn't refreshed 4. Try to vote for comment,...

bug
help wanted
frontend

Repro: switch keyboard to other language than English and press Ctrl+B. [Demo](https://youtu.be/zr7ZJ1YwxPc) on Youtube (clickable): [![](http://img.youtube.com/vi/zr7ZJ1YwxPc/0.jpg)](http://www.youtube.com/watch?v=zr7ZJ1YwxPc "")

help wanted
frontend
good-first-issue

If we use semitransparent colors for backgrounds it can make the interface more native for many sites because it will adjust to site colors. Comment form on radio-t.com Before: ![Screenshot...

discussion
frontend
design

Currently, boltdb engine implementation is very low-level. I'm not sure if this is really a bad thing for our particular service, but it has a lot of code to do...

discussion
backend

This chunk should be optimized because it contains unused modules like `preact`, `@webcomponents/custom-elements` and `intl-messageformat/lib` Chunk graph ![Screenshot 2020-04-12 at 21 37 03](https://user-images.githubusercontent.com/2330682/79076859-d16b4c80-7d05-11ea-9778-4f1cc3f054e6.png)

frontend

Now we have methods like `/email/subscribe`, `/email/confirm` and these API methods implemented as POST and PUT. But now they are getting parameters from query string. I think they should get...

backend
frontend