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(issue118): 个人主页展示按创作者、普通用户分割 #140

Merged
merged 4 commits into from
Feb 15, 2025

Conversation

perserve2013
Copy link
Contributor

  1. 将当前创作者页面左侧的课程等数量显示在右侧相应的选项卡上,格式为「Open Course (15)」这种;
  2. 将当前创作者页面右侧展示的内容通过另外的 URL 进行访问(暂定为 /u/:slug/creator)
  3. 无论是普通用户还是创作者,访问 /u/:slug 时,显示的内容与普通用户看到的页面一致。

1. 将当前创作者页面左侧的课程等数量显示在右侧相应的选项卡上,格式为「Open Course (15)」这种;
2. 将当前创作者页面右侧展示的内容通过另外的 URL 进行访问(暂定为 /u/:slug/creator)
3. 无论是普通用户还是创作者,访问 /u/:slug 时,显示的内容与普通用户看到的页面一致。
Copy link

vercel bot commented Feb 12, 2025

@perserve2013 is attempting to deploy a commit to the OpenBuild Team on Vercel.

A member of the Team first needs to authorize it.

@ourai ourai self-requested a review February 13, 2025 03:37
@ourai ourai self-assigned this Feb 13, 2025
@ourai ourai added the enhancement New feature or request label Feb 13, 2025
@ourai ourai added this to the 2025W07 milestone Feb 13, 2025
@ourai ourai linked an issue Feb 13, 2025 that may be closed by this pull request
@perserve2013
Copy link
Contributor Author

i committed new code, apply your approve to merge it into source.

Copy link

vercel bot commented Feb 14, 2025

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

Name Status Preview Updated (UTC)
openbuild-frontend ✅ Ready (Inspect) Visit Preview Feb 15, 2025 1:02pm

Copy link
Member

@ourai ourai left a comment

Choose a reason for hiding this comment

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

PublishedCountList.js 文件以及用到它的代码删除。

src/domain/profile/views/team-profile/TeamProfile.js Outdated Show resolved Hide resolved
src/domain/profile/views/team-profile/TeamProfile.js Outdated Show resolved Hide resolved
src/domain/profile/views/team-profile/TeamProfile.js Outdated Show resolved Hide resolved
src/domain/profile/views/team-profile/TeamProfile.js Outdated Show resolved Hide resolved
src/app/u/[handle]/creator/page.js Outdated Show resolved Hide resolved
src/app/u/[handle]/creator/page.js Show resolved Hide resolved
@perserve2013
Copy link
Contributor Author

已经按照修改说明进行代码修改并提交,提交的版本号是5d7d3b9cd0196ce2616c4fa26aa9487552410ae9

1. 在“tabs数组”的相应位置直接拼接。
@perserve2013
Copy link
Contributor Author

在tabs的相应位置直接拼接。
提交的版本号是df9450103ea373904594dc15c7cece3b06f8bbbf

@ourai ourai merged commit b226381 into openbuildxyz:test Feb 15, 2025
2 checks passed
@ourai ourai linked an issue Feb 15, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

用户信息区分出用户类型 个人主页展示按创作者、普通用户分割
2 participants