Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Improve `ui::label` usage
Closed { reason: Solved } did:key:z6MkswQE...2C1V opened 2 years ago t:maintenance
  1. Instead of only supporing the creation of unstyled labels like
ui::label("...").foreground(...).background(...)

higher level functions like

ui::label::primary("...")
ui::label::ternary("...").dim()

should be provided.

  1. Use labels instead of Cell and Span where possible.

  2. Clarify fg / bg / dim vs. style interface on labels (dim in reversed styles not considered)