From a7e8e64d7839135f856ef3a2ce24629333ebfb0e Mon Sep 17 00:00:00 2001 From: Matt Toback Date: Fri, 15 Apr 2016 19:52:18 -0400 Subject: [PATCH] The beginnings of the build mode and rows --- public/app/core/directives/dash_class.js | 2 - .../features/dashboard/dashnav/dashnav.html | 4 ++ public/app/features/dashboard/keybindings.js | 2 +- .../features/dashboard/partials/settings.html | 5 +-- public/app/features/dashboard/rowCtrl.js | 5 +++ public/app/partials/dashboard.html | 9 ++-- public/sass/_variables.dark.scss | 4 ++ public/sass/_variables.light.scss | 4 ++ public/sass/pages/_dashboard.scss | 42 ++++++++++++++++--- 9 files changed, 61 insertions(+), 16 deletions(-) diff --git a/public/app/core/directives/dash_class.js b/public/app/core/directives/dash_class.js index 13911712e37..91836e34150 100644 --- a/public/app/core/directives/dash_class.js +++ b/public/app/core/directives/dash_class.js @@ -10,8 +10,6 @@ function (_, $, coreModule) { return { link: function($scope, elem) { - var lastHideControlsVal; - $scope.onAppEvent('panel-fullscreen-enter', function() { elem.toggleClass('panel-in-fullscreen', true); }); diff --git a/public/app/features/dashboard/dashnav/dashnav.html b/public/app/features/dashboard/dashnav/dashnav.html index 9afd152d8aa..927a3fd7d3b 100644 --- a/public/app/features/dashboard/dashnav/dashnav.html +++ b/public/app/features/dashboard/dashnav/dashnav.html @@ -51,6 +51,10 @@
  • Delete dashboard
  • +
  • + + Leave Build Mode +