Javi Martín
c29ad265c6
Add missing alt attribute to special avatars
...
The `alt` attribute is mandatory in image tags. In this case, we're
leaving it empty because we also display text showing whether comments
are made by administrators, moderators or organizations.
2024-04-11 18:48:33 +02:00
Javi Martín
2c9c5d9cd4
Extract component to render avatars in comments
...
This way it'll be easier to add tests for it and refactor it.
2024-04-11 18:48:33 +02:00
taitus
45d82d6e6b
Move comments form to component
2024-03-25 07:59:39 +01:00
Javi Martín
a101608ebe
Fix invalid HTML in comment votes
...
We forgot to change the `span` tag when we replaced links with buttons
in commit ba0d21b46 .
2024-03-05 00:41:53 +01:00
taitus
718fcba6d8
Allow undo votes in comments votes component
2023-10-09 07:38:01 +02:00
taitus
5009bf6c37
Add aria-pressed to in comments votes component
...
In order to the users using screen readers know whether the button is pressed
or not.
2023-10-06 18:13:45 +02:00