From 509a15562096622bc8700e02f03e8b8271eb6f31 Mon Sep 17 00:00:00 2001 From: Kevin Rose Date: Wed, 20 Sep 2017 12:32:05 -0400 Subject: [PATCH 1/5] separated the md-content elements in cacheDisplay.html so that M.A.Q. doesnt have the dark theme --- src/cacheDisplay.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/cacheDisplay.html b/src/cacheDisplay.html index c208fd0..8ce0e26 100644 --- a/src/cacheDisplay.html +++ b/src/cacheDisplay.html @@ -28,9 +28,9 @@ -
+
- +
@@ -47,12 +47,11 @@
delete - - +
@@ -72,11 +71,10 @@ delete -
-
+
- +
@@ -157,6 +155,8 @@ {{$ctrl.fileName}} Upload + + Memory Access Queue @@ -178,7 +178,8 @@
- +
+ skip_previous From 05dc378cfebe5f10a89ad69b1dc18cd0b333fde3 Mon Sep 17 00:00:00 2001 From: Kevin Rose Date: Wed, 20 Sep 2017 14:02:33 -0400 Subject: [PATCH 2/5] update PR to not overwrite clickable cache display functionality --- src/cacheDisplay.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cacheDisplay.html b/src/cacheDisplay.html index 8ce0e26..4726025 100644 --- a/src/cacheDisplay.html +++ b/src/cacheDisplay.html @@ -28,9 +28,9 @@ -
+
- +
@@ -51,7 +51,7 @@ - +
@@ -72,11 +72,11 @@
-
+
- +
{{$ctrl.caches[2].title}} From c70637ed85dc4987581f102b3adc98a114d9d19a Mon Sep 17 00:00:00 2001 From: Kevin Rose Date: Wed, 20 Sep 2017 14:03:59 -0400 Subject: [PATCH 3/5] whoops --- src/cacheDisplay.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cacheDisplay.html b/src/cacheDisplay.html index 4726025..5ba4c5c 100644 --- a/src/cacheDisplay.html +++ b/src/cacheDisplay.html @@ -74,9 +74,9 @@
- + - +
{{$ctrl.caches[2].title}} From 6773d71612fe01d182c332dfd7cde1754a3594c1 Mon Sep 17 00:00:00 2001 From: Kevin Rose Date: Wed, 20 Sep 2017 17:36:14 -0400 Subject: [PATCH 4/5] update cacheDisplay to have the whole sidebar be a light theme with blue/dark blue colors --- app.js | 4 ++++ src/cacheDisplay.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 82e8816..c45ba4f 100644 --- a/app.js +++ b/app.js @@ -5,6 +5,10 @@ simulator.config(function($mdThemingProvider) { .primaryPalette('blue') .accentPalette('blue-grey') .dark(); + + $mdThemingProvider.theme('docs-light') + .primaryPalette('blue') + .accentPalette('blue-grey'); }); simulator.controller('IndexController', ['$scope', function($scope) { diff --git a/src/cacheDisplay.html b/src/cacheDisplay.html index c208fd0..f1bdba0 100644 --- a/src/cacheDisplay.html +++ b/src/cacheDisplay.html @@ -100,7 +100,7 @@
- + From f43f2bfdd5321dc64845c5b19165b8db22031b5e Mon Sep 17 00:00:00 2001 From: Kevin Rose Date: Wed, 20 Sep 2017 17:43:04 -0400 Subject: [PATCH 5/5] ok should be good now --- src/cacheDisplay.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/cacheDisplay.html b/src/cacheDisplay.html index ae5c346..f15c3b0 100644 --- a/src/cacheDisplay.html +++ b/src/cacheDisplay.html @@ -47,6 +47,7 @@
delete + @@ -71,6 +72,7 @@ delete +
@@ -155,8 +157,6 @@ {{$ctrl.fileName}} Upload - - Memory Access Queue @@ -178,8 +178,7 @@
-
- + skip_previous @@ -193,7 +192,7 @@ Speed
- +