-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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: show sso providers for next-auth in profile page #5303
base: main
Are you sure you want to change the base?
Conversation
@cy948 is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @cy948 Thank you for raising your pull request and contributing to our Community |
4c3e9c6
to
ff1eea3
Compare
6f02251
to
dc0a877
Compare
4591699
to
5300f94
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5303 +/- ##
==========================================
- Coverage 91.69% 91.65% -0.04%
==========================================
Files 681 681
Lines 62025 62172 +147
Branches 3080 3083 +3
==========================================
+ Hits 56872 56982 +110
- Misses 5153 5190 +37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
这个 Ready 了么? |
Is this Ready? |
ready 了,只是忘改标题了😂 |
I just forgot to change the title 😂 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
【第三方账户绑定】 改个名字叫 【连接的帐户】 吧? 其他我没问题了。 |
[Third-party account binding] Change the name to [Connected Account], right? |
13395c0
to
bf703df
Compare
@arvinxx Auth0的没 colors https://ui.lobehub.com/components/icons/auth0 |
@arvinxx Auth0's colors https://ui.lobehub.com/components/icons/auth0 |
@cy948 emmm 那是不是应该用黑色的?现在亮色下是白的看不太清。 另外解决下冲突?其他我没问题了 |
@cy948 emmm Shouldn't it be used in black? Now it is white under the bright color and it is hard to see clearly. Also resolve the conflict? I'm fine with the rest |
bf703df
to
3a10dc2
Compare
@arvinxx auth0和github的非彩色图标在浅色模式下是灰色的。auth0 可以让 lobeicons 多加个彩色的,但 github 就没彩色的好像。 |
@arvinxx The non-colored icons of auth0 and github are gray in light-color mode. auth0 can add more color to lobeicons, but github doesn't seem to have color. |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
src/app/(main)/profile/(home)/Client.tsx
: 在 proflie 页中添加 SSO提供商列表;src/app/(main)/profile/(home)/features/SSOProvidersList/AuthIcons.tsx
:从 lobe-ui 中导入 SSO 提供商的 iconssrc/app/(main)/profile/(home)/features/SSOProvidersList/index.tsx
src/database/server/models/user.ts
:定义获取 SSO 提供商列表的查询语句src/locales/default/auth.ts
:定义前端页面的翻译**/auth.json
:翻译服务层变更:
src/server/routers/lambda/user.ts
src/server/routers/lambda/user.ts
src/services/user/_deprecated.ts
src/services/user/client.ts
src/services/user/server.ts
src/services/user/type.ts
src/types/user/index.ts
📝 补充信息 | Additional Information