If I enable PR previews on a service, PR previews are not created for existing PRs. This results in the user needing to push an empty commit to trigger a PR preview, e.g.
git commit --allow-empty -m "chore: Trigger PR preview"
Ideal solution would be for the Dashboard UI to ask me if I want to PR previews generated for <list of existing PRs>.