more sort of playing around
This commit is contained in:
@@ -44,13 +44,13 @@ const createWindow = (): void => {
|
|||||||
|
|
||||||
transparent: true,
|
transparent: true,
|
||||||
|
|
||||||
backgroundColor: "#00000000",
|
// backgroundColor: "#00000000",
|
||||||
|
|
||||||
frame: false,
|
frame: false,
|
||||||
roundedCorners: false,
|
roundedCorners: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
// browserWindow.setBackgroundColor("#00000000");
|
browserWindow.setBackgroundColor("#00000000");
|
||||||
|
|
||||||
// browserWindow.setIgnoreMouseEvents(true);
|
// browserWindow.setIgnoreMouseEvents(true);
|
||||||
// browserWindow.setFocusable(true);
|
// browserWindow.setFocusable(true);
|
||||||
|
|||||||
@@ -194,23 +194,6 @@ const testLines: ILineDetails[] = [
|
|||||||
[] // live broadcasters images
|
[] // 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(
|
new LineDetails(
|
||||||
"line8",
|
"line8",
|
||||||
"Nirvana Support",
|
"Nirvana Support",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export default function NirvanaTerminal({
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col flex-1">
|
<div className="flex flex-col flex-1 bg-white">
|
||||||
{/* tuned in lines block */}
|
{/* tuned in lines block */}
|
||||||
<div className="bg-gray-100 flex flex-col">
|
<div className="bg-gray-100 flex flex-col">
|
||||||
{/* tuned in header + general controls */}
|
{/* tuned in header + general controls */}
|
||||||
|
|||||||
Reference in New Issue
Block a user