Torkel Ödegaard
a64604de6b
UI improvements to search result list (larger click are for dashboard title link, plus UI look polish), Closes #709
2014-08-18 16:38:04 +02:00
Torkel Ödegaard
4d1102db0b
Panel edit state is working pretty good now, #672
2014-08-13 15:02:57 +02:00
Torkel Ödegaard
fc686ca618
Fullscreen & edit state persisted to url is nearing completion, refactored fullscreen state management to a special dashboardViewState object, Issue #672
2014-08-13 10:07:32 +02:00
Torkel Ödegaard
965c1f0353
Chart: Possible fix for stuck tooltip (annotation or time series point hover tooltip would not disappear), Fixes #450
2014-08-07 09:00:52 +02:00
Torkel Ödegaard
77bfd85e9e
Changed all kibana words to grafana
2014-07-28 18:11:52 +02:00
Torkel Ödegaard
257ea391da
fixed issues with unsaved changes srv
2014-06-12 16:35:58 +02:00
Torkel Ödegaard
4c64bcfae7
keyboard binding now work again
2014-06-12 13:37:40 +02:00
Torkel Ödegaard
5f3991127b
refactoring progress
2014-06-08 14:40:44 +02:00
Torkel Ödegaard
b995dc54f1
further refactoring
2014-06-07 21:00:05 +02:00
Torkel Ödegaard
79404e754e
started on some big refactoring of how the app starts and how dashboard object is loaded, created. This should make it easier to add other dashboard storage backends and other views
2014-06-07 19:43:15 +02:00
Torkel Ödegaard
ce8bdabab8
Adding JSCS (javascript style checker)
2014-06-07 07:05:42 +02:00
Torkel Ödegaard
e2dae1f484
cleanup of unused code, small style changes
2014-05-27 18:18:05 +02:00
Harald Kraemer
4b8b961705
Warnings in dashboardKeybindings.js
2014-05-19 17:04:59 +02:00
Harald Kraemer
4a362704fd
Moved dashboard keybinding setup to own service.
...
The goal is to split up the situation between the dashboard
controller and the current dashboard service. I want to be
able to use the routing in order to select various dashboard
controllers, so I can extend the current scripting
mechanism by implementing new dashboard controllers.
However, to do this in a non-insane way, I need to move as
much functionality as possible into services, so the individual
controllers just need to throw the right set of services
together and add a bit of loading logic.
2014-05-15 15:04:23 +02:00