alpha
Login
or
Join now
flo-bit.dev
/
youtube-party-dj
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
hide chat button
author
Florian
date
2 years ago
(Jul 16, 2024, 12:56 PM +0200)
commit
c4cb59a3
c4cb59a3d265f7bccdc772c96e00cd595d82c2ba
parent
665dcaa3
665dcaa3a05577686713b7aa6cd0310630c4250f
+11
-11
1 changed file
Expand all
Collapse all
Unified
Split
common
client.tsx
+11
-11
common/client.tsx
View file
Reviewed
···
73
73
showSettings.val = false;
74
74
},
75
75
},
76
76
-
{
77
77
-
label: "chat",
78
78
-
onClick: () => {
79
79
-
console.log("chat");
80
80
-
activeView.val = "chat";
76
76
+
// {
77
77
+
// label: "chat",
78
78
+
// onClick: () => {
79
79
+
// console.log("chat");
80
80
+
// activeView.val = "chat";
81
81
82
82
-
showQueue.val = false;
83
83
-
showSearch.val = false;
84
84
-
showChat.val = true;
85
85
-
showSettings.val = false;
86
86
-
},
87
87
-
},
82
82
+
// showQueue.val = false;
83
83
+
// showSearch.val = false;
84
84
+
// showChat.val = true;
85
85
+
// showSettings.val = false;
86
86
+
// },
87
87
+
// },
88
88
{
89
89
label: "settings",
90
90
onClick: () => {