feat: display repost count

authored by finxol.io and committed by Tangled 299eedbb c15e7239

Changed files
+16 -3
app
components
+5 -3
app/components/BskyComments.vue
··· 38 38 </p> 39 39 <p class="text-gray-500 text-sm" title="Likes"> 40 40 <Icon name="ri:heart-3-line" class="-mb-[2px] mr-1" /> 41 - <span> 42 - {{post.post.likeCount}} 43 - </span> 41 + {{post.post.likeCount}} 42 + </p> 43 + <p class="text-gray-500 text-sm" title="Reposts"> 44 + <Icon name="bx:repost" class="-mb-[2px] mr-1" /> 45 + {{post.post.repostCount}} 44 46 </p> 45 47 <p class="text-gray-500 text-sm" title="Bookmarks"> 46 48 <Icon name="ri:bookmark-line" class="-mb-[2px] mr-1" />
+1
package.json
··· 15 15 "@atcute/bluesky": "^3.2.10", 16 16 "@atcute/client": "^4.0.5", 17 17 "@atcute/lexicons": "^1.2.4", 18 + "@iconify-json/bx": "^1.2.2", 18 19 "@nuxt/content": "^3.8.0", 19 20 "@nuxt/icon": "1.11.0", 20 21 "@nuxtjs/tailwindcss": "^6.14.0",
+10
pnpm-lock.yaml
··· 17 17 '@atcute/lexicons': 18 18 specifier: ^1.2.4 19 19 version: 1.2.4 20 + '@iconify-json/bx': 21 + specifier: ^1.2.2 22 + version: 1.2.2 20 23 '@nuxt/content': 21 24 specifier: ^3.8.0 22 25 version: 3.8.0(@libsql/client@0.15.15)(better-sqlite3@12.4.1)(magicast@0.5.1) ··· 458 461 459 462 '@iconify-json/ant-design@1.2.5': 460 463 resolution: {integrity: sha512-SYxhrx1AFq2MBcXk77AERYz2mPhLQes1F0vtvG64+dJZWyge9studXo7MiR8PPeLjRjZdWRrReRbxiwdRMf70Q==} 464 + 465 + '@iconify-json/bx@1.2.2': 466 + resolution: {integrity: sha512-hZVx6LMEkYckScdRdUuQWcmv8Lm2au6Cnf799TLoR6YgiAfFvaJ4M5ElwcnExvCu8ntsS7jW89r0W5LwBAfZXQ==} 461 467 462 468 '@iconify-json/ri@1.2.6': 463 469 resolution: {integrity: sha512-tGXRmXtb8oFu8DNg9MsS1pywKFgs9QZ4U6LBzUamBHaw3ePSiPd7ouE64gzHzfEcR16hgVaXoUa+XxD3BB0XOg==} ··· 5180 5186 optional: true 5181 5187 5182 5188 '@iconify-json/ant-design@1.2.5': 5189 + dependencies: 5190 + '@iconify/types': 2.0.0 5191 + 5192 + '@iconify-json/bx@1.2.2': 5183 5193 dependencies: 5184 5194 '@iconify/types': 2.0.0 5185 5195