tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
feat: display repost count
finxol.io
3 months ago
7ca9a999
43ed5917
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+16
-3
3 changed files
expand all
collapse all
unified
split
app
components
BskyComments.vue
package.json
pnpm-lock.yaml
+5
-3
app/components/BskyComments.vue
reviewed
···
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
41
-
<span>
42
42
-
{{post.post.likeCount}}
43
43
-
</span>
41
41
+
{{post.post.likeCount}}
42
42
+
</p>
43
43
+
<p class="text-gray-500 text-sm" title="Reposts">
44
44
+
<Icon name="bx:repost" class="-mb-[2px] mr-1" />
45
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
reviewed
···
15
15
"@atcute/bluesky": "^3.2.10",
16
16
"@atcute/client": "^4.0.5",
17
17
"@atcute/lexicons": "^1.2.4",
18
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
reviewed
···
17
17
'@atcute/lexicons':
18
18
specifier: ^1.2.4
19
19
version: 1.2.4
20
20
+
'@iconify-json/bx':
21
21
+
specifier: ^1.2.2
22
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
464
+
465
465
+
'@iconify-json/bx@1.2.2':
466
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
5189
+
dependencies:
5190
5190
+
'@iconify/types': 2.0.0
5191
5191
+
5192
5192
+
'@iconify-json/bx@1.2.2':
5183
5193
dependencies:
5184
5194
'@iconify/types': 2.0.0
5185
5195