From 05511ed4ca0ae85f71f0b757a8f874d1d6cdd4aa Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Fri, 7 Feb 2025 22:08:56 +0800 Subject: [PATCH] Updated tag system design - Added search-able tag dropdown - Implemented realtime quick search - Added better tag coloring --- src/web/components/httprp.html | 188 ++++++++++++++++++++++++--------- src/web/darktheme.css | 15 +++ src/web/snippet/tagEditor.html | 7 +- 3 files changed, 161 insertions(+), 49 deletions(-) diff --git a/src/web/components/httprp.html b/src/web/components/httprp.html index 1624fc5..871d0eb 100644 --- a/src/web/components/httprp.html +++ b/src/web/components/httprp.html @@ -11,20 +11,47 @@ .subdEntry td:not(.ignoremw){ min-width: 200px; } + + .httpProxyListTools{ + width: 100%; + } + + .tag-select{ + cursor: pointer; + } + + .tag-select:hover{ + text-decoration: underline; + opacity: 0.8; + } -
- - -
-