Permalink editor: make the "Saved" link clickable #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/permalink-saved-link"
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?
Small UX fix on top of #1/#2. The "Saved · …" confirmation in the permalink editor now renders the URL as a real link, so clicking it opens the recording at its custom permalink (previously it was plain text that looked clickable but wasn't).
watch.js,app.css); the slug is server-normalized to[a-z0-9-], so it's safe to inline into the anchor.Verified live: after saving, the message is
Saved · <a href="/v/slug">…</a>, and clicking it navigates to/v/slugand loads the watch page.