Skip to content

Commit b664681

Browse files
committed
feat: add trakt connection
1 parent 5194851 commit b664681

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/routes/user/[login]/tabs/connectionItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div style="margin-top: 0px; margin-bottom: 30px;">
3838
<div class="flex items-center justify-between ">
3939
<div class="flex items-center space-x-4">
40-
<Avatar.Root class="h-12 w-12">
40+
<Avatar.Root class="h-11 w-11 rounded-none">
4141
<Avatar.Image src={platform.icon} alt={platform.name} />
4242
</Avatar.Root>
4343
<div><b>{platform.name}</b></div>

src/routes/user/[login]/tabs/connections.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ export const conns = [
3030
name: 'Kick',
3131
color: '#00e701',
3232
},
33+
{
34+
description: 'By linking your Trakt account, you allow PotatBotat to view your username and ID, view your watched shows and movies, and update your lists.',
35+
icon: 'https://walter-r2.trakt.tv/hotlink-ok/public/2024/favicon.png',
36+
name: 'Trakt',
37+
color: '#9F42C6',
38+
},
3339
{
3440
description: 'This connection is automatically linked based on your Twitch account.',
3541
icon: 'https://7tv.app/favicon.svg',

0 commit comments

Comments
 (0)