adensW / DevToysExtensions

DevToysExtensions Made By AdensW
GNU General Public License v3.0
2 stars 0 forks source link

File Splitter - UX recommendation #1

Closed veler closed 3 months ago

veler commented 3 months ago

Hello, Thanks for creating the File Spliter extension for DevToys. I have a few recommendations for improvement, if that's OK.

  1. If I'm not wrong (English isn't my first language), "Spliter" has 2 "t". So it should be File Splitter.
  2. You can use the FileSelector UI component instead of a SingleLineTextInput for the File path: https://devtoys.app/doc/articles/extension-development/guidelines/UX/basic-input/file-selector.html
  3. Similarly, to set the output file path, you can potentially use the PickSaveFileAsync or PickFolderAsync method. See: https://devtoys.app/doc/articles/extension-development/guidelines/use-files.html
  4. Finally, for the status (splitting in progress, done...etc), you can use ProgressRing, ProgressBar and InfoBar:

Hopefully this can help making the experience more consistent with other tools :-)

Have a wonderful day!

adensW commented 3 months ago

Thx for the advice.I will work on improving this.

adensW commented 3 months ago

close as complete