You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Display research history for completed/errored researches
Adds a collapsible section to the research details page to display the research history.
This section is only visible when the research is completed or in an error state.
The history is fetched from the `research_status_history` table and displayed using the `ResearchStatusHistoryDisplay` component.
The section is collapsed by default.
0 commit comments