-
Notifications
You must be signed in to change notification settings - Fork 306
msglist: Use special background color for DM messages #681
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
Milestone
Comments
shlokjain2031
added a commit
to shlokjain2031/zulip-flutter
that referenced
this issue
Jul 2, 2024
Passed the narrow as a parameter through the message list widgets and created a method (specialBackgroundColorForDm) to output the correct color based on the type of narrow, specifically for the DmNarrow. It solves issue zulip#681 of special background color for DM messages.
is this issue is still open,if it is please assign it to me? i have some doubts about this issue. in a web app there is a different background color for a message but it is not the case with the mobile apps.this is what i understood. can you please give some clarity? |
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 24, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. This matches the web app's behavior where DM messages have a distinct background color. Added new theme colors to MessageListTheme(These colors match the web app version) * Light theme: hsl(45deg 20% 96%) * Dark theme: hsl(46deg 7% 16%) Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 24, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. This matches the web app's behavior where DM messages have a distinct background color. Added new theme colors to MessageListTheme(These colors match the web app version) * Light theme: hsl(45deg 20% 96%) * Dark theme: hsl(46deg 7% 16%) Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 24, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. This matches the web app's behavior where DM messages have a distinct background color. Added new theme colors to MessageListTheme(These colors match the web app version) * Light theme: hsl(45deg 20% 96%) * Dark theme: hsl(46deg 7% 16%) Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 25, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 25, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 25, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 29, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 29, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 30, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 30, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Jan 30, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Feb 1, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Feb 6, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Feb 6, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Feb 6, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Feb 21, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
E-m-i-n-e-n-c-e
added a commit
to E-m-i-n-e-n-c-e/zulip-flutter
that referenced
this issue
Feb 26, 2025
This commit modifies DmMessage and its DateSeparator to use a different background color from StreamMessage. Fixes zulip#681.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is part of #157.
The web app uses a special background color for DM messages:
This color is currently identified as
--color-background-private-message-content
in web/styles/app_variables.css in zulip/zulip.We should use this color.
We should follow the web app in also giving this background to a DM message's corresponding date separator, if any:
(Expand to see a screenshot from a quick attempt I made, and _forgot_ to handle the date separator. Don't do this! 🙂)
The text was updated successfully, but these errors were encountered: