Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcae0ec7

Browse files
author
Rafael Rodriguez
committed
chore: update tooltip max length to 2048 chars
1 parent0e08cc6 commitcae0ec7

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

‎coderd/apidoc/docs.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/apidoc/swagger.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/dump.sql‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ALTERTABLE workspace_apps
2-
ADD COLUMN IF NOT EXISTS tooltipVARCHAR(512)NOT NULL DEFAULT'';
2+
ADD COLUMN IF NOT EXISTS tooltipVARCHAR(2048)NOT NULL DEFAULT'';
33

4-
COMMENT ON COLUMN workspace_apps.tooltip IS'Markdown-supported text that is displayed when hovering overapp icons in theworkspacedashboard (max 512 characters).';
4+
COMMENT ON COLUMN workspace_apps.tooltip IS'Markdown text that is displayed when hovering over workspaceapps.';

‎coderd/database/models.go‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎codersdk/workspaceapps.go‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ type WorkspaceApp struct {
8989
Groupstring`json:"group,omitempty"`
9090
Hiddenbool`json:"hidden"`
9191
OpenInWorkspaceAppOpenIn`json:"open_in"`
92-
// Tooltip is an optional markdown supported field that is displayed when
93-
// hovering overapp buttons in theworkspace dashboard.
92+
// Tooltip is an optional markdown supported field that is displayed
93+
//whenhovering overworkspace apps in theUI.
9494
Tooltipstring`json:"tooltip,omitempty"`
9595

9696
// Statuses is a list of statuses for the app.

‎docs/reference/api/builds.md‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/api/schemas.md‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/reference/api/templates.md‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp