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.
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
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 dev2026-09-18 16:23:38 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix attempt 3 for #296 (owner override postdating PR #300's QA pass).
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