-
Notifications
You must be signed in to change notification settings - Fork 1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
f24a1f4
14d3699
52ddebf
2255f73
4afab8d
551a0ec
ae1dee5
191fa45
c2d6191
e3d79f1
bacf93b
921b155
4c14ebd
4755bb3
061c7ba
0e08cc6
cae0ec7
760b65c
c1926bd
adbd52d
9b34b75
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE workspace_apps | ||
DROP COLUMN IF EXISTS tooltip; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE workspace_apps | ||
ADD COLUMN IF NOT EXISTS tooltip VARCHAR(512) NOT NULL DEFAULT ''; | ||
rafrdz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
COMMENT ON COLUMN workspace_apps.tooltip IS 'Markdown-supported text that is displayed when hovering over app icons in the workspace dashboard (max 512 characters).'; | ||
rafrdz marked this conversation as resolved.
Show resolved
Hide resolved
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.