Skip to content
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

Add saved snippets #863

Open
alya opened this issue Aug 2, 2024 · 2 comments · May be fixed by #1391
Open

Add saved snippets #863

alya opened this issue Aug 2, 2024 · 2 comments · May be fixed by #1391
Assignees
Labels
a-compose Compose box, autocomplete, attaching files/images server-10 Things new in Zulip Server 10.0

Comments

@alya
Copy link
Collaborator

alya commented Aug 2, 2024

In zulip/zulip#31227, we are implementing saved replies in the web app.

It would be useful to be able to insert a saved reply in the mobile app as well.

For the initial implementation, we will leave out filtering snippets.

Image

API discussion

CZO discussion

Figma design

@alya alya added the a-compose Compose box, autocomplete, attaching files/images label Aug 2, 2024
@alya alya added this to Flutter app Aug 2, 2024
@alya alya added this to the Post-launch milestone Aug 2, 2024
@gnprice gnprice added the server-10 Things new in Zulip Server 10.0 label Aug 21, 2024
@gnprice
Copy link
Member

gnprice commented Jan 24, 2025

Our current plan is that we'll skip this feature for the legacy app, but will have it in the new app at launch time. That way in the blog post for the upcoming Zulip Server 10 release, we can say that mobile support for it is coming soon as part of the new app.

Ideally this means we'd have the feature in the new app, or at least have started implementing it here, by the time of the Server 10 release in order to be sure there are no surprises before launch in how much work it takes.

@PIG208 PIG208 self-assigned this Jan 28, 2025
@PIG208
Copy link
Member

PIG208 commented Jan 30, 2025

(from the changelog, FL 297):

@PIG208 PIG208 changed the title Add saved replies Add saved snippets Mar 13, 2025
PIG208 added a commit to PIG208/zulip-flutter that referenced this issue Mar 20, 2025
TODO: look for a better way to arrange the new compose box

We sort the saved snippets by title to be consistent with the web
implementation.

A subtle nuance of having a compose box in a modal bottom sheet is that
the message list page behind will shift when the keyboard is expanded,
even though its compose box is not visible anyway.

An UX improvement would be preserving the inputs on the saved snippet
compose box after the user has navigated away.

Fixes: zulip#863
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-compose Compose box, autocomplete, attaching files/images server-10 Things new in Zulip Server 10.0
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

3 participants