Skip to content
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

Merged
merged 8 commits into from
Jul 12, 2024
Merged

feat(ui): user profile #3866

merged 8 commits into from
Jul 12, 2024

Conversation

kazoompa
Copy link
Member

@kazoompa kazoompa commented Jul 12, 2024

Closes: #3845

@ymarcon ymarcon changed the title Feature/user profile feat(ui): user profile Jul 12, 2024
@@ -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') },
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I'll change...

Copy link
Member Author

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

@kazoompa kazoompa force-pushed the feature/user-profile branch 2 times, most recently from 959b327 to b15ebe0 Compare July 12, 2024 16:03
@ymarcon ymarcon merged commit 13a340e into master Jul 12, 2024
@ymarcon ymarcon deleted the feature/user-profile branch July 12, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(ui): user profile
2 participants