ui-v2: basic timeline and reusable tile components (#2603)

Co-authored-by: Spencer Martin <spencermartin@block.xyz>
This commit is contained in:
Alex Hancock
2025-05-20 17:25:42 -04:00
committed by GitHub
parent 60cf753cad
commit 7356bd5df6
25 changed files with 1413 additions and 555 deletions

View File

@@ -26,8 +26,12 @@ async function createWindow() {
// Create the browser window with headless options when needed
const mainWindow = new BrowserWindow({
titleBarStyle: process.platform === 'darwin' ? 'hidden' : 'default',
trafficLightPosition: process.platform === 'darwin' ? { x: 16, y: 10 } : undefined,
frame: false,
width: 1200,
height: 800,
minWidth: 800,
...(isHeadless
? {
show: false,