33 Commits

Author SHA1 Message Date
1391575853 Chore: Removes some unneeded console logging and changes logs to errors (#26235) 2020-07-10 15:07:04 +01:00
f12d47ef52 Chore: Typescript no-implicit any fixes progress (#17018)
* Chore: Typescript no-implicit any fixes progress

* Fixed tests

* Updated snapshot
2019-05-12 14:15:23 +02:00
a624c9713a Removed unused controllers and services 2019-02-05 15:09:56 +01:00
100ab0ba23 Merge branch 'master' into react-panels 2018-09-10 15:42:36 +02:00
72ab24f300 Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
154fbe2413 New TV Mode, dashboard toolbar update (layout change & new cycle view mode button) (#13025)
* wip: design update for navbar with kiosk mode button

* feat: progress on new view mode button

* css: view state refactorings

* feat: kiosk modes & playlist support

* feature: cycle tv mode feature, renamed view modes to TV, and Kiosk

* fix: updated the alert notification message

* fix: removed unused parameter

* fix: correct the css class set for tv mode

* some minor improvements to playlist
2018-08-30 11:52:31 +02:00
9b978b7203 tslint: autofix of let -> const (#13033) 2018-08-26 17:14:40 +02:00
91b343403c wip: minor fixes 2018-08-25 07:21:00 -07:00
7361d352bf Add comments 2018-07-12 15:38:41 +02:00
4ee4ca99be Prevent scroll on focus for iframe 2018-07-10 12:54:45 +02:00
9549aadd26 fix so that page scrollbars can be scrolled by keyboard on page load
The page scrollbars are custom, not rendered on the body element and
with css property overflow set for scroll to be enabled.
For being able to scroll the page using the keyboard when a
page loads, some custom code was needed.
This fix should both work when doing a full reload of a url and when
navigating to other pages/dashboards.
For those pages having an input field that are focused on load,
scrolling by keyboard (arrow up/down) will obviously not work.
2018-04-11 17:49:40 +02:00
25ec7b5b02 scrollbar: use native scroll for page 2018-04-11 14:30:39 +02:00
d3d64337b4 scrollbar: styles cleanup 2018-04-06 20:00:03 +03:00
b4ef55f5d0 scrollbar: fix potential memory leaks in event handlers 2018-04-05 11:51:32 +03:00
b69316752a scrollbar: fix dashboard width updating for different modes 2018-04-04 19:51:12 +03:00
4df4249aea scrollbar: fix dashboard width bug 2018-04-04 19:22:07 +03:00
77d2ee9add Initially move to baron scrollbar 2018-04-02 14:59:49 +03:00
8e81dc1e79 scrolling: faster wheelspeed
ref #11053
2018-03-06 20:08:00 +01:00
4ce862c5b4 scroll: use wheelpropagation. Ref #10772
Once the vertical scrollbar comes to its end position, it should
allow the page scroll bar to start scrolling.
2018-02-05 18:12:04 +01:00
e985a9cd7c ux: fixed issue with zoom on graph caused scroll, fixes #10696 2018-02-01 10:36:55 +01:00
aac1b250af ux: When adding a new panel we should scroll to top until we figure o… (#10417)
* ux: When adding a new panel we should scroll to top until we figure out a better solution #10299

* ux: Use jquery to add smooth scrolling when scrolling up to add a panel, and make sure to pass the scope to the event emitter, #10299

* ux: Add a close button to the "New panel"-box and make sure you scroll to top every time you click "Add panel" #10299
2018-01-09 15:27:53 +01:00
85879a7014 prettier: change to single quoting 2017-12-20 12:33:33 +01:00
fadfc665e4 tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
d83692aa80 dashboard: when changing route, scroll to top 2017-11-30 15:59:53 +01:00
1db9aeaac3 fix: when navigating, scroll to top 2017-11-30 10:50:10 +01:00
02e2d5da2b ux breadcrumb work 2017-11-23 21:50:20 +01:00
f18f1a1093 removing gemini scrollbar and replacing with perfect scrollbar, muuuch better 2017-11-23 11:12:32 +01:00
830c307bba progress on scrollable panels work 2017-11-21 14:30:33 +01:00
18337f610d Merge branch 'master' into develop 2017-09-22 08:42:07 +02:00
fed35909cc tech: progress on react poc 2017-09-21 13:32:57 +02:00
6609dbff90 ux: sidenav fixes and dashboard search changes 2017-08-17 12:06:51 +02:00
7bf6904119 ux: scrollbar stuff 2017-08-15 11:51:47 +02:00
9c50893221 progress on new design 2016-10-27 21:51:57 +02:00