Ref #296 (fix attempt 1, owner follow-up to #255).
Moves the URL column from position 6 to position 2 (immediately after Paste) in BOTH list tables:
history.html: colgroup + thead reordered; history.js rowHtml cell moved to match
mine.html: colgroup + thead reordered, URL column now uses .col-url (150px, matching the #255 width on /public); mine.js rowHtml cell moved to match
data-sort attrs moved with the header cells; sort wiring unchanged (table.js keys on data-sort, not position)
Verified locally (built from fix branch, 1400x900 and 375x812):
/public header order: Paste | URL | Type | Size | Views | Created | ID, URL width 152px
/mine header order: Paste | URL | Type | Size | Created | ID | (del), URL width 162px, rendered row cells match header positions
sort attrs move with headers; no inline styles/scripts added (CSP-safe)
Ref #296 (fix attempt 1, owner follow-up to #255).
Moves the URL column from position 6 to position 2 (immediately after Paste) in BOTH list tables:
- history.html: colgroup + thead reordered; history.js rowHtml cell moved to match
- mine.html: colgroup + thead reordered, URL column now uses .col-url (150px, matching the #255 width on /public); mine.js rowHtml cell moved to match
- data-sort attrs moved with the header cells; sort wiring unchanged (table.js keys on data-sort, not position)
Verified locally (built from fix branch, 1400x900 and 375x812):
- /public header order: Paste | URL | Type | Size | Views | Created | ID, URL width 152px
- /mine header order: Paste | URL | Type | Size | Created | ID | (del), URL width 162px, rendered row cells match header positions
- sort attrs move with headers; no inline styles/scripts added (CSP-safe)
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.
Ref #296 (fix attempt 1, owner follow-up to #255).
Moves the URL column from position 6 to position 2 (immediately after Paste) in BOTH list tables:
Verified locally (built from fix branch, 1400x900 and 375x812):