initial implementation of godmode

This commit is contained in:
Henry Jameson 2026-06-10 15:49:51 +03:00
commit aa0cef12b1
4 changed files with 113 additions and 5 deletions

View file

@ -84,6 +84,13 @@ export default (store) => {
() => import('src/components/user_profile/user_profile.vue'),
),
},
{
name: 'user-profile-admin-view',
path: '/admin/users/$:id',
component: defineAsyncComponent(
() => import('src/components/user_profile/user_profile_admin_view.vue'),
),
},
{
name: 'interactions',
path: '/users/:username/interactions',