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 minutes2026-09-18 13:29:22 +00:00
fen
added the In Progress label 2026-09-18 13:29:22 +00:00
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.
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.
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:
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.
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.