framework/js/admin
Toby Zerner d1c436c4d5 Dramatically improve performance when typing in a modal
Since Mithril doesn't really offer granular redraw control, typing in a text input on a modal would trigger a redraw for the whole page (including the page content behind the modal) on every keystroke. This commit allows components to be "paused" so that their vdom subtree will be retained instead of reconstructed on subsequent redraws. When a modal is opened, we pause the main page component, and when it's closed, we unpause it. This means that while a modal is visible, only the content inside of the modal will be redrawn, dramatically improving performance.
2016-03-11 13:18:16 +10:30
..
dist Dramatically improve performance when typing in a modal 2016-03-11 13:18:16 +10:30
src Dramatically improve performance when typing in a modal 2016-03-11 13:18:16 +10:30
.gitignore Add compiled JS 2015-10-03 16:59:53 +09:30
Gulpfile.js External helpers are included by default now 2015-10-11 11:37:23 +10:30
package.json Externalize babel helpers. 2015-06-08 15:28:45 +09:30