mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
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:
+8
-1
@@ -276,7 +276,14 @@ fn main() {
|
||||
.plugin(
|
||||
"users",
|
||||
InlinedPlugin::new()
|
||||
.commands(&["search_user"])
|
||||
.commands(&[
|
||||
"search_user",
|
||||
"get_user_profile",
|
||||
"get_user_projects",
|
||||
"get_user_organizations",
|
||||
"get_user_collections",
|
||||
"patch_user",
|
||||
])
|
||||
.default_permission(
|
||||
DefaultPermissionRule::AllowAllCommands,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user