Skip to content

Convert tool calls display from list to table in file viewer#159

Merged
rajbos merged 4 commits intomainfrom
copilot/update-tools-display-to-table
Jan 30, 2026
Merged

Convert tool calls display from list to table in file viewer#159
rajbos merged 4 commits intomainfrom
copilot/update-tools-display-to-table

Conversation

Copy link
Contributor

Copilot AI commented Jan 30, 2026

Tool calls in the diagnostic report file viewer were displayed as a div-based list, causing misalignment of investigate links and poor scannability.

Changes

  • HTML structure: Replaced div list with semantic table (<thead>, <tbody>, scope="col")
  • Layout: Two-column table with "Tool Name" and "Action" headers
  • Alignment: Right-aligned Action column (header and cells) for visual consistency
  • Styling: Added table borders, row separators, and fixed-width action column (100px)

Arguments and result details remain as collapsible <details> elements within the tool name cell.

Visual comparison

Before/After comparison

Before: List format with unaligned investigate links
After: Table format with aligned headers and action links

Original prompt

In the file viewer from the diagnostic report whe show the tools calls in a list now, update to show them in a table for easier reading and to align the investigate links


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 30, 2026 15:18
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Update tool calls display to use a table format Convert tool calls display from list to table in file viewer Jan 30, 2026
Copilot AI requested a review from rajbos January 30, 2026 15:24
@rajbos rajbos marked this pull request as ready for review January 30, 2026 19:24
@rajbos rajbos enabled auto-merge January 30, 2026 19:24
@rajbos rajbos merged commit 874ec1f into main Jan 30, 2026
12 checks passed
@rajbos rajbos deleted the copilot/update-tools-display-to-table branch January 30, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments