-
Notifications
You must be signed in to change notification settings - Fork 10.2k
fix: add a upvote statistics widget to the dashboard #7990
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
base: main
Are you sure you want to change the base?
Conversation
|
|
ruibaby
left a comment
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.
感谢贡献,以下是修改建议。
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.
添加这个小部件即可,不建议修改已有的默认仪表盘配置,如果用户需要添加这个小部件,可以自行编辑。
Signed-off-by: Ryan Wang <[email protected]>
|
ruibaby
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ruibaby The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@qweasd50 需要在 #7990 (comment) 签署 CLA 才能进行合并。 |
@halo-dev/api-client
@halo-dev/components
@halo-dev/richtext-editor
@halo-dev/ui-shared
@halo-dev/ui-plugin-bundler-kit
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7990 +/- ##
============================================
+ Coverage 59.55% 60.77% +1.21%
- Complexity 3812 3947 +135
============================================
Files 677 692 +15
Lines 23248 23527 +279
Branches 1500 1525 +25
============================================
+ Hits 13846 14298 +452
+ Misses 8764 8503 -261
- Partials 638 726 +88 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



What type of PR is this?
/kind feature
What this PR does / why we need it:
将StatsEndpoint的所有资源展现在仪表盘中,包括已统计但未展示的点赞数量
Which issue(s) this PR fixes:
Fixes #7347
Special notes for your reviewer:
NONE
Does this PR introduce a user-facing change?