fix: improve stress testing functionality and stop button behavior

This commit is contained in:
2025-04-09 02:46:24 +03:00
commit c88964275d
35 changed files with 15139 additions and 0 deletions

BIN
src/assets/bgreen-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
src/assets/blc-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

15
src/assets/blc-logo.svg Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="120" height="40" viewBox="0 0 120 40" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<!-- Cloud part -->
<path d="M30 15c-3.3 0-6 2.7-6 6 0 .3 0 .7.1 1H24c-2.2 0-4 1.8-4 4s1.8 4 4 4h12c2.2 0 4-1.8 4-4 0-1.5-.8-2.8-2-3.4-.3-4.2-3.8-7.6-8-7.6z" fill="#00B4E6"/>
<!-- Connection dots -->
<circle cx="18" cy="28" r="2" fill="#00B4E6"/>
<circle cx="14" cy="28" r="2" fill="#00B4E6"/>
<!-- BLC text part -->
<path d="M60 15h20c5.5 0 10 4.5 10 10s-4.5 10-10 10H60V15z" fill="#FF6B35"/>
<!-- Radar/signal part -->
<path d="M95 15c0 11 9 20 20 20" stroke="#FF6B35" stroke-width="4" fill="none"/>
<circle cx="115" cy="35" r="3" fill="#1A237E"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 767 B