Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebUI fix change detection of input elements #1986

Merged
merged 35 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2a49299
WebUI: fix change detection of input elements
mcspr Nov 10, 2019
88b6e60
handle dynamic settings like wifi, schedule, rpn etc
mcspr Nov 10, 2019
5015c92
manage apikey change state
mcspr Nov 10, 2019
7d3290a
fix httpapi log
mcspr Nov 10, 2019
a0b9a34
match scheduler defaults
mcspr Nov 10, 2019
071d05e
rebuild
mcspr Nov 10, 2019
9d9cefc
use array
mcspr Nov 12, 2019
6da7ee1
fix indexed keys -> array conversion
mcspr Nov 12, 2019
6e92307
rewrite originals based on current value
mcspr Nov 12, 2019
9fcf4cc
add missing funcs
mcspr Nov 12, 2019
e2e76a4
fix reordered data
mcspr Nov 12, 2019
dc5bf3d
blobs
mcspr Nov 12, 2019
a47a0b2
match the webui schwds default
mcspr Nov 12, 2019
477f552
fixup! match the webui schwds default
mcspr Nov 13, 2019
c0d4ab0
fix erasing networks and schedules when on password page
mcspr Nov 13, 2019
35386ce
blobs
mcspr Nov 13, 2019
728c19b
(test/not-really-working) track whole settings group
mcspr Nov 14, 2019
aa73e47
(test-again) workaround for "select"
mcspr Nov 14, 2019
754f7b5
Merge remote-tracking branch 'origin/dev' into web/explicit-originals
mcspr Dec 4, 2019
9cd08c1
fix uglifyjs not compressing anything
mcspr Dec 4, 2019
97625c4
use settingsTarget for resulting data keys
mcspr Dec 4, 2019
c79d3b9
fix weblog var scope
mcspr Dec 6, 2019
9fc7cf0
debug
mcspr Dec 6, 2019
46a44dc
fix toString order
mcspr Dec 6, 2019
c556862
only cleanup when empty
mcspr Dec 6, 2019
916b43c
fix code remover args & missing lightfox module
mcspr Dec 6, 2019
7416ddc
Merge remote-tracking branch 'origin/dev' into web/explicit-originals
mcspr Dec 14, 2019
e578a1c
fix small target
mcspr Dec 14, 2019
f614d90
group needs to change for cleanup
mcspr Dec 14, 2019
f0a8824
ensure originals are always reset
mcspr Dec 14, 2019
dbeeb10
blobs
mcspr Dec 14, 2019
cfad3e3
codacy woes
mcspr Dec 14, 2019
cb4bf16
Merge remote-tracking branch 'origin/dev' into web/explicit-originals
mcspr Dec 17, 2019
e5bf4f4
add rpn lists to cleanup routine
mcspr Dec 17, 2019
2affee7
codacy again
mcspr Dec 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rebuild
  • Loading branch information
mcspr committed Nov 10, 2019
commit 071d05e50c387db02bac44d6e220c2ecf0c2bd1a
Binary file modified code/espurna/data/index.all.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.light.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.lightfox.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfbridge.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.rfm69.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.sensor.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.small.html.gz
Binary file not shown.
Binary file modified code/espurna/data/index.thermostat.html.gz
Binary file not shown.
4,074 changes: 2,038 additions & 2,036 deletions code/espurna/static/index.all.html.gz.h

Large diffs are not rendered by default.

3,964 changes: 1,983 additions & 1,981 deletions code/espurna/static/index.light.html.gz.h

Large diffs are not rendered by default.

3,219 changes: 1,611 additions & 1,608 deletions code/espurna/static/index.lightfox.html.gz.h

Large diffs are not rendered by default.

3,249 changes: 1,626 additions & 1,623 deletions code/espurna/static/index.rfbridge.html.gz.h

Large diffs are not rendered by default.

7,816 changes: 3,909 additions & 3,907 deletions code/espurna/static/index.rfm69.html.gz.h

Large diffs are not rendered by default.

3,306 changes: 1,654 additions & 1,652 deletions code/espurna/static/index.sensor.html.gz.h

Large diffs are not rendered by default.

3,219 changes: 1,611 additions & 1,608 deletions code/espurna/static/index.small.html.gz.h

Large diffs are not rendered by default.

3,237 changes: 1,620 additions & 1,617 deletions code/espurna/static/index.thermostat.html.gz.h

Large diffs are not rendered by default.