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

Sort the extension names in the 'about' dialog #5551

Merged
merged 1 commit into from
Jun 21, 2019
Merged

Conversation

vince-fugnitto
Copy link
Member

Fixes #3886

Description

Add minor enhancement to the example about dialog present in the example applications
to display the list of sorted extension names. Previously the list was unsorted which
meant it was harder to identify which extensions were in fact present, and a sorted
list is more adherent with good UI practices.

Steps to Reproduce

  1. open the about dialog using the menu HelpAbout.
  2. the extension names should be sorted.
Screen Shot 2019-06-20 at 9 42 41 PM

Note

The example application defines it's own default about dialog which is likely to be updated by different products and overwritten (comment). The enhancement is solely to sort the example-application's about dialog implementation.

Signed-off-by: Vincent Fugnitto [email protected]

Fixes #3886

Add minor enhancement to the example `about` dialog present in the example applications
to display the list of sorted extension names. Previously the list was unsorted which
meant it was harder to identify which extensions were in fact present, and a sorted
list is more adherent with good UI practices.

Signed-off-by: Vincent Fugnitto <[email protected]>
@vince-fugnitto vince-fugnitto added the enhancement issues that are enhancements to current functionality - nice to haves label Jun 21, 2019
@vince-fugnitto vince-fugnitto requested a review from lmcbout June 21, 2019 01:55
@vince-fugnitto vince-fugnitto self-assigned this Jun 21, 2019
@vince-fugnitto vince-fugnitto requested a review from elaihau June 21, 2019 13:34
Copy link
Contributor

@elaihau elaihau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well well. thank you !

@vince-fugnitto
Copy link
Member Author

Thank you @elaihau !

@vince-fugnitto vince-fugnitto merged commit c8dc139 into master Jun 21, 2019
@vince-fugnitto vince-fugnitto deleted the vf/GH-3886 branch June 21, 2019 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Help about missing some information
2 participants