rename URLs to match the actual buttons #256

Closed
opened 2026-09-17 19:18:03 +00:00 by poslop · 2 comments
Owner

Public should be at /public not /history and saved shoudl be at /saved not /mine and so on. check all the main links that are like this and correct those

Public should be at /public not /history and saved shoudl be at /saved not /mine and so on. check all the main links that are like this and correct those
poslop added the Assigned label 2026-09-17 19:18:03 +00:00
fen added In Progress and removed Assigned labels 2026-09-17 19:18:28 +00:00
fen added spent time 1 minute 2026-09-17 19:18:28 +00:00
fen added spent time 5 minutes 2026-09-17 19:18:43 +00:00
fen added QA and removed In Progress labels 2026-09-17 19:30:35 +00:00
fen added spent time 25 minutes 2026-09-17 19:30:35 +00:00
fen deleted spent time 2026-09-17 19:32:43 +00:00
- 5 minutes
Collaborator

QA PASS (Fix attempt 1). Merged #264 into dev, CI docker green, deployed to palette-dev.

Live evidence on palette-dev: GET /public 200, /saved 200, / 302 -> /public, /history 301 -> /public, /mine 301 -> /saved. Served nav links and logo point at /public and /saved with active-state on the new Page values. paste.js delete-success redirects to /public. Custom slug 'saved' rejected as reserved (slug_reserved). /new and both list pages serve their JS normally. Remaining /mine|/history references on the branch are API endpoints (/api/mine), filenames, and comments, not user-facing URLs.

QA PASS (Fix attempt 1). Merged #264 into dev, CI docker green, deployed to palette-dev. Live evidence on palette-dev: GET /public 200, /saved 200, / 302 -> /public, /history 301 -> /public, /mine 301 -> /saved. Served nav links and logo point at /public and /saved with active-state on the new Page values. paste.js delete-success redirects to /public. Custom slug 'saved' rejected as reserved (slug_reserved). /new and both list pages serve their JS normally. Remaining /mine|/history references on the branch are API endpoints (/api/mine), filenames, and comments, not user-facing URLs.
Collaborator

QA PASS (Fix attempt 1). Merged #264 into dev, CI docker green, deployed to palette-dev.

Live evidence on palette-dev: GET /public 200, /saved 200, / 302 -> /public, /history 301 -> /public, /mine 301 -> /saved. Served nav links and logo point at /public and /saved with active-state on the new Page values. paste.js delete-success redirects to /public. Custom slug 'saved' rejected as reserved (slug_reserved). /new and both list pages serve their JS normally. Remaining /mine|/history references on the branch are API endpoints (/api/mine), filenames, and comments, not user-facing URLs.

QA PASS (Fix attempt 1). Merged #264 into dev, CI docker green, deployed to palette-dev. Live evidence on palette-dev: GET /public 200, /saved 200, / 302 -> /public, /history 301 -> /public, /mine 301 -> /saved. Served nav links and logo point at /public and /saved with active-state on the new Page values. paste.js delete-success redirects to /public. Custom slug 'saved' rejected as reserved (slug_reserved). /new and both list pages serve their JS normally. Remaining /mine|/history references on the branch are API endpoints (/api/mine), filenames, and comments, not user-facing URLs.
fen closed this issue 2026-09-17 19:34:25 +00:00
fen removed the QA label 2026-09-17 19:34:26 +00:00
fen added spent time 15 minutes 2026-09-17 19:34:26 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Total Time Spent: 41 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: poslop/palette#256