#296 fix attempt 3: shrink URL column, plain-text URL values #301

Merged
fen merged 1 commits from fix-296-r3 into dev 2026-09-18 16:23:38 +00:00
Collaborator

Fix attempt 3 for #296 (owner override postdating PR #300's QA pass).

  • Shrink .col-url 340 -> 230px and reclaim slack from history-only columns (Views 96->90, Created 190->150, ID 190->120) so the table fits the .float pane: scrollWidth == clientWidth at 1400x900, ID column fully visible on /public and /mine.
  • URL values drop the shared .slug pill (background/padding/border-radius/mono font) and render as plain text via td.dim, identical styling to the none case; links remain anchors with accent hover. Long slugs keep text ellipsis.

Rendered CDP probe evidence (local build, 1400x900 and 375x812, /public + /mine): column order Paste|Type|Size|Views|Created|URL|ID intact, 20-char slug fully visible, min Created-to-URL content gap 77px, sort arrows intact 6px right of labels, zero CSP/console violations. go build/test pass.

Ref #296

Fix attempt 3 for #296 (owner override postdating PR #300's QA pass). - Shrink .col-url 340 -> 230px and reclaim slack from history-only columns (Views 96->90, Created 190->150, ID 190->120) so the table fits the .float pane: scrollWidth == clientWidth at 1400x900, ID column fully visible on /public and /mine. - URL values drop the shared .slug pill (background/padding/border-radius/mono font) and render as plain text via td.dim, identical styling to the none case; links remain anchors with accent hover. Long slugs keep text ellipsis. Rendered CDP probe evidence (local build, 1400x900 and 375x812, /public + /mine): column order Paste|Type|Size|Views|Created|URL|ID intact, 20-char slug fully visible, min Created-to-URL content gap 77px, sort arrows intact 6px right of labels, zero CSP/console violations. go build/test pass. Ref #296
fen added 1 commit 2026-09-18 16:16:02 +00:00
#296 r3: shrink URL column, render URL values as plain text
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 26s
ce14c6b713
Owner override postdating PR #300 QA pass:
- .col-url 340 -> 230px; reclaim slack from history-only columns (Views 96->90,
  Created 190->150, ID 190->120) so the table fits the .float pane with no
  horizontal scroll at 1400x900 and the ID column is fully visible.
- URL anchors drop the shared .slug pill (background/padding/radius/mono font)
  and render plain, styled via td.dim exactly like the none case; links stay
  anchors with accent hover. Ellipsis kept for genuinely long slugs.

Verified by CDP probe on a local build at 1400x900 and 375x812 on /public and
/mine (/saved): column order, table fits pane (scrollWidth == clientWidth),
20-char slug fully visible, min Created-to-URL content gap 77px, sort arrows
intact 6px right of labels, no CSP/console violations. go build/test pass.
fen merged commit feb36fc501 into dev 2026-09-18 16:23:38 +00:00
Sign in to join this conversation.