forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: add user profile page (lobehub#2433)
* ✨ feat: Add profile * 🔧 chore: Update i18n * ✅ test: Fix test * ✅ test: Add tests * 🐛 fix: Fix enableClerk * 🔧 chore: Fix .eslintignore * 🐛 fix: Fix review problem * 💄 style: Fix UserInfo padding
- Loading branch information
1 parent
b791366
commit 91f7294
Showing
90 changed files
with
1,258 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,8 @@ coverage | |
|
||
# test | ||
jest* | ||
_test_ | ||
__test__ | ||
*.test.ts | ||
*.test.tsx | ||
|
||
# umi | ||
.umi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "تسجيل الدخول", | ||
"loginOrSignup": "تسجيل الدخول / التسجيل", | ||
"profile": "الملف الشخصي", | ||
"security": "الأمان", | ||
"signout": "تسجيل الخروج", | ||
"signup": "التسجيل" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Вход", | ||
"loginOrSignup": "Вход / Регистрация", | ||
"profile": "Профил", | ||
"security": "Сигурност", | ||
"signout": "Изход", | ||
"signup": "Регистрация" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Anmelden", | ||
"loginOrSignup": "Anmelden / Registrieren", | ||
"profile": "Profil", | ||
"security": "Sicherheit", | ||
"signout": "Abmelden", | ||
"signup": "Registrieren" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Login", | ||
"loginOrSignup": "Log in / Sign up", | ||
"profile": "Profile", | ||
"security": "Security", | ||
"signout": "Sign out", | ||
"signup": "Sign up" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Iniciar sesión", | ||
"loginOrSignup": "Iniciar sesión / Registrarse", | ||
"profile": "Perfil", | ||
"security": "Seguridad", | ||
"signout": "Cerrar sesión", | ||
"signup": "Registrarse" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Connexion", | ||
"loginOrSignup": "Connexion / Inscription", | ||
"profile": "Profil", | ||
"security": "Sécurité", | ||
"signout": "Déconnexion", | ||
"signup": "Inscription" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Accedi", | ||
"loginOrSignup": "Accedi / Registrati", | ||
"profile": "Profilo", | ||
"security": "Sicurezza", | ||
"signout": "Esci", | ||
"signup": "Registrati" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "ログイン", | ||
"loginOrSignup": "ログイン / 登録", | ||
"profile": "プロフィール", | ||
"security": "セキュリティ", | ||
"signout": "ログアウト", | ||
"signup": "サインアップ" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "로그인", | ||
"loginOrSignup": "로그인 / 가입", | ||
"profile": "프로필", | ||
"security": "보안", | ||
"signout": "로그아웃", | ||
"signup": "가입" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Inloggen", | ||
"loginOrSignup": "Inloggen / Registreren", | ||
"profile": "Profiel", | ||
"security": "Veiligheid", | ||
"signout": "Uitloggen", | ||
"signup": "Registreren" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Zaloguj się", | ||
"loginOrSignup": "Zaloguj się / Zarejestruj się", | ||
"profile": "Profil użytkownika", | ||
"security": "Bezpieczeństwo", | ||
"signout": "Wyloguj", | ||
"signup": "Zarejestruj się" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Entrar", | ||
"loginOrSignup": "Entrar / Registrar", | ||
"profile": "Perfil", | ||
"security": "Segurança", | ||
"signout": "Sair", | ||
"signup": "Cadastre-se" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"login": "Войти", | ||
"loginOrSignup": "Войти / Зарегистрироваться", | ||
"profile": "Профиль", | ||
"security": "Безопасность", | ||
"signout": "Выйти", | ||
"signup": "Зарегистрироваться" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.