You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
API discussion
CZO discussion
Figma design
The text was updated successfully, but these errors were encountered: