- Notifications
You must be signed in to change notification settings - Fork1k
feat: add tooltip field to workspace app that renders as markdown#19651
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Things look pretty good to me on the frontend side
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
lgtm from the standpoint of the proto. Deferring to other reviewers for the wholistic view.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Everything looks good on my end!
{primaryTooltip ?( | ||
primaryTooltip | ||
) :app.tooltip ?( | ||
<MarkdownclassName="text-content-secondary prose-sm font-medium wrap-anywhere"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Oh, neat. Didn't realize that we had Tailwind's typography plugin installed. Being able to useprose
classes should help a lot for markdown concerns
matifali commentedSep 8, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@rafrdz, as a follow-up, please update thedogfood/coder template so we can start dogfooding. Thanks. |
e53bc24
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
In this pull request we're adding an optional
tooltip
field. Thetooltip
field is a string field (with markdown support) that will be used to display tooltips on hover over app buttons in a workspace dashboard.Tooltip screenshot
Tooltip video
tooltip-link.mov
Issue:#18431
Related provider PR:coder/terraform-provider-coder#435
Changes
tooltip
column toworkspace_apps
tabletooltip
columnTesting
Applink
markdown rendering