Skip to content

🩹 [Patch]: Align Rich UI rendering to use Ansi rendering #526

@MariusStorhaug

Description

@MariusStorhaug

Describe the change

Find all occurrences of double Write-Host "<Icon>" -ForegroundColor <color> -NoNewLine; Write-Host "<text>" and replace it with something similar to:

$green = $PSStyle.Foreground.Green
$reset = $PSStyle.Reset
Write-Host "$green✓$reset Connected $name!"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions