chore: Update UI lists to ImmutableLists#6718
Conversation
| isPremiumUser = isPremiumUser, | ||
| isArchiveEnabled = isArchiveEnabled, | ||
| ) | ||
| .sortAlphabetically(), |
There was a problem hiding this comment.
This just got moved into the toDisplayItemList function
| baseWebSendUrl = baseWebSendUrl, | ||
| clock = clock, | ||
| ) | ||
| .sortAlphabetically(), |
There was a problem hiding this comment.
This just got moved into the toDisplayItemList function
|
Claude finished @david-livefront's task in 2m 20s —— View job Code Review: Update UI lists to ImmutableLists
Overall Assessment: ✅ APPROVEThis PR converts Code Review DetailsNo findings. The changes are mechanical and follow existing patterns already established in the codebase (e.g., |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6718 +/- ##
==========================================
- Coverage 85.83% 85.52% -0.32%
==========================================
Files 816 858 +42
Lines 58304 59965 +1661
Branches 8504 8546 +42
==========================================
+ Hits 50047 51286 +1239
- Misses 5308 5714 +406
- Partials 2949 2965 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Great job! No new security vulnerabilities introduced in this pull request |
|
Thanks @SaintPatrck |

🎟️ Tracking
N/A
📔 Objective
This PR replaces the use of regular lists to Immutable lists for the UI. This should help ,maintain better performance in the UI.