mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 03:26:04 +02:00
Fix UI performance issue in the dashboard [#1064]
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* More robust styling of admin themes page [#1067](https://github.com/getgrav/grav-plugin-admin/pull/1067)
|
||||
* Fix fullscreen editor height [#1065](https://github.com/getgrav/grav-plugin-admin/pull/1065)
|
||||
* Fix small UI issue in the editor with `codemirror.lineNumbers` && `codemirror.styleActiveLine` enabled
|
||||
* Fix UI performance issue in the dashboard [#1064](https://github.com/getgrav/grav-plugin-admin/issues/1064)
|
||||
|
||||
# v1.3.3
|
||||
## 04/12/2017
|
||||
|
||||
@@ -27,9 +27,6 @@ KeepAlive.start();
|
||||
global.setInterval(() => {
|
||||
contentScrollbar.update();
|
||||
sidebar.scroller.update();
|
||||
Object.keys(Dashboard.Chart.Instances).forEach((chart) => {
|
||||
Dashboard.Chart.Instances[chart].chart.update();
|
||||
});
|
||||
}, 150);
|
||||
|
||||
// global event to catch sidebar_state changes
|
||||
|
||||
12
themes/grav/js/admin.min.js
vendored
12
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user