Skip to content

Draft: progress-info: Introduce short-status

Corey Berla requested to merge wip/corey/short-status into main

The progress-info status is now being displayed in the sidebar. Messages like "Copying 100 files in my_directory" are almost always too long, so we'll use messages more like "Copying 100 files". For convenience, if a short-status is NULL, use the regular status.

Fixes: #3289

Merge request reports