Improve docs, responsive, add Material Icons

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-12 16:42:19 +02:00
parent 72c382bb07
commit 302166c87d
37 changed files with 176 additions and 110 deletions
+2 -2
View File
@@ -141,7 +141,7 @@
<div class="flex flex-col gap-2">
{#if proxies.length === 0}
<p class="text-sm text-base-content/40">
No proxies configured tools will connect directly.
No proxies configured, tools will connect directly.
</p>
{:else}
{#each proxies as proxy, i}
@@ -191,7 +191,7 @@
<p class="text-xs text-base-content/40">
Supported: <span class="font-mono">socks5://</span>,
<span class="font-mono">socks4://</span>,
<span class="font-mono">http://</span> — on failure, the next proxy is tried automatically.
<span class="font-mono">http://</span>. On failure, the next proxy is tried automatically.
</p>
</div>
{/if}