node-red/packages/node_modules/@node-red/editor-client/src/js
Nick O'Leary 97fd34150f
EditableList/TreeList - defer adding elements to DOM
Whenever a DOM element is modified, it causes the browser to re-examine
the whole hierarchy around the element to see if anything needs to change.

This can cause a lot of extra work if an element is added to the DOM and
then a lot of updates are applied to the element.

It is much better to get the element as close to its final state as
possible *before* adding it to the DOM.
2020-06-10 00:42:11 +01:00
..
text Found some more ids and classes to namespace 2019-05-16 22:32:28 +01:00
ui EditableList/TreeList - defer adding elements to DOM 2020-06-10 00:42:11 +01:00
comms.js Upgrade to jq 3.3.1 / jq-ui 1.12.1 2019-04-29 11:50:15 +01:00
events.js Add more consistent events in the editor 2020-04-20 22:23:34 +01:00
font-awesome.js Tidy up appearance tab in edit dialog 2018-10-22 14:41:47 +01:00
history.js Fix up event handling when deleting groups and tabs 2020-06-03 14:23:26 +01:00
i18n.js Rework Subflow Instance property UI (#2236) 2019-08-12 15:01:54 +01:00
jquery-addons.js Add more ui tooltips 2018-10-24 22:57:16 +01:00
keymap.json [groups] Add copy/paste group style actions 2020-03-26 15:24:02 +00:00
main.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00
nodes.js Track subflow instances on the subflow node itself 2020-06-08 11:49:43 +01:00
polyfills.js remove JSONata Arra.from check for IE11 2020-05-28 13:22:14 +09:00
red.js Add loading progress bar 2020-05-11 16:27:22 +01:00
settings.js Re-enable jshint on editor and fixup issues 2020-01-22 11:53:41 +00:00
user.js Add red-ui-button class to strategy login button 2019-09-10 09:54:15 +01:00
validators.js pull out editor-client and editor-api 2018-08-17 22:10:54 +01:00