rename URLs to match the actual buttons #256
Notifications
Total Time Spent: 41 minutes
fen
41 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#256
Reference in New Issue
Block a user
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
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.