Skip to content

Fix friends sorting#158

Merged
billsonnn merged 3 commits intobillsonnn:devfrom
orsonclark:main
Jul 23, 2023
Merged

Fix friends sorting#158
billsonnn merged 3 commits intobillsonnn:devfrom
orsonclark:main

Conversation

@orsonclark
Copy link

@orsonclark orsonclark commented Jul 21, 2023

Currently sorting friends is case sensitive, so Alice, bob, Charlie gets sorted to:

  • Alice
  • Charlie
  • bob

This PR changes the sort to be case insensitive, so this would be sorted:

  • Alice
  • bob
  • Charlie

billsonnn and others added 3 commits August 18, 2022 16:32
Release 2.1.1

Closes #252

See merge request nitro/nitro-react!74
@billsonnn billsonnn changed the base branch from main to dev July 23, 2023 20:01
@billsonnn billsonnn merged commit 1f5ae7b into billsonnn:dev Jul 23, 2023
Cold-FR pushed a commit to Cold-FR/nitro-react that referenced this pull request Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants