Zixuan Li
Zixuan Li
Thanks both! Updated the PR and the screenshots. I picked 1.5 to be the `maxScaleFactor` for icons, since that appears to be what we are using in most other places....
Thanks for the review! I adjusted the padding at the start of each row to 6px (matching the start padding the "pinned" icon would have), and addressed the other issues....
Thanks! Just updated this. I found that it also happens to the last commit. All commits that contain changes adding new strings to translate are probably affected, since we just...
Thanks! Updated the PR.
(getting the screenshots ready)
The design specifies a 8px high padding before the message content:  The content can be scrolled past the padding, then clipped at the top border of the compose box:...
I think I have found a true simple solution to this: set `TextField.clipBehavior` to `Clip.none`, set `InputDecoration.contentPadding` and wrap the `TextField` with a `ClipRect` under our control. This seems to...
Preview | light | dark | | - | - | |  |  | |  |  | |  |  | |  | ...
Updated the PR with the screenshots. Ready for @chrisbobbe and @alya to review!
Thanks for the previous comments @chrisbobbe! This is ready for review now.