diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 732decef..28a75e73 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -48,7 +48,7 @@ ] }, "productName": "AstralRinth App", - "version": "0.10.1101", + "version": "0.10.1201", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": { @@ -99,7 +99,7 @@ ], "csp": { "default-src": "'self' customprotocol: asset:", - "connect-src": "ipc: https://git.astralium.su https://authserver.ely.by http://ipc.localhost https://modrinth.com https://*.modrinth.com https://*.posthog.com https://*.sentry.io https://api.mclo.gs 'self' data: blob:", + "connect-src": "ipc: https://git.astralium.su https://authserver.ely.by http://ipc.localhost https://modrinth.com https://*.modrinth.com https://*.sentry.io https://api.mclo.gs 'self' data: blob:", "font-src": [ "https://cdn-raw.modrinth.com/fonts/" ], diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 66ccb162..f874c2a8 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -1106,6 +1106,9 @@ "profile.button.billing": { "message": "Manage user billing" }, + "profile.button.edit-role": { + "message": "Edit role" + }, "profile.button.info": { "message": "View user details" }, diff --git a/apps/frontend/src/pages/user/[id].vue b/apps/frontend/src/pages/user/[id].vue index 52ad0e66..c05ee149 100644 --- a/apps/frontend/src/pages/user/[id].vue +++ b/apps/frontend/src/pages/user/[id].vue @@ -2,6 +2,37 @@