URL submission: rate-limit message UI polish #25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
App\Livewire\UrlSubmissionFormrenders rate-limit errors via a plain@error('rate_limit') <p>{{ $message }}</p> @enderror. Functional but bare — when v0.1 ships and we add CSS / general styling, this needs a polish pass.Acceptance
role="alert"+aria-live="polite"so screen readers announce the rate-limit hitRateLimiter::availableIn($key)gives seconds remaining; expose as a public component property and renderTry again in {{ $retryAfter }}swire:loadinginteractions,@disabled($throttled)etc.)Notes
pagesstays clean for the first month live, deprioritize further.