Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: show callers in console verb page #3183

Merged
merged 2 commits into from
Oct 24, 2024
Merged

feat: show callers in console verb page #3183

merged 2 commits into from
Oct 24, 2024

Conversation

deniseli
Copy link
Contributor

Adds Callers to verb right panel. Also cleans up CSS for the identical Calls panel.

Screenshot 2024-10-24 at 4 52 09 PM

refactor

types

cleanup
This was referenced Oct 24, 2024
@deniseli deniseli marked this pull request as ready for review October 24, 2024 06:16
@deniseli deniseli requested a review from a team as a code owner October 24, 2024 06:16
@deniseli deniseli requested review from wesbillman and removed request for a team October 24, 2024 06:16
Comment on lines +8 to +15
const PanelRow = ({ verb }: { verb: VerbRef }) => {
return (
<Link className='flex items-center space-x-2 space-y-1 cursor-pointer' to={`/modules/${verb?.module}/verb/${verb?.name}`}>
<InboxUploadIcon className='h-4 w-4 text-blue-600 mt-1' />
<div className='truncate text-xs'>{`${verb?.module}.${verb?.name}`}</div>
</Link>
)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@deniseli deniseli merged commit 09e923f into main Oct 24, 2024
96 checks passed
@deniseli deniseli deleted the dli/callers branch October 24, 2024 06:29
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