mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
fix(core): add tests directory to gitignore and clean up display formatting
This commit is contained in:
@@ -23,3 +23,6 @@
|
||||
|
||||
# Installation tracking
|
||||
.installed-version
|
||||
|
||||
# Test deployments
|
||||
/tests/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user