From fa3deeffbfa622ecd1869af2563940fb3143e94e Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sun, 18 Jul 2021 18:37:13 +0300 Subject: [PATCH] webui: remove jquery dependencies and clean-up websocket API Refactor WebUI: - remove jquery dependency from the base custom.js and use vanilla JS - remove jquery + jquery-datatables dependency from the RFM69 module - replace jquery-datatables handlers with pure-css table + some basic cell filtering (may be incomplete, but tbh it is not worth additional 50Kb to the .bin size) - introduce a common way to notify about the app errors, show small text notification at the top of the page instead of relying on user to find out about errors by using the Web Developer Tools - replace with - replace
templates with