linagora / tmail-flutter

A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
GNU Affero General Public License v3.0
327 stars 74 forks source link

TF-3005 [SEARCH] Easily clear "from" and "to" search result header #3158

Closed dab246 closed 1 month ago

dab246 commented 2 months ago

Issue

3005

Resolved

https://github.com/user-attachments/assets/1441b5c3-228e-4897-a5a8-c01d834f174e

android.webm

github-actions[bot] commented 2 months ago

This PR has been deployed to https://linagora.github.io/tmail-flutter/3158.

hoangdat commented 1 month ago
dab246 commented 1 month ago
  • [ ] IMO, we should display tick to indicated selected email address. (same as mobile)
image

What do you mean? Describe in detail.

dab246 commented 1 month ago
  • [x] IMO, we should display tick to indicated selected email address. (same as mobile)
image

What do you mean? Describe in detail.

Updated

https://github.com/user-attachments/assets/2487446a-c9f5-4bac-9b1d-464edfb17ee3

Screen_recording_20241008_162823.webm

hoangdat commented 1 month ago

https://github.com/user-attachments/assets/12aec49d-3076-4ccf-aa3e-3db475ca90c7

dab246 commented 1 month ago
  • [x] if no selected email address, can we focus on search bar

    Screen.Recording.2024-10-08.at.17.35.48.mov

Fixed

https://github.com/user-attachments/assets/c462cd03-2a31-49c4-83e8-b7c5040706f0

hoangdat commented 1 month ago
image
dab246 commented 1 month ago
  • [ ] if we select multiple recipients, we should combine it as OR operation. WDYT?
image

It is absurd, because when user enters a field with multiple mail addresses, it only searches for emails that include all of these mail addresses. And the AND condition is reasonable.