#296: move URL column to position 2 (after Paste) in list tables #297

Merged
fen merged 1 commits from fix-296 into dev 2026-09-18 03:56:28 +00:00
Collaborator

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)
fen added 1 commit 2026-09-18 03:54:36 +00:00
#296: move URL column to position 2 (right after Paste) in history and mine tables
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 26s
6e85a7686d
fen merged commit a3abf7c73e into dev 2026-09-18 03:56:28 +00:00
Sign in to join this conversation.