charmbracelet / bubbletea

A powerful little TUI framework 🏗
MIT License
25.65k stars 744 forks source link

fix(examples): Fix bugs in package-manager #1046

Closed AkshayKalose closed 3 weeks ago

AkshayKalose commented 3 weeks ago

I fixed 3 bugs in the package-manager example (they are easier to spot when working with a small list of 4, for example):

  1. The total packages count.
  2. The progress bar percentage.
  3. The final installed package in the output.

Before

before

After

after