Skip to content

fix(file): consistent function renderer in file functions tab#10

Draft
rdmmf wants to merge 1 commit into
devfrom
worktree-file-func-tab-consistent
Draft

fix(file): consistent function renderer in file functions tab#10
rdmmf wants to merge 1 commit into
devfrom
worktree-file-func-tab-consistent

Conversation

@rdmmf

@rdmmf rdmmf commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

What

File view Functions tab hand-rolled the function name cell (plain accent anchor), so it looked different from the normal function search table.

Now it renders the name cell with EntityRenderer.renderFunction(f, { hideNote: true }) — the same renderer the search table uses. Same API (/api/function/search), same tooltips, colors, and function name/namespace/return-type/params formatting.

Kept out (as requested): filename, md5, file tags, language, date columns.

🤖 Generated with Claude Code

Make the file view's Functions tab consistent with the normal function
search table: render the function name cell via
EntityRenderer.renderFunction (same API), giving namespace, return type,
parameters, colors, code-preview tooltip and context menu. Keeps the tab
free of filename/md5/file-tag/language/date columns.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant