You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
i encountered the same issue and think i found the problem. The sorting in the computed array boardsSorted wasn't with with the localeCompare method which is for case-insensitive sorting. With the fix a list of boards like the one in the Issue should look like this:
Should i open an pull request for this or is there more to fix?
Boards should be sorted non case sensitive as sometimes names are just correct or clearer written lowercase.
The text was updated successfully, but these errors were encountered: