-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
init "Frequently Used" reactions with defaults #2112
Labels
Comments
Closed
r10s
added a commit
that referenced
this issue
Apr 4, 2024
- add functions canReply() and canReplyPrivately() for consistency and to cleanup code - if possible, show the reaction options in the first row; as this is limited to 4 options, we have now three default reactions plus "..." there. more default reactions will go to the reaction picker, see #2112; this closes #2113 - "buerocratic, dangerous" options go to "more". this makes the menu smaller and avoids scrolling as it happens even on larger screens. - as a side-effect, iOS 12 menu is cleaned up as well
r10s
added a commit
that referenced
this issue
Apr 4, 2024
- add functions canReply() and canReplyPrivately() for consistency and to cleanup code - if possible, show the reaction options in the first row; as this is limited to 4 options, we have now three default reactions plus "..." there. more default reactions will go to the reaction picker, see #2112; this closes #2113 - "buerocratic, dangerous" options go to "more". this makes the menu smaller and avoids scrolling as it happens even on larger screens. - as a side-effect, iOS 12 menu is cleaned up as well
r10s
added a commit
that referenced
this issue
Apr 4, 2024
- add functions canReply() and canReplyPrivately() for consistency and to cleanup code - if possible, show the reaction options in the first row; as this is limited to 4 options, we have now three default reactions plus "..." there. more default reactions will go to the reaction picker, see #2112; this closes #2113 - "buerocratic, dangerous" options go to "more". this makes the menu smaller and avoids scrolling as it happens even on larger screens. - as a side-effect, iOS 12 menu is cleaned up as well
r10s
added a commit
that referenced
this issue
Apr 4, 2024
- add functions canReply() and canReplyPrivately() for consistency and to cleanup code - if possible, show the reaction options in the first row; as this is limited to 4 options, we have now three default reactions plus "..." there. more default reactions will go to the reaction picker, see #2112; this closes #2113 - "buerocratic, dangerous" options go to "more". this makes the menu smaller and avoids scrolling as it happens even on larger screens. - as a side-effect, iOS 12 menu is cleaned up as well
r10s
added a commit
that referenced
this issue
Apr 5, 2024
* cleanup and improve chat's context menu - add functions canReply() and canReplyPrivately() for consistency and to cleanup code - if possible, show the reaction options in the first row; as this is limited to 4 options, we have now three default reactions plus "..." there. more default reactions will go to the reaction picker, see #2112; this closes #2113 - "buerocratic, dangerous" options go to "more". this makes the menu smaller and avoids scrolling as it happens even on larger screens. - as a side-effect, iOS 12 menu is cleaned up as well * clearer function names * use row-of-items only if there actually are reactions
zeitschlag
added a commit
to deltachat/MCEmojiPicker
that referenced
this issue
Jul 19, 2024
zeitschlag
added a commit
to deltachat/MCEmojiPicker
that referenced
this issue
Jul 19, 2024
zeitschlag
added a commit
that referenced
this issue
Jul 19, 2024
ftr, this was already done in #2141 |
zeitschlag
added a commit
that referenced
this issue
Jul 21, 2024
zeitschlag
added a commit
that referenced
this issue
Jul 21, 2024
zeitschlag
added a commit
that referenced
this issue
Jul 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
init MCEmojiPicker's "Frequently Used" reactions with our default reactions 👍 👎 ❤️ 😂 🙁 - that way, we can go for using preferredElementSize with fewer defaults without much drawbacks (for 😂 and 🙁 ppl more often want to chose sth different anyways)
moreover, this allows us an easy fallback for ios14 and below, see #2111
The text was updated successfully, but these errors were encountered: