From d8885e5b5f84c25f903d2e7b607a25f2ec603ee0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 21 Jun 2018 20:59:55 -0700 Subject: [PATCH] Add reminder to do responsive layout --- js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/index.js b/js/index.js index e539ec79..9da854f0 100644 --- a/js/index.js +++ b/js/index.js @@ -120,6 +120,7 @@ Raven.context(() => { isVisualizer: true, Component: MilkdropWindow }); + // TODO: Pick a layout dependent upon the window size. __initialWindowLayout = { main: { position: { x: 0, y: 0 } }, equalizer: { position: { x: 0, y: 116 } },