forgejo/templates/repo/migrate
Ryan Lerch 32c187e5bb fix(ui): improve Pagure migrator private issues clarity (#9502)
Followup to https://codeberg.org/forgejo/forgejo/pulls/8513
More at https://codeberg.org/fedora/forgejo-deployment/issues/186
Related: https://codeberg.org/forgejo/forgejo/pulls/8513#issuecomment-6075304, https://codeberg.org/forgejo/forgejo/pulls/8513/files#issuecomment-6075322

Previously, users were getting confused about the token/private issues
behavior in the Pagure migrator, as the UI didn't clearly explain the
two-repository workflow or the security implications of using an API token.
This commit updates the Pagure migration template to make the behavior
clearer by:

- Adding a collapsible details section for private issues functionality to
  reduce UI clutter since this feature is not expected to be used frequently
- Replacing inline help text with proper Fomantic UI message boxes (blue
  info for description, red warning for security notice)
- Providing clear explanations of the two-step migration process (public
  content first, then private issues archive)
- Adding prominent security warnings about repository visibility when
  importing private content

The private issues section is now hidden by default in a collapsible
element, making the standard migration flow cleaner while still providing
access to advanced functionality when needed.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9502
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Ryan Lerch <rlerch@redhat.com>
Co-committed-by: Ryan Lerch <rlerch@redhat.com>
2025-10-02 15:40:19 +02:00
..
codebase.tmpl
forgejo.tmpl
git.tmpl
gitbucket.tmpl feat(ui/migrations): clarify desired autocompletion type for clone_addr (#7377) 2025-03-30 11:31:42 +00:00
gitea.tmpl feat(ui/migrations): clarify desired autocompletion type for clone_addr (#7377) 2025-03-30 11:31:42 +00:00
github.tmpl feat(ui/migrations): clarify desired autocompletion type for clone_addr (#7377) 2025-03-30 11:31:42 +00:00
gitlab.tmpl feat(ui/migrations): clarify desired autocompletion type for clone_addr (#7377) 2025-03-30 11:31:42 +00:00
gogs.tmpl
helper.tmpl Add templates to customize text when creating and migrating repositories 2023-01-24 22:36:48 -05:00
migrate.tmpl
migrating.tmpl
onedev.tmpl
options.tmpl
pagure.tmpl