-
Notifications
You must be signed in to change notification settings - Fork 43
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: popover component & new topic actions layout #580
Conversation
Preview Deployment
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #580 +/- ##
==========================================
+ Coverage 82.46% 82.69% +0.23%
==========================================
Files 98 100 +2
Lines 5953 6034 +81
Branches 421 424 +3
==========================================
+ Hits 4909 4990 +81
Misses 1038 1038
Partials 6 6
☔ View full report in Codecov by Sentry. |
</> | ||
)} | ||
{/* TODO: 实现绝交和报告疑虑功能 */} | ||
<Button type='text'>绝交</Button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
绝交是啥功能 (bgm38) (不是代码问题,纯好奇)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没有登录状态下只有楼层和发帖日期是不是最后不应该有分隔的竖线 |
#112
添加 Popover 组件,按照设计稿修改小组讨论按钮,顺带把按钮封装成了组件
Popover 的测试不知道怎么搞,测试框架好像获取不到完整的 CSS 样式,试了window.getComputeStyle
和toHaveStyle
都不行现在 E2E 测试已经覆盖了,那就不写了吧(