diff --git a/css/ui.css b/css/ui.css index 8b72adbb..b07f1af9 100644 --- a/css/ui.css +++ b/css/ui.css @@ -121,6 +121,7 @@ div.mem_info a.selected { padding-right:4px; padding-top:2px; padding-bottom:2px; + margin:1px; } .btn_label { color: #ccc; @@ -130,14 +131,17 @@ div.mem_info a.selected { .btn_group.view_group { } .btn_active { - color: #33cc33; + color: #33cc33 !important; } .btn_stopped { - color: #ff9933; + color: #ff9933 !important; } .btn_recording { color: #ff3333; } +.btn_toolbar { + margin:4px; +} span.hilite { color: #ff66ff; } diff --git a/doc/notes.txt b/doc/notes.txt index c911308f..339f2221 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -93,6 +93,7 @@ TODO: - put globals into view/controller objects - upload binary files doesn't do what's expected, changing pulldown and whatnot - chrome autostart audio: https://github.com/processing/p5.js-sound/issues/249 +- firefox autostart audio: https://support.mozilla.org/en-US/kb/block-autoplay - show player controls for each platform, allow touch support, navigator.getGamepads - better undo/diff for mistakes? - ide bug/feature visualizer for sponsors @@ -111,6 +112,8 @@ TODO: - per-View keyboard shortcuts - crt0.s compiled each time? - debug highlight doesn't go away when debugging -> running + - parse labels + - editing too fast refreshes kills the editor WEB WORKER FORMAT diff --git a/index.html b/index.html index b6f55686..42c3add7 100644 --- a/index.html +++ b/index.html @@ -137,49 +137,49 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - +   -