refactor: redesign finished dialogs and UI elements

This commit is contained in:
0xallam
2026-01-19 16:42:38 -08:00
committed by Ahmed Allam
parent 9f7b532056
commit a67fe4c45c
10 changed files with 154 additions and 174 deletions

View File

@@ -27,8 +27,8 @@ class FinishScanRenderer(BaseToolRenderer):
recommendations = args.get("recommendations", "")
text = Text()
text.append("🏁 ")
text.append("Finishing Scan", style="bold #dc2626")
text.append("", style="#22c55e")
text.append("Penetration test completed", style="bold #22c55e")
if executive_summary:
text.append("\n\n")