fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
450 stars 10 forks source link

LFS upload progress truncated #2242

Open HauserV opened 1 week ago

HauserV commented 1 week ago

Hi, I frequently upload large files to Git LFS, and I would appreciate having more detailed progress information which is available in the CLI. Specifically, I’d like to see the uploaded size, total size, and upload speed. This way, I can estimate how much time remains until I’ll be able to see my changes reflected in our CI. While an estimated time would be even better, it’s currently not visible in the CLI. The issue I encounter is that while the uploaded size is visible, the rest is truncated.

image

Could you please consider adding a means of displaying this information? Thank you!

DanPristupov commented 1 week ago

What is the exact proposal?

Specifically, I’d like to see the uploaded size, total size, and upload speed.

Yes, but there's no room for that.

HauserV commented 1 week ago

I’m not a UX designer, and I’m not familiar with the capabilities of the framework. However, I can imagine something like displaying a tooltip with the details when I hover over the truncated message. Alternatively, it might be possible to display the whole progress message in the log/right section of the activity manager. Would any of that make sense?