saros-project / saros

Open Source IDE plugin for distributed collaborative software development
https://www.saros-project.org
GNU General Public License v2.0
159 stars 52 forks source link

Sort contact names #1131

Closed tobous closed 3 years ago

tobous commented 3 years ago

Adjusts different part of the Saros UI to always sort the displayed contacts alphabetically.

Also adjusts the display logic for the users of the current session in the Saros view to display the 'Host' label in bold and italics to better differentiate it from the user name.

[FIX][I] #610 Sort Saros contacts view alphabetically

Adds logic to sorts the contacts displayed in the contacts view alphabetically.

Resolves #610.

[FIX][I] Sort user nodes in session view alphabetically

Sorts the user nodes displayed in the session view alphabetically. Also ensures that the entry for the session host is always displayed as the first user, independent of the user name.

[UI][I] Display 'Host' label in bold an italics in session view

Adjusts UserInfo to display the 'Host' label in bold and italics. This should help user better differentiate between the label and the display name of the user.

[FIX][I] Sort list of users in follow mode menu

[FIX][I] Sort list of users in 'Share with' project pop-up dialog