-
Notifications
You must be signed in to change notification settings - Fork 309
lightbox: Show user's avatar in the lightbox app bar #41
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
This comment was marked as off-topic.
This comment was marked as off-topic.
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 1, 2024
Add avatars to DM recipient headers. Display user avatars alongside names in DM recipient headers, making conversations more visually identifiable. This matches the RN app's behavior The changes: - Add Avatar widgets in DM recipient headers - Maintain consistent sizing and spacing (35px size, 8px right padding) - Handle overflow gracefully for both avatars and names Fixes zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 1, 2024
Add avatars to DM recipient headers. Display user avatars alongside names in DM recipient headers, making conversations more visually identifiable. This matches the RN app's behavior The changes: - Add Avatar widgets in DM recipient headers - Maintain consistent sizing and spacing (35px size, 8px right padding) - Handle overflow gracefully for both avatars and names Fixes zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 1, 2024
Add avatars to DM recipient headers. Display user avatars alongside names in DM recipient headers, making conversations more visually identifiable. This matches the RN app's behavior The changes: - Add Avatar widgets in DM recipient headers - Maintain consistent sizing and spacing (35px size, 8px right padding) - Handle overflow gracefully for both avatars and names Fixes zulip#41
That screenshot doesn't show the lightbox. |
Tried solving this issue code changes
|
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 7, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 11, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 14, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 18, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 18, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 19, 2024
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Jan 3, 2025
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
Gaurav-Kushwaha-1225
pushed a commit
to Gaurav-Kushwaha-1225/zulip-flutter
that referenced
this issue
Jan 8, 2025
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
rishichirchi
pushed a commit
to rishichirchi/zulip-flutter
that referenced
this issue
Feb 7, 2025
This change updates the lightbox to display the message author's avatar alongside their name and the date in the app bar. The avatar is positioned in the "start" direction (left for LTR layouts, right for RTL layouts) to align with the behavior in the React Native app. Fixes: zulip#41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the lightbox, the RN app shows the message author's avatar along with their name in the app bar; we should do the same in the Flutter app. Like in the RN app, probably the avatar should go beside the name/date text, in the "start" direction (left in LTR).
Perhaps it should have a presence indicator (?) but that could be done in a later iteration.
The text was updated successfully, but these errors were encountered: