linagora / twake-on-matrix

A multi-platform (Flutter) application for connecting to Matrix - an open network for secure, decentralized communication, with your favorite devices.
GNU Affero General Public License v3.0
26 stars 8 forks source link

TW-1621: improve forward screen to dialog #1686

Closed Te-Z closed 1 month ago

Te-Z commented 1 month ago

Issue:

https://github.com/linagora/twake-on-matrix/issues/1621

By the way, there was a bug when going back from forward screen to media viewer screen on mobile. It was because of a PopScope used for Android only.

Demo:

Web

https://github.com/linagora/twake-on-matrix/assets/31937920/03eb694a-7fed-4d4d-9b8a-b769fec1320c

Web reponsive

https://github.com/linagora/twake-on-matrix/assets/31937920/0b2358ee-da0e-4129-8dc4-4377b6ec062e

Mobile (android)

https://github.com/linagora/twake-on-matrix/assets/31937920/b35c16d3-dd0e-4ace-aa41-057ae7fd7ec6

Mobile (android) forward from other app

https://github.com/linagora/twake-on-matrix/assets/31937920/8ccc9bd3-863b-4805-a613-f0555464d5ed

sherlockvn commented 1 month ago

i think its should bigger in height of dialog

Te-Z commented 1 month ago

i think its should bigger in height of dialog

Size updated:

image

github-actions[bot] commented 1 month ago

This PR has been deployed to https://linagora.github.io/twake-on-matrix/1686

hoangdat commented 1 month ago

I can not click on Forward to... to get focus

image
hoangdat commented 1 month ago

corner pink background for every item must be remove

Screenshot 2024-04-08 at 13 28 59
nqhhdev commented 1 month ago

corner pink background for every item must be remove

Screenshot 2024-04-08 at 13 28 59

Any update for this case? @Te-Z

nqhhdev commented 1 month ago

I can not click on Forward to... to get focus image

Still error

Te-Z commented 1 month ago

corner pink background for every item must be remove

Screenshot 2024-04-08 at 13 28 59

Any update for this case? @Te-Z

Yes has demontrated in the videos @nqhhdev Before: Capture d’écran du 2024-04-08 11-09-03

After: Capture d’écran du 2024-04-08 11-13-42

Te-Z commented 1 month ago

I can not click on Forward to... to get focus image

Still error

Maybe you tried on the last deployment where the error was. Try again @nqhhdev , or see the videos where I test this case. I hope it will be ok :)

sherlockvn commented 1 month ago

I can not click on Forward to... to get focus image

Still error

Maybe you tried on the last deployment where the error was. Try again @nqhhdev , or see the videos where I test this case. I hope it will be ok :)

Yeah, i tested it for huy, and it works fine. But there is another problem. When loading forward, you should disable cancel button or x button to prevent unexpected behavior

Te-Z commented 1 month ago

@sherlockvn X button updated to disappear when loading forward. I added widget tests also

hoangdat commented 1 month ago

please rebase