Skip to content

feat: add optional description field for links#235

Open
jerryjrxie wants to merge 1 commit into
tailscale:mainfrom
jerryjrxie:add-link-description
Open

feat: add optional description field for links#235
jerryjrxie wants to merge 1 commit into
tailscale:mainfrom
jerryjrxie:add-link-description

Conversation

@jerryjrxie

@jerryjrxie jerryjrxie commented Jun 10, 2026

Copy link
Copy Markdown

Adds an optional description to links.

  • Description shows on the home page, /.all, /.search, and the link detail page, and can be set from the create/edit forms or the API (-d description=...).
  • The schema is now managed with goose migrations, applied automatically on startup, so existing databases upgrade with no manual steps. The new Description column is nullable.

Home page

image

All/Search

image

Fixes #70

Adds an optional description to links, shown on the home page, /.all, /.search, and the link detail page, and settable via the create/edit forms and the API.

Schema changes are now managed with goose migrations applied automatically on startup; the new Description column is nullable.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Jerry Xie <jerryjrxie@gmail.com>
@jerryjrxie jerryjrxie force-pushed the add-link-description branch from 61a2074 to 28ca064 Compare June 10, 2026 20:06
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.

FR: Add an optional description field for links

1 participant