-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Saved messages #4674
Saved messages #4674
Conversation
3c8da08
to
a464e17
Compare
aria-label={tx('jump_to_original_message')} | ||
onClick={onClick} | ||
title={tx('jump_to_original_message')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it seems I was too fast :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will change it again once you added the new string...
375355e
to
75e826f
Compare
aria-label={tx('jump_to_original_message')} | ||
onClick={onClick} | ||
title={tx('jump_to_original_message')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, it seems I was too fast :-)
I think @r10s once said they allow it in Android? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed by testing. Works well!
no, this should not be possible. it is also not possible on android, that does not have a dedicated "save" button yet (but that is requested and coming). on iOS we hide the "save" and "unsave" button within saved messages ("unsave" equals "delete" there). so, we should just hide save/unsave in "saved messages" |
Done with commit 146b81a |
Relates to #4596
New item in context menu:
New bookmark icons
New jump to original message button