Commit graph

57 commits

Author SHA1 Message Date
Hendrik Rauh
2c83081646 added hash to status UI 2024-12-20 22:09:49 +01:00
Hendrik Rauh
0a7da09e23 switched the cards for better layout 2024-12-20 21:17:04 +01:00
Hendrik Rauh
1c78f3ca97 removed signal icon in status details 2024-12-20 21:12:41 +01:00
RaffaelW
39a8f50588 Merge branch 'HendrikRauh/issue33' of https://github.com/HendrikRauh/dmx-interface into HendrikRauh/issue33 2024-12-20 20:03:15 +01:00
RaffaelW
3723cb81a8 refactored MAC address formatting 2024-12-20 20:03:07 +01:00
Hendrik Rauh
babf7f47d0
Merge branch 'main' into HendrikRauh/issue33 2024-12-20 20:02:11 +01:00
RaffaelW
4d58f864d0 implemented retry mechanism for loading config data after esp restart 2024-12-20 18:27:32 +01:00
RaffaelW
ecfa24a2d7 increased delay between submitting and reloading the config 2024-12-20 18:03:35 +01:00
RaffaelW
83945995a5 show warning for scanning networks only in access-point mode 2024-12-20 17:44:51 +01:00
RaffaelW
b5999364e2 Add connection icons for signal strength 2024-12-19 23:35:45 +01:00
Hendrik Rauh
e3bc5f8bdc changed isome icons to white 2024-12-19 22:42:32 +01:00
Hendrik Rauh
1d2f4a08a0 updated and added icons 2024-12-19 22:06:35 +01:00
RaffaelW
44eaecc3f3 fixed whitespace and units 2024-12-19 21:44:46 +01:00
Hendrik Rauh
f38a915c6e added signal strength icons 2024-12-19 21:17:30 +01:00
RaffaelW
07dab3aadf Add CPU temperature display 2024-12-19 18:32:29 +01:00
RaffaelW
282b883b05 fixed error introduced through merging 2024-12-19 18:06:44 +01:00
Hendrik Rauh
3ccae6dd16 Rework favicon
Fixes #52
2024-12-19 18:06:44 +01:00
RaffaelW
b847fb3d20 select current ssid by default if connected via wifi-station 2024-12-19 18:06:44 +01:00
RaffaelW
303a0ae0fc shortened wifi scan warning 2024-12-19 18:06:44 +01:00
RaffaelW
53e42a0b0b made some input fields required 2024-12-19 18:02:37 +01:00
RaffaelW
e4fb246356 added slider for led brightness 2024-12-19 18:00:29 +01:00
RaffaelW
a3dc701d0b disabled automatic wifi scan when the configuration page loads to avoid disconnecting and added warning 2024-12-19 17:58:12 +01:00
RaffaelW
b097f81c95 fixed input/output toggle 2024-12-19 17:58:11 +01:00
RaffaelW
9e83851ddf added status ui 2024-12-19 17:55:52 +01:00
RaffaelW
90f8d7c07e added class to form and added section to prepare next commit 2024-12-19 17:55:37 +01:00
Raffael Wolf
23bb8eb8f2
Merge pull request #53 from HendrikRauh/HendrikRauh/issue52
new design
2024-12-17 16:57:03 +01:00
Hendrik Rauh
c0918a085a Rework favicon
Fixes #52
2024-12-16 15:57:23 +01:00
RaffaelW
6edc46f6fa select current ssid by default if connected via wifi-station 2024-12-15 23:28:55 +01:00
RaffaelW
2bc4b64b54 shortened wifi scan warning 2024-12-15 22:58:19 +01:00
RaffaelW
0d3a398f83 made some input fields required 2024-12-15 21:09:02 +01:00
RaffaelW
24876b6f63 Merge branch 'main' into DMX-3-configuration-WebUI 2024-12-15 19:11:50 +01:00
RaffaelW
4234732631 added slider for led brightness 2024-12-15 00:11:37 +01:00
RaffaelW
6276b1f74b disabled automatic wifi scan when the configuration page loads to avoid disconnecting and added warning 2024-12-14 22:42:59 +01:00
RaffaelW
d9afabbdac fixed input/output toggle 2024-12-14 21:14:26 +01:00
RaffaelW
e796da41ea Merge branch 'main' into DMX-5-switch-connection (artnet not working!!!) 2024-12-13 20:00:21 +01:00
RaffaelW
9a6c41f027 Merge branch 'DMX-5-switch-connection' into DMX-3-configuration-WebUI 2024-12-13 18:10:42 +01:00
Hendrik Rauh
b8444f36a0 basic favicon added
Fixes #18
2024-11-10 12:08:17 +01:00
RaffaelW
12aa87ac90 added logic for loading available networks 2024-11-09 22:38:37 +01:00
RaffaelW
421ca36e88 fixed index of wifi-sta and wifi-ap in frontend 2024-11-05 20:18:33 +01:00
RaffaelW
f0204c2477 implemented loading animation during requests 2024-11-05 09:11:36 +01:00
RaffaelW
c09dc17967 changed POST /reset to DELETE /config 2024-11-04 20:54:28 +01:00
RaffaelW
5620d966d1 added confirm dialog 2024-11-03 22:34:22 +01:00
RaffaelW
8a3bd49686 implemented reset of config 2024-11-03 22:27:12 +01:00
RaffaelW
fb142d0491 included ip method and connection in config 2024-11-03 13:51:18 +01:00
RaffaelW
f07cf0db61 added subnet and gateway input 2024-11-03 11:58:04 +01:00
RaffaelW
d3e405c35c fixed updating checkbox value 2024-11-03 00:37:21 +01:00
Hendrik Rauh
b0521908f0 Using more robust "Number.isNaN" 2024-11-02 23:57:30 +01:00
RaffaelW
327a379ea1 fixed html 2024-11-02 21:07:03 +01:00
RaffaelW
8fed61f78c added handler for PUT /config 2024-11-02 19:28:14 +01:00
RaffaelW
7b7ecec534 improved ui 2024-10-28 23:35:29 +01:00