Skip to content

Expand date column width in index.html#17

Merged
curtisalexander merged 4 commits intomainfrom
claude/expand-date-column-mnatb
Feb 24, 2026
Merged

Expand date column width in index.html#17
curtisalexander merged 4 commits intomainfrom
claude/expand-date-column-mnatb

Conversation

@curtisalexander
Copy link
Owner

Set an explicit width (22ch) on the Date column header and add
white-space:nowrap to date cells so dates display fully without wrapping.

https://claude.ai/code/session_01KtatZkskohpnjVjyphLdTD

Set an explicit width (22ch) on the Date column header and add
white-space:nowrap to date cells so dates display fully without wrapping.

https://claude.ai/code/session_01KtatZkskohpnjVjyphLdTD
Tool results (the green collapsible blocks) contained raw percent-encoded
file URIs like "file:///c%3A/Users/...". Added decode_file_uris_in_text()
that finds all file:/// URIs in free-form text and decodes them into normal
paths, applied in render_tool_result_inline before rendering.

https://claude.ai/code/session_01KtatZkskohpnjVjyphLdTD
Previously only Read/read_file tool results got syntax highlighting.
Now any tool result whose arguments contain a file path key (file_path,
filepath, notebook_path, path, file) will attempt highlighting based on
the file extension. This covers Grep, Write, and other file-oriented
tools.

https://claude.ai/code/session_01KtatZkskohpnjVjyphLdTD
@curtisalexander curtisalexander merged commit ae144d2 into main Feb 24, 2026
3 checks passed
@curtisalexander curtisalexander deleted the claude/expand-date-column-mnatb branch February 24, 2026 22:02
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