-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): user profile #3866
feat(ui): user profile #3866
Conversation
opal-ui/src/router/routes.ts
Outdated
@@ -14,6 +14,7 @@ const routes: RouteRecordRaw[] = [ | |||
{ path: '/admin/settings', component: () => import('pages/AdminConfigurationPage.vue') }, | |||
{ path: '/admin/databases', component: () => import('pages/AdminDatabasesPage.vue') }, | |||
{ path: '/admin/profiles', component: () => import('pages/AdminProfilesPage.vue') }, | |||
{ path: '/admin/profile', component: () => import('pages/AdminProfilePage.vue') }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it is "my profile", it is not in the admin space, let it at /profile
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I'll change...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the files to /profile
959b327
to
b15ebe0
Compare
b15ebe0
to
7a80388
Compare
Closes: #3845