[REQUEST] Add expand Parameter to rich.progress.track
for Full-Width Progress Bars
#3588
Labels
rich.progress.track
for Full-Width Progress Bars
#3588
How would you improve Rich?
Currently, the
rich.progress.track
function does not support theexpand
parameter. When used alongside other components withexpand
, it does not look visually consistent or unified. I want to modify thetrack
function to include anexpand
parameter. Whenexpand=True
, it should addexpand=True
to the internalProgress
instance and set theBarColumn
'sbar_width=None
so that it displays in full width. The specific changes are as follows:Before expand:
After expand:
The text was updated successfully, but these errors were encountered: