more sort of playing around

This commit is contained in:
talksik
2022-05-01 17:50:47 -05:00
parent ecf2b39d7f
commit 77f54dd609
3 changed files with 3 additions and 20 deletions
+2 -2
View File
@@ -44,13 +44,13 @@ const createWindow = (): void => {
transparent: true,
backgroundColor: "#00000000",
// backgroundColor: "#00000000",
frame: false,
roundedCorners: false,
});
// browserWindow.setBackgroundColor("#00000000");
browserWindow.setBackgroundColor("#00000000");
// browserWindow.setIgnoreMouseEvents(true);
// browserWindow.setFocusable(true);
@@ -194,23 +194,6 @@ const testLines: ILineDetails[] = [
[] // live broadcasters images
),
new LineDetails(
"line7",
"Thomas Shelby",
[
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSLsupI89wVbXLRzxaiHG_rezqk3FrqDeMmog&usqp=CAU",
],
2, // num members
false, // is user toggle tuned in
false, // is user broadcasting here
false, // is someone else broadcasting here
[], // stream images
[], //audio blocks
"last week", // time ago
false, //has new activity
[] // live broadcasters images
),
new LineDetails(
"line8",
"Nirvana Support",
@@ -25,7 +25,7 @@ export default function NirvanaTerminal({
);
return (
<div className="flex flex-col flex-1">
<div className="flex flex-col flex-1 bg-white">
{/* tuned in lines block */}
<div className="bg-gray-100 flex flex-col">
{/* tuned in header + general controls */}