Surface destination edits as the core dynamic short-link feature.
Deploy Ladill Link / deploy (push) Successful in 1m40s

Move destination editing to the top of the link page, clarify that the short URL never changes, prevent caches from pinning old redirects, and test that later destination updates take effect immediately.
This commit is contained in:
isaacclad
2026-07-16 20:12:14 +00:00
parent d45f4b5c58
commit 86cac606e0
5 changed files with 105 additions and 42 deletions
+1
View File
@@ -23,6 +23,7 @@
<input type="url" name="destination_url" id="destination_url" value="{{ old('destination_url') }}" required
placeholder="https://example.com/page"
class="mt-1 block w-full rounded-lg border-slate-300 shadow-sm focus:border-emerald-500 focus:ring-emerald-500">
<p class="mt-1.5 text-xs text-slate-500">You can change this later. Your short link stays the same only where it points updates.</p>
@error('destination_url')<p class="mt-1 text-sm text-red-600">{{ $message }}</p>@enderror
</div>