feat(web): improve comment panel and trigger UI

This commit is contained in:
CREDO23 2026-01-19 14:37:38 +02:00
parent d99722cfdc
commit f008acecfc
8 changed files with 56 additions and 24 deletions

View file

@ -53,4 +53,3 @@ export function transformMember(membership: Membership): MemberOption {
avatarUrl: membership.user_avatar_url ?? null,
};
}