zwave-js / node-red-contrib-zwave-js

The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.
MIT License
47 stars 6 forks source link

Updating html files #216

Closed crxporter closed 2 years ago

crxporter commented 2 years ago

Cleaning up the html files for nodes - focusing on input fields.

crxporter commented 2 years ago

I plan to update other files in this PR but I got "stuck" at one spot. I'll get back to it soon.

marcus-j-davies commented 2 years ago

Have converted it to draft. 👍

crxporter commented 2 years ago

Current state:

need to "widen" the fields for encryption keys need to calculate the height of the filter set

cronplus example for the filters height: https://github.com/Steve-Mcl/node-red-contrib-cron-plus/blob/bfd8c2af24bad93319abdf32a08ba6b6721917ff/cronplus.html#L2107

marcus-j-davies commented 2 years ago

@crxporter

add this after line 31 in event-filter.html

oneditresize: function(size) {
            $('#filtersets').editableList('height',(size.height-70));
}
crxporter commented 2 years ago

I'm in over my head. I think I've done good work but I might have missed a few.