zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

ui: Add animation support for the edited/moved marker.

Open PIG208 opened this issue 1 year ago • 6 comments

This is a sequel to #762 that animates the swipe gesture.

PIG208 avatar Jun 26 '24 17:06 PIG208

Comparisons:
Collapsed Expanded
1000013422 1000013427
1000013420 1000013428

PIG208 avatar Jul 06 '24 00:07 PIG208

The appearances of the markers can be checked in the comparisons table above.

Incorporating @chrisbobbe 's comment, we animate the marker from the start state to the end state as follows:

margin left margin right paddings (horizontal symmetric) distance between marker text and icon
Collapsed 5px 3px 0px 0px
Expanded 13px 3px 3px 5px

where the paddings are the distances "between the left edge of the rounded-rectangle and 'Edited'" and "between the icon and the right edge of the rounded-rectangle", the margins are the distance between the rectangle to the left of the screen and to the message content, respectively.

PIG208 avatar Jul 08 '24 17:07 PIG208

Rebased since #762 has been merged. We will need to get back to this later to investigate alternatives to LayoutBuilder.

PIG208 avatar Jul 18 '24 18:07 PIG208

My review is next, I think, right? I've just added "maintainer review" so I don't lose track of it.

chrisbobbe avatar Jul 26 '24 02:07 chrisbobbe

Yeah, this is not ready for review yet, but I will let you know once it is.

PIG208 avatar Jul 26 '24 03:07 PIG208

Marked as draft because that makes it easier to remember (particularly when looking at a list of PRs) which PRs have become ready for review :slightly_smiling_face:

gnprice avatar Jul 26 '24 06:07 gnprice