mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
feat: Display document reindexing status in the sidebar by adding document ID to logs
This commit is contained in:
parent
2570360079
commit
8b10b0cd24
5 changed files with 33 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ export interface LogSummary {
|
|||
message: string;
|
||||
started_at: string;
|
||||
source?: string;
|
||||
document_id?: number;
|
||||
}>;
|
||||
recent_failures: Array<{
|
||||
id: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue