From c3ebbf54339ccf77fdaf9e3302c3b3ce742446ae Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Mon, 12 Jan 2026 14:01:33 -0300 Subject: [PATCH] feat(botui): implement CSS lazy loading for faster index.html load - Add css-loader.js utility for on-demand stylesheet loading - Load critical CSS sync (app.css, base.css, theme-sentient.css) - Load non-critical CSS async (components, partials, apps-extended) - Add CSS links to all app HTML files for per-screen loading - Reduces initial payload from ~60K lines to ~5.7K lines --- botui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botui b/botui index 9b39088..08469ec 160000 --- a/botui +++ b/botui @@ -1 +1 @@ -Subproject commit 9b39088e378d29eef05a298f108e32249f5f71ec +Subproject commit 08469ecbf6ae8c70905af4f424f0b6df337f3756