feat: move users page to xplat page system (#6889)

* feat: move users page to xplat

* feat: stop doing tauri plugin open for user links

* feat: qa

* fix: qa

* fix: qa

* fix: comment

* fix: prepr

* prepr

* prepr

* prepr

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Calum H.
2026-07-27 20:02:33 +00:00
committed by GitHub
co-authored by Prospector
parent ebc7cac8b0
commit 7c4190fb9c
64 changed files with 1569 additions and 4028 deletions
+117
View File
@@ -2849,9 +2849,123 @@
"payment-method.visa": {
"defaultMessage": "Visa"
},
"profile.bio.fallback.creator": {
"defaultMessage": "A Modrinth creator."
},
"profile.bio.fallback.user": {
"defaultMessage": "A Modrinth user."
},
"profile.button.analytics": {
"defaultMessage": "View user analytics"
},
"profile.button.billing": {
"defaultMessage": "Manage user billing"
},
"profile.button.create-collection": {
"defaultMessage": "Create a collection"
},
"profile.button.create-project": {
"defaultMessage": "Create a project"
},
"profile.button.edit-role": {
"defaultMessage": "Edit role"
},
"profile.button.info": {
"defaultMessage": "View user details"
},
"profile.button.manage-projects": {
"defaultMessage": "Manage projects"
},
"profile.button.remove-affiliate": {
"defaultMessage": "Remove as affiliate"
},
"profile.button.set-affiliate": {
"defaultMessage": "Set as affiliate"
},
"profile.collection.projects-count": {
"defaultMessage": "{count, plural, one {# project} other {# projects}}"
},
"profile.details.label.auth-providers": {
"defaultMessage": "Auth providers"
},
"profile.details.label.email-verified": {
"defaultMessage": "Email verified"
},
"profile.details.label.has-password": {
"defaultMessage": "Has password"
},
"profile.details.label.has-totp": {
"defaultMessage": "Has TOTP"
},
"profile.details.label.payment-methods": {
"defaultMessage": "Payment methods"
},
"profile.details.title": {
"defaultMessage": "User details"
},
"profile.details.tooltip.email-not-verified": {
"defaultMessage": "Email not verified"
},
"profile.details.tooltip.email-verified": {
"defaultMessage": "Email verified"
},
"profile.error.load-description": {
"defaultMessage": "The user profile could not be loaded."
},
"profile.error.not-found": {
"defaultMessage": "User not found"
},
"profile.label.affiliate": {
"defaultMessage": "Affiliate"
},
"profile.label.badges": {
"defaultMessage": "Badges"
},
"profile.label.collection": {
"defaultMessage": "Collection"
},
"profile.label.download-count": {
"defaultMessage": "{count, plural, one {download} other {downloads}}"
},
"profile.label.joined": {
"defaultMessage": "Joined"
},
"profile.label.no-collections": {
"defaultMessage": "This user has no collections!"
},
"profile.label.no-collections-auth-description": {
"defaultMessage": "You don't have any collections yet."
},
"profile.label.no-projects": {
"defaultMessage": "This user has no projects!"
},
"profile.label.no-projects-auth-description": {
"defaultMessage": "You don't have any projects yet."
},
"profile.label.organizations": {
"defaultMessage": "Organizations"
},
"profile.label.project-count": {
"defaultMessage": "{count, plural, one {project} other {projects}}"
},
"profile.label.saving": {
"defaultMessage": "Saving..."
},
"profile.official-account": {
"defaultMessage": "Official Modrinth account"
},
"profile.official-account.bio": {
"defaultMessage": "The official user account of Modrinth. Get support at <support-link></support-link> or via email at <email></email>"
},
"profile.role.select-placeholder": {
"defaultMessage": "Select a role"
},
"profile.role.update-error-description": {
"defaultMessage": "An error occurred while updating the user role. Please try again."
},
"profile.role.update-error-title": {
"defaultMessage": "Failed to update role"
},
"project-card.date.published.tooltip": {
"defaultMessage": "Published {date}"
},
@@ -2879,6 +2993,9 @@
"project-type.all": {
"defaultMessage": "All"
},
"project-type.collection.plural": {
"defaultMessage": "Collections"
},
"project-type.datapack.capital": {
"defaultMessage": "{count, plural, one {Data Pack} other {Data Packs}}"
},