New paste page: remove custom URL reservation note and the can contents menu #124
Notifications
Total Time Spent: 1 hour 20 minutes
fen
1 hour 20 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#124
Reference in New Issue
Block a user
Two small removals on the new-paste page (user is redoing the can creation flow separately, so the can menu can just go for now):
Custom URL box: remove the note 'Stays reserved while the paste exists' (hint text near the custom URL input).
Remove the 'Can contents' menu entirely: the collapsible/section with 'Bundle as a can (multiple text items)' on the new-paste page. The can creation flow will be redesigned later; removal is temporary and intentional. Leave backend can API/endpoints untouched - UI only.
Both in internal/web/templates/new.html (verify exact markup before removing; keep surrounding layout intact).
QA passed: PR #126 verified. Diff strictly removes the custom-URL reservation hint and the Can contents menu/builder (new.html), nothing else. Merged dev into the branch and resolved the new.html conflict with #125 (kept the my-snippet placeholder). go vet + go test clean; local render and headless-chromium DOM on palette-dev confirm Stays reserved / Can contents / Bundle as a can are gone with all form fields (content, title, custom, password, burn, unlisted) intact. Deployed to palette-dev and live-verified.