#255: widen history URL column #258

Merged
fen merged 2 commits from fix-255 into dev 2026-09-17 21:54:47 +00:00
Collaborator

Fix attempt 1. Ref #255.

The history table's URL column (custom slug) was 100px (col-f, shared with /mine's ID column), truncating slugs to /fi.... Added a dedicated .col-url class (150px) used only by the URL column in history.html, leaving all other shared column widths untouched. /mine is unchanged (its URL column already had 190px).

Verified rendered output on a local build at 1400x900: URL th and cells measure 150px, other columns unchanged, /mine widths identical to dev tip. go build + go test pass.

Fix attempt 1. Ref #255. The history table's URL column (custom slug) was 100px (col-f, shared with /mine's ID column), truncating slugs to /fi.... Added a dedicated .col-url class (150px) used only by the URL column in history.html, leaving all other shared column widths untouched. /mine is unchanged (its URL column already had 190px). Verified rendered output on a local build at 1400x900: URL th and cells measure 150px, other columns unchanged, /mine widths identical to dev tip. go build + go test pass.
fen added 1 commit 2026-09-17 19:24:28 +00:00
#255: widen history URL column with dedicated col-url class
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 21s
d25e20733e
fen added 1 commit 2026-09-17 21:53:40 +00:00
Merge origin/dev into fix-255 for QA (rebase onto current dev)
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 23s
9fe64e0928
fen merged commit 928907dc9d into dev 2026-09-17 21:54:47 +00:00
Sign in to join this conversation.