Skip to content

Conversation

@daniviber
Copy link
Contributor

  • Create CodeViewerDialog component with JSON tree viewer, syntax highlighting, line numbers, and search
  • Add expand buttons to Input/Output/Error sections in ToolCallDetail component
  • Add expand button to test results in ToolTester component
  • Integrate react-json-view-lite for collapsible JSON tree display
  • Add comprehensive unit tests (42 new test cases across 3 test files)
  • Ensure dark mode compatibility and accessibility (ESC key, ARIA roles)

Closes #44

🤖 Generated with Claude Code

…st results

- Create CodeViewerDialog component with JSON tree viewer, syntax highlighting, line numbers, and search
- Add expand buttons to Input/Output/Error sections in ToolCallDetail component
- Add expand button to test results in ToolTester component
- Integrate react-json-view-lite for collapsible JSON tree display
- Add comprehensive unit tests (42 new test cases across 3 test files)
- Ensure dark mode compatibility and accessibility (ESC key, ARIA roles)

Closes #44

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@daniviber daniviber requested a review from EigerAI October 28, 2025 11:00
@daniviber
Copy link
Contributor Author

font in the tree view does not respect dark theme
Expand button should only be the arrow and in grey, no text.

@daniviber daniviber added the pr-to-review Label designed for PR that are ready for review label Oct 28, 2025
@EigerAI EigerAI added dev Enhancement or new feature in-progress The issue is currently being worked on labels Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev Enhancement or new feature in-progress The issue is currently being worked on pr-to-review Label designed for PR that are ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add expandable modal viewer for tool call inputs/outputs and test results

3 participants