refactor: redesign finished dialogs and UI elements

This commit is contained in:
0xallam
2026-01-19 16:52:02 -08:00
committed by Ahmed Allam
parent 9f7b532056
commit a67fe4c45c
10 changed files with 154 additions and 174 deletions
@@ -19,7 +19,8 @@ class ScanStartInfoRenderer(BaseToolRenderer):
targets = args.get("targets", [])
text = Text()
text.append("🚀 Starting penetration test")
text.append("", style="#22c55e")
text.append("Starting penetration test")
if len(targets) == 1:
text.append(" on ")