From 75ef93ed80ecd2c586843070f916ed7e22d78106 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Mon, 17 Aug 2026 22:07:30 -0300 Subject: [PATCH] Add loading screen; add support for showing mentions; add support for mentioning. --- web/app.html | 15 +++++ web/src/app.ts | 83 +++++++++++++++++--------- web/src/states.ts | 17 ++++++ web/src/types.ts | 1 + web/src/ui.ts | 61 ++++++++++++++++++-- web/src/utils.ts | 16 ------ web/src/waha.ts | 5 +- web/style.css | 144 ++++++++++++++++++++++++++++++++-------------- 8 files changed, 248 insertions(+), 94 deletions(-) diff --git a/web/app.html b/web/app.html index 60771c3..41c918d 100644 --- a/web/app.html +++ b/web/app.html @@ -14,6 +14,19 @@ +
+

Pandora

+

Please wait...

+
+
+
+
+
+
+
+
+
+
+