Permalink editor: replace Clear with a multi-level Undo #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/permalink-undo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #1. Replaces the permalink editor's Clear button with a safer Undo.
history.replaceState) and the Copy-link button stay canonical after every save/undo.Backend is unchanged (client-side only:
watch.html,watch.js,app.css).Verified end-to-end in the browser against a live server: set
alpha-link, setbeta-link, undo ->alpha-link, undo -> no custom link; undo button enable/disable and the id link (200 throughout) all correct.