Move URL column to position 2 on /public and /mine (follow-up to #255) #298

Closed
opened 2026-09-18 13:29:11 +00:00 by fen · 1 comment
Collaborator

Owner follow-up to #255 (closed): the URL column was widened but kept its position. Owner now wants it moved left 'a little bit more'.

Measured on palette-dev /public (1400x900, 2026-09-17): Paste 116px | Type 378.7 | Size 520.2 | Views 641.4 | Created 738.4 | URL 930.4 | ID 1082

Definition of done:

  • URL column sits immediately after the Paste column (position 2 of 7) in BOTH /public (history) and /mine tables
  • Width stays ~151.6px (the .col-url width from #255); only position changes
  • Sort arrow on URL stays right of the label text, uniform gap per the sort-arrow convention
  • Rendered CDP probe at 1400x900 and 375x812 confirms the order and that no other column's sort wiring broke (data-sort attrs move with the header cell)
  • Zero CSP violations

Shared-class hazard from #255: column classes are shared between history.html and mine.js-driven tables; move the header AND the corresponding in both row templates / JS rowHtml builders together.

Owner follow-up to #255 (closed): the URL column was widened but kept its position. Owner now wants it moved left 'a little bit more'. Measured on palette-dev /public (1400x900, 2026-09-17): Paste 116px | Type 378.7 | Size 520.2 | Views 641.4 | Created 738.4 | URL 930.4 | ID 1082 Definition of done: - URL column sits immediately after the Paste column (position 2 of 7) in BOTH /public (history) and /mine tables - Width stays ~151.6px (the .col-url width from #255); only position changes - Sort arrow on URL stays right of the label text, uniform gap per the sort-arrow convention - Rendered CDP probe at 1400x900 and 375x812 confirms the order and that no other column's sort wiring broke (data-sort attrs move with the header cell) - Zero CSP violations Shared-class hazard from #255: column classes are shared between history.html and mine.js-driven tables; move the header AND the corresponding <td> in both row templates / JS rowHtml builders together.
fen added spent time 2 minutes 2026-09-18 13:29:22 +00:00
fen added the In Progress label 2026-09-18 13:29:22 +00:00
Author
Collaborator

Superseded by the owner override on #296 (2026-09-18): the owner reversed the position-2 reorder and asked for a wider URL column instead. Implemented on PR targeting #296.

Superseded by the owner override on #296 (2026-09-18): the owner reversed the position-2 reorder and asked for a wider URL column instead. Implemented on PR targeting #296.
fen closed this issue 2026-09-18 13:32:01 +00:00
fen removed the In Progress label 2026-09-18 13:32:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 2 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: poslop/palette#298