mattermost-mobile/app
Rahim Rahman 882097a668
feat(MM-63937): fetch initial team data only on entry (#8894)
* feat(MM-63936): add mark function in performance metrics manager
* feat(MM-63563): fetch initial team data ONLY on entry
* remove all performance mark()
* revert changes to processEntryModels
* using processNextTeam to download team in sequence
* separate restDeferredAppEntryActions into two parts
* remove console.log
* fixed issue with conflict post.id
* regression from fetchPostsForUnreadChannels
* extracted deferred functions into deferred.ts
* missing mock
* extract combineChannelsData to it's own function
* remove isDelete
* use logDebug vs logInfo
* add logDebug and logWarning in the mocking
* add combineChannelsData test
* revert the use of logDebug
* spelling errors
* undo logDebug changes
* moving fetchMissingDirectChannelsInfo into setTimeout saved quite a bit of time when it comes to TTI
* changes to accommodate other recent changes
* keep the channelsMap smaller by moving delete_at.
* using for loop instead of recursive
* making this function more readable
* add jsdoc
* changes based on review
* team will not get omitted from the sidebar if there is an error
* fix test as well
* added a new test
* remove comments on categories
* add categories to fix failing test
* fix failing test
2025-08-18 10:06:15 -06:00
..
actions feat(MM-63937): fetch initial team data only on entry (#8894) 2025-08-18 10:06:15 -06:00
client Add Playbooks read-only support for mobile devices (#8978) 2025-07-14 09:21:37 +02:00
components Make relatives times coherent with web (#9062) 2025-08-12 14:28:25 +02:00
constants MM-64960 ask users to fill Playbook run retrospective on web or desktop (#9044) 2025-07-31 18:21:11 +08:00
context Refactor gallery gestures (#8752) 2025-07-22 14:00:57 +08:00
database Playbooks update (#9039) 2025-07-29 21:55:41 +08:00
helpers Network metrics (#8390) 2024-12-17 19:51:26 +08:00
hooks Refactor gallery gestures (#8752) 2025-07-22 14:00:57 +08:00
i18n Make relatives times coherent with web (#9062) 2025-08-12 14:28:25 +02:00
init Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
managers Fix flaky biometric authentication test (#8995) 2025-08-04 10:41:03 +02:00
products Make relatives times coherent with web (#9062) 2025-08-12 14:28:25 +02:00
queries feat(MM-63937): fetch initial team data only on entry (#8894) 2025-08-18 10:06:15 -06:00
screens Reschedule time picker should open with post's scheduled date time (#9035) 2025-08-04 19:22:35 +05:30
store Remove playbooks on delete channel (#8994) 2025-07-17 11:54:14 +02:00
utils fix sort_order 0 being converted to MAX_INTEGER (#9050) 2025-08-06 18:12:37 +02:00