mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat(web): integrate comment gutter with thread layout
This commit is contained in:
parent
f86beaece1
commit
d99722cfdc
3 changed files with 109 additions and 61 deletions
|
|
@ -23,6 +23,7 @@ export interface ThreadRecord {
|
|||
search_space_id: number;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
has_comments?: boolean;
|
||||
}
|
||||
|
||||
export interface MessageRecord {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue