feat(web): integrate comment gutter with thread layout

This commit is contained in:
CREDO23 2026-01-19 14:37:06 +02:00
parent f86beaece1
commit d99722cfdc
3 changed files with 109 additions and 61 deletions

View file

@ -23,6 +23,7 @@ export interface ThreadRecord {
search_space_id: number;
created_at: string;
updated_at: string;
has_comments?: boolean;
}
export interface MessageRecord {