TF-3697 Open specific thread detail email

This commit is contained in:
DatDang
2025-05-23 16:00:18 +07:00
committed by Dat H. Pham
parent 9878b062d3
commit c9ca3925cb
13 changed files with 634 additions and 122 deletions
@@ -90,15 +90,6 @@ class ThreadDetailController extends BaseController {
PresentationMailbox.roleSent,
);
String? get ownEmailAddress => session?.getOwnEmailAddress();
int get emailsToLoadMoreCount => emailIdsPresentation
.values
.where((email) => email == null)
.length;
bool get loadingThreadDetail => viewState.value.fold(
(failure) => false,
(success) => success is GettingThreadById
|| success is GettingEmailsByIds,
);
bool get isSearchRunning {
final isWebSearchRunning = mailboxDashBoardController
.searchController