feat: add viewing of all comments for a release

This commit is contained in:
Kentai Radiquum 2024-08-08 17:59:39 +05:00
parent fb21744536
commit a4618124ea
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 177 additions and 43 deletions

View file

@ -118,9 +118,9 @@ export const CommentsComment = (props: {
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
d="M5 5h5M5 8h2m6-3h2m-5 3h6m2-7H2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h3v5l5-5h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z"
/>
</svg>