-
Notifications
You must be signed in to change notification settings - Fork 13.2k
[FIX] Rooms list sorting by activity multiple re-renders and case sensitive sorting alphabetically #9959
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
Merged
Merged
[FIX] Rooms list sorting by activity multiple re-renders and case sensitive sorting alphabetically #9959
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5ae4f7f
test for improve performance
ggazzo c66b606
Cleanup code
sampaiodiego 2927a01
Merge tag '0.62.0-rc.1' into improve
ggazzo 3b67af6
Merge
sampaiodiego e5cd140
fix search
ggazzo ef6154d
Merge remote-tracking branch 'origin/develop' into improve
ggazzo 70bf31f
Merge branch 'improve' of github.com:RocketChat/Rocket.Chat into improve
ggazzo 0470603
fix lint
ggazzo 0ae4cbd
merge
ggazzo ea3f334
Merge branch 'develop' into improve
ggazzo b868d4a
fix active room on sidenav
ggazzo 29c7caf
Merge branch 'develop' into improve
ggazzo 646f090
Merge remote-tracking branch 'origin/improve' into improve
ggazzo d37cfd8
Merge branch 'develop' into improve
ggazzo 787e15a
Fix user's status when using real names
sampaiodiego 91ffca6
General fixes
sampaiodiego 030a914
Merge branch 'develop' into improve
ggazzo d0d7fc8
Merge branch 'develop' into improve
ggazzo 74640d0
Merge branch 'develop' into improve
karlprieb 809c3fc
fix reactivity generated by user status changes
karlprieb 5855e5c
Update cachedCollection.js
ggazzo 10cef3d
[FIX] Sorting in sidebar rooms list (#10697)
JoseRenan 3c78855
Update sidebarItem.js
ggazzo da5e68f
Update sidebarItem.js
ggazzo e98372a
Merge branch 'develop' into improve
ggazzo 9b20604
Merge branch 'develop' into improve
ggazzo 29a1ba5
Remove deprecated roomsListExhibitionMode field
sampaiodiego 098b346
Rename groupByType property to sidebarGroupByType
sampaiodiego 6a0d584
Using correct event for rooms-changed
sampaiodiego File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing