juspay/nix-health

Use Markdown for health check suggestions

Open

#30 opened on Aug 15, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (4 forks)github user discovery
good first issue

Repository metrics

Stars
 (47 stars)
PR merge metrics
 (PR metrics pending)

Description

For "suggestions" we currently use String,

https://github.com/juspay/nix-browser/blob/24d41410b017be10d1fe94c641301ef1a348d1ed/src/nix/health/report.rs#L22-L29

We should change this to use a Markdown type, and correspondingly render the Markdown on the frontend.

There is https://github.com/rambip/leptos-markdown we can use for this.

Contributor guide