Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Sep 17, 2023
2 parents e55fe78 + 92d76b1 commit 651cddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/comment-widget/src/components/Comment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ provide<Ref<string[]>>("upvotedReplies", upvotedReplies);
:page="comments.page"
:size="comments.size"
:total="comments.total"
:size-options="[20, 30, 50, 100]"
class="bg-transparent"
@change="handlePaginationChange"
/>
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: plugin.halo.run/v1alpha1
kind: Plugin
metadata:
name: PluginCommentWidget
annotations:
# Add supports for Halo App Store
# https://halo.run/store/apps/app-YXyaD
"store.halo.run/app-id": "app-YXyaD"
spec:
enabled: true
requires: ">=2.6.0"
Expand Down

0 comments on commit 651cddb

Please sign in to comment.