Various improvements for usability and consistency and inclusion of PWA handling.

This commit is contained in:
2026-07-09 20:03:41 -05:00
parent 941ce78bfd
commit 0a400e3039
23 changed files with 439 additions and 133 deletions

View File

@@ -158,10 +158,13 @@ void handleApisGet();
void handleApisPost();
void handleSettingsGet();
void handleSettingsPost();
void handleNetworkSettingsGet();
void handleNetworkSettingsPost();
void handleLogsGet();
void handleLogsClear();
void handleFilesList();
void handleFileDownload();
void handleRestart();
void handleFactoryReset();
void handleConfigExport();
void handleConfigImport();