-
Notifications
You must be signed in to change notification settings - Fork 306
Star icon too high on messages #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
a-design
Visual and UX design
a-msglist
The message-list screen, except what's label:a-content
beta feedback
Things beta users have specifically asked for
Milestone
Comments
A side by side comparison when the system font size changes using the configuration from #625 where the top inset of the star is set to 5.5 (originally 4): This indicates that neither will work, because the insets do not scale with the text. Ideally we want to make sure the alignment is responsive regardless of the font size. So using a constant is likely not an ideal solution. |
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 26, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 26, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 26, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 26, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 27, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 28, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jun 28, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 1, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 3, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 3, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 3, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 3, 2024
By wrapping the icon with a dummy Text widget in a Row, the Text helps us stretch the row to the same height as a line of a message content would have. This allows us to position the icon with respect to text, even if a scaling factor has been applied. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 4, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 4, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 4, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 4, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 4, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 5, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 5, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 5, 2024
This adds basic support to displaying a edited/moved marker next to the message content. As of now this is implemented without the swipe gesture control that would expand the marker. Fixes zulip#616. Partially addresses zulip#171. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 5, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 6, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 13, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 15, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 15, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 15, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 16, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 16, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
PIG208
added a commit
to PIG208/zulip-flutter
that referenced
this issue
Jul 16, 2024
By aligning the row using `textBaseline`, we no longer need to apply the padding to the star. Fixes zulip#616. Signed-off-by: Zixuan James Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a-design
Visual and UX design
a-msglist
The message-list screen, except what's label:a-content
beta feedback
Things beta users have specifically asked for
In the message list, when a message is starred, the star icon appears too high relative to the message text:

See chat thread for discussion.
Instead, the "shoulders" of the star (the near-horizontal top edges of the left and right wedges of the star) should be at about the x-height of the first line of text, i.e. about the same height as the top of letters like "x" and "e". Like this (from this PR subthread):

The text was updated successfully, but these errors were encountered: