fix(core): add tests directory to gitignore and clean up display formatting

This commit is contained in:
xcad
2025-10-14 09:39:17 +02:00
parent b4ec0d67cc
commit ad4e081685
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -23,3 +23,6 @@
# Installation tracking
.installed-version
# Test deployments
/tests/
-1
View File
@@ -414,7 +414,6 @@ class DisplayManager:
needs_text = f" [dim](needs: {needs_list})[/dim]"
header_text = f"[bold]{section.title}{required_text}{needs_text}{disabled_text}[/bold]"
variables_table.add_row(header_text, "", "", "")
for var_name, variable in section.variables.items():
row_style = "bright_black" if is_dimmed else None