toggledbits / Reactor

Reactor (for Vera and openLuup) is a Vera Home Automation plugin that provides advanced programmable logic.
17 stars 0 forks source link

Feature request to hide unused activity groups #24

Closed Tarkus-NJ closed 5 years ago

Tarkus-NJ commented 5 years ago

Feature request to hide unused activity groups to make for a cleaner UI. Perhaps a radio button on the group conditional or at the root of activities to toggle on/off.

toggledbits commented 5 years ago

Yeah... that list gets out of hand quickly, doesn't it?

Tarkus-NJ commented 5 years ago

Yes it does.

toggledbits commented 5 years ago

I haven't finished playing with this yet, so it didn't make it into 19087, but it will definitely make the next release.

toggledbits commented 5 years ago

After playing with it for a while, I've convinced myself that hiding unused activities isn't quite enough, so I've now got it where you can hide unused activities and collapse individual activities (same as collapsing conditions).

toggledbits commented 5 years ago

This is in 3.0beta-19090

Tarkus-NJ commented 5 years ago

This looks great Patrick.

Thank you!

toggledbits commented 5 years ago

BTW, the selected display mode, "All" or "In Use" should be persistent across all ReactorSensors (i.e. if you choose "In Use" while looking at ReactorSensor A, then that should be the display mode when you go in to ReactorSensor B).

I did not make the individual activity collapse states persistent, however.