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: add user profile page #2433

Merged
merged 8 commits into from
May 13, 2024
Merged

✨ feat: add user profile page #2433

merged 8 commits into from
May 13, 2024

Conversation

canisminor1990
Copy link
Member

💻 变更类型 | Change Type

  • ✨ feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • ⚡️ perf
  • 📝 docs

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

Copy link

vercel bot commented May 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-community ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 9:30am

@lobehubbot
Copy link
Member

👍 @canisminor1990

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.14%. Comparing base (760fe67) to head (303a88f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2433      +/-   ##
==========================================
+ Coverage   93.07%   93.14%   +0.06%     
==========================================
  Files         317      320       +3     
  Lines       19115    19323     +208     
  Branches     2270     2272       +2     
==========================================
+ Hits        17791    17998     +207     
- Misses       1324     1325       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

locales/nl-NL/common.json Outdated Show resolved Hide resolved
src/features/User/UserLoginOrSignup.tsx Show resolved Hide resolved
src/features/User/UserPanel/useMenu.tsx Outdated Show resolved Hide resolved
@canisminor1990
Copy link
Member Author

@arvinxx done

@canisminor1990
Copy link
Member Author

@arvinxx

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


@arvinxx

@arvinxx
Copy link
Contributor

arvinxx commented May 13, 2024

Topic 的改动不要合在这个 PR 里,单独拆出去

@lobehubbot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Topic changes should not be included in this PR, separate them separately.

@arvinxx arvinxx changed the title ✨ feat: Add profile routes and tests files ✨ feat: add user profile page May 13, 2024
@arvinxx arvinxx merged commit 91f7294 into main May 13, 2024
10 checks passed
@arvinxx arvinxx deleted the feat/profile branch May 13, 2024 09:41
@lobehubbot
Copy link
Member

❤️ Great PR @canisminor1990 ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx@canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

github-actions bot pushed a commit that referenced this pull request May 13, 2024
## [Version 0.158.0](v0.157.2...v0.158.0)
<sup>Released on **2024-05-13**</sup>

#### ✨ Features

- **misc**: Add user profile page.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add user profile page, closes [#2433](#2433) ([91f7294](91f7294))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@lobehubbot
Copy link
Member

🎉 This PR is included in version 0.158.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to bentwnghk/lobe-chat that referenced this pull request May 13, 2024
## [Version&nbsp;1.38.0](v1.37.2...v1.38.0)
<sup>Released on **2024-05-13**</sup>

#### ✨ Features

- **misc**: Add user profile page.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add user profile page, closes [lobehub#2433](https://github.com/bentwnghk/lobe-chat/issues/2433) ([91f7294](91f7294))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
TheNameIsNigel pushed a commit to TheNameIsNigel/lobe-chat that referenced this pull request May 15, 2024
* ✨ 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
TheNameIsNigel pushed a commit to TheNameIsNigel/lobe-chat that referenced this pull request May 15, 2024
## [Version&nbsp;0.158.0](lobehub/lobe-chat@v0.157.2...v0.158.0)
<sup>Released on **2024-05-13**</sup>

#### ✨ Features

- **misc**: Add user profile page.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add user profile page, closes [lobehub#2433](lobehub#2433) ([91f7294](lobehub@91f7294))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
akvsdk pushed a commit to akvsdk/lobe-chat that referenced this pull request May 20, 2024
* ✨ 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
akvsdk pushed a commit to akvsdk/lobe-chat that referenced this pull request May 20, 2024
## [Version&nbsp;0.158.0](lobehub/lobe-chat@v0.157.2...v0.158.0)
<sup>Released on **2024-05-13**</sup>

#### ✨ Features

- **misc**: Add user profile page.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Add user profile page, closes [lobehub#2433](lobehub#2433) ([91f7294](lobehub@91f7294))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants