From 02b0577ce2a73ecc63e07dbfa5573d5af631f9ca Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 3 Sep 2026 18:48:00 +0500 Subject: [PATCH] multi number sms suport --- app/src/main/assets/webui/index.html | 105 +++++++++++++++--- .../sh/sar/textpipe/data/model/ApiModels.kt | 8 +- .../sar/textpipe/server/routes/SmsRoutes.kt | 84 ++++++++++---- 3 files changed, 158 insertions(+), 39 deletions(-) diff --git a/app/src/main/assets/webui/index.html b/app/src/main/assets/webui/index.html index b15a64e..c41478a 100644 --- a/app/src/main/assets/webui/index.html +++ b/app/src/main/assets/webui/index.html @@ -242,6 +242,15 @@ z-index: 100; } + + .input-hint { + display: block; + margin-top: -8px; + margin-bottom: 12px; + font-size: 12px; + color: #888; + } + .modal { background: var(--bg-secondary); border-radius: 16px; @@ -315,7 +324,8 @@