Skip to content

Add profile page and enhance existing UX#15

Merged
Oceania2018 merged 1 commit intoSciSharp:mainfrom
visagang:main
Jan 23, 2024
Merged

Add profile page and enhance existing UX#15
Oceania2018 merged 1 commit intoSciSharp:mainfrom
visagang:main

Conversation

@visagang
Copy link
Copy Markdown
Contributor

  1. Add my profile page and update navigation
  2. Add loader to sign up page

import Loader from '$lib/common/Loader.svelte';

/**
* @type {{ full_name: any; id?: string; user_name?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; email?: string | undefined; role?: string | undefined; avatar?: string | undefined; color?: string | undefined; token?: string | undefined; }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This syntax is not looking good. Can we define like this?
/** @type {Object} CurrentUserModel
@Property {string} [user_name] */

@Oceania2018 Oceania2018 merged commit 2d24627 into SciSharp:main Jan 23, 2024
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.

2 participants