Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better formatting for firmware file name #20

Open
JPHutchins opened this issue Jun 21, 2024 · 0 comments
Open

Better formatting for firmware file name #20

JPHutchins opened this issue Jun 21, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JPHutchins
Copy link
Collaborator

FW file names may be very long, so the display during upload/upgrade can be improved in 2 ways:

  1. Display only the file name instead of the given path
  2. Display the file name on a line above the progress bar so that it can still be long. Replace the current location of the file name with the transport ID but add a character limit. If the transport ID exceeds the character limit, display the first and last characters with ellipsis representing the missing characters.

This will be important when multiple devices are being updated at the same time. The FW name will be displayed once and each transport gets its own progress bar.

@JPHutchins JPHutchins added enhancement New feature or request good first issue Good for newcomers labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant