Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/channel/ChannelChip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
vertical
hide-yt
hide-twitter
hide-bluesky
hide-twitch
/>
<span class="grey--text text--lighten-1 ml-2">{{ channelName }}</span>
</div>
Expand Down
17 changes: 17 additions & 0 deletions src/components/channel/ChannelSocials.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
{{ mdiTwitch }}
</v-icon>
</v-btn>
<v-btn
v-if="channel.bluesky && !hideBluesky"
icon
large
:href="`https://bsky.app/profile/${channel.bluesky}`"
rel="noreferrer"
target="_blank"
>
<v-icon color="#0F73FF">
{{ icons.bluesky }}
</v-icon>
</v-btn>
<v-tooltip v-if="channel.type === 'vtuber' && !hideFav" bottom>
<template #activator="{ on, attrs }">
<v-btn
Expand Down Expand Up @@ -107,6 +119,11 @@ export default {
default: false,
required: false,
},
hideBluesky: {
type: Boolean,
default: false,
required: false,
},
hideFav: {
type: Boolean,
default: false,
Expand Down
3 changes: 3 additions & 0 deletions src/components/common/ReportDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
:channel="video.channel"
show-delete
hide-yt
hide-bluesky
hide-twitch
hide-fav
vertical
class="d-inline-block ml-4"
/>
Expand Down
2 changes: 2 additions & 0 deletions src/components/watch/WatchMentions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
vertical
hide-yt
hide-twitter
hide-bluesky
hide-twitch
/>
</v-list-item>
</template>
Expand Down
1 change: 1 addition & 0 deletions src/utils/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ export {

export const ytChat = "M20,2H4C2.9,2,2,2.9,2,4v18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2zM9.9,10.8v3.8h-2v-3.8L5.1,6.6h2.4l1.4,2.2 l1.4-2.2h2.4L9.9,10.8zM18.9,8.6h-2v6h-2v-6h-2v-2h6V8.6z";
export const tlChat = "M20,2H4C2.9,2,2,2.9,2,4v18l4-4h14c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M4,10h4v2H4V10zM14,16H4v-2h10V16z M20,16h-4v-2 h4V16z M20,12H10v-2h10V12z";
export const bluesky = "M6.335 4.588C8.628 6.315 11.095 9.817 12 11.696v4.963c0-.106-.041.014-.128.271-.473 1.392-2.318 6.827-6.538 2.483-2.222-2.288-1.193-4.575 2.852-5.266-2.314.395-4.916-.258-5.629-2.817C2.35 10.593 2 6.058 2 5.446 2 2.377 4.681 3.342 6.335 4.588ZM17.665 4.588C15.372 6.315 12.905 9.817 12 11.696v4.963c0-.106.041 .014.128 .271.473 1.392 2.318 6.827 6.538 2.483 2.222-2.288 1.193-4.575-2.852-5.266 2.314.395 4.916-.258 5.629-2.817C21.65 10.593 22 6.058 22 5.446c0-3.068-2.681-2.104-4.335-.858Z";