HelloGitHub-Team / geese

采用 Next.js 构建的开源爱好者社区。An open-source enthusiast community built with Next.js.
https://hellogithub.com
Apache License 2.0
296 stars 72 forks source link

增加登录方式 #95

Closed 521xueweihan closed 1 year ago

521xueweihan commented 1 year ago
github-actions[bot] commented 1 year ago

Branch i95-增加登录方式 created!

521xueweihan commented 1 year ago

背景

因为微信网页授权登录,移动端无法实现非微信浏览器登录,所以需要增加一种 OAuth 登录方式,下面是增加 GitHub 登录方式遇到的问题。

之前仅支持 微信授权登录,所以没有选择登录方式的页面,这次加了 GitHub 的登录方式,就需要有一个「登录选择的对话框」。样式如下:

image

PC 端正常,但是移动端 header 处「登录按钮」唤出对话框后定位有问题,如下:

image

另外,如果想要在提交项目/评论/点赞时,未登录自动唤出「登录对话框」传入的 children 节点值不符合预期,对话框弹不出来!代码如下:

https://github.com/HelloGitHub-Team/geese/blob/i95-%E5%A2%9E%E5%8A%A0%E7%99%BB%E5%BD%95%E6%96%B9%E5%BC%8F/src/hooks/useLoginContext.tsx