Skip to content
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

Conversation list model #8351

Open
wants to merge 41 commits into
base: dev-mail
Choose a base branch
from
Open

Conversation

paw-hub
Copy link
Contributor

@paw-hub paw-hub commented Jan 22, 2025

No description provided.

@paw-hub paw-hub force-pushed the 8223-conversation-list-model branch from 20ba81d to 72a61ad Compare January 23, 2025 17:41
@BijinDev BijinDev force-pushed the 8223-conversation-list-model branch from 1ded82d to 0367ecb Compare January 24, 2025 09:03
@BijinDev BijinDev force-pushed the 8223-conversation-list-model branch from 4d5eaf9 to a3c9c89 Compare January 27, 2025 08:24
@BijinDev BijinDev marked this pull request as ready for review January 27, 2025 08:26
@BijinDev BijinDev linked an issue Jan 27, 2025 that may be closed by this pull request
40 tasks
@BijinDev BijinDev force-pushed the 8223-conversation-list-model branch from a3c9c89 to 2e54f1d Compare January 28, 2025 13:41
Copy link
Contributor

@charlag charlag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still didn't get everything but it's already a great effort!

src/mail-app/mail/model/ConversationListModel.ts Outdated Show resolved Hide resolved
src/mail-app/mail/model/ConversationListModel.ts Outdated Show resolved Hide resolved
src/mail-app/mail/model/ConversationListModel.ts Outdated Show resolved Hide resolved
src/mail-app/mail/model/ConversationListModel.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@charlag charlag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk why my comments are pending sorry

src/mail-app/mail/model/MailSetListModel.ts Outdated Show resolved Hide resolved
src/mail-app/mail/model/ConversationListModel.ts Outdated Show resolved Hide resolved
@wrdhub
Copy link
Contributor

wrdhub commented Feb 3, 2025

Another thing I noticed: when you apply or remove a label this change is not shown in the mail list immediately. You have to reload to see it.

paw-hub and others added 11 commits February 3, 2025 13:36
Co-authored-by: paw <[email protected]>

close: #8223
Co-authored-by: bir <[email protected]>
After some discussion, we decided it is preferred to have the
conversation jump around in the list if the tail of it is removed from
the list (but older mails in the conversation are still in it).

Co-authored-by: paw-hub <[email protected]>
Still needs translation!

Co-authored-by: paw-hub <[email protected]>
We already store older mails, but we weren't using them for some reason.
@paw-hub paw-hub force-pushed the 8223-conversation-list-model branch from d63b06b to 801cffb Compare February 3, 2025 12:59
@paw-hub paw-hub force-pushed the 8223-conversation-list-model branch from 0175167 to fbb87ef Compare February 3, 2025 14:00
@paw-hub
Copy link
Contributor Author

paw-hub commented Feb 3, 2025

Another thing I noticed: when you apply or remove a label this change is not shown in the mail list immediately. You have to reload to see it.

This should now be fixed. Thanks for reporting this!

paw-hub and others added 26 commits February 3, 2025 15:07
This seems to be caused when a mail is removed from the
list.

Is this actually a fix, though? This doesn't seem right.

Co-authored-by: bir <[email protected]>
This caused mails to be removed from the map prematurely on update.

Co-authored-by: bir <[email protected]>
We looked at this one with ivk

Co-authored-by: bir <[email protected]>
Co-authored-by: bir bir<@tutao.de>
Thanks ivk
Co-authored-by: bir <[email protected]>
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.

Conversation-based list model
4 participants