-
Notifications
You must be signed in to change notification settings - Fork 226
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
lightbox: Add "share" button in bottom app bar #43
Labels
a-lightbox
The lightbox / image-viewer screen
beta feedback
Things beta users have specifically asked for
Milestone
Comments
I would like to work on it |
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 12, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip) Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 12, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip) Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 12, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
shivanshsharma13
added a commit
to shivanshsharma13/zulip-flutter
that referenced
this issue
Dec 13, 2024
Add a share button to the lightbox that allows users to share image URLs. The button appears in the bottom app bar with a share icon and tooltip. Test coverage includes verifying the share button's UI elements (icon and tooltip). Fixes: zulip#43
We got a request for this in beta feedback, emphasizing that the legacy app's "share" button in the lightbox is pretty unhelpful because it shares a string of text instead of the image file itself. From the issue description, it seems like there's a straightforward way to share the file itself; we should do that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a-lightbox
The lightbox / image-viewer screen
beta feedback
Things beta users have specifically asked for
The
share_plus
plugin has an API for sharing a file: https://pub.dev/documentation/share_plus/latest/share_plus/Share/shareXFiles.htmlWe should try it out, for a button to share the image.
As with #42, I didn't include this in the prototype because I think it'll involve an API request; see there for details.
The text was updated successfully, but these errors were encountered: