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
329 stars 75 forks source link

[MU] Finner handling of reconnection #3290

Open chibenwa opened 1 week ago

chibenwa commented 1 week ago

Description

Today,

GIVEN an expired OIDC token
THEN Tmail will prompt me to reconnect before refreshing the page

This "sure to reconnect" pop up was added to avoid data loss when composing an email.

While it serves this purpose VERY well it is not really needed and a bit bothering (users complains) when NOT editing an email.

I'd propose to:

chibenwa commented 1 week ago

Thoughts @guimard @hoangdat ?

hoangdat commented 1 week ago

We added it from #2928.

IMO, it is 50-50 option. Still reasonable for me to aware what happen before going to login page.

Please make decision, we will change.

chibenwa commented 1 week ago

Decision is made.

See above.

Please proceed.