Replies: 2 comments 5 replies
-
Nope, no objection from me |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright, then here's the PR: #160 Contrary to what I said above I now did change the default behaviour slightly because I believe it makes no sense to let users select requested icons only to present them with an error once they tap "Send". Instead they'll now see a dialog immediately when they tap the (disabled) checkbox. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, if an icon is requested, it shows an
Already requested
tag and cannot be requested again.Because I offer both free and premium requests, I've had a few users reach out and ask whether they could "swap" their free request for a paid one to speed it up. I'm currently directing those users to use the
Clear Icon Request Data
option in theSettings
but I was wondering if it would be better to just display a warning dialog to those wo want to re-request?The proposed flow:
[_]
checkbox on an icon[x]
enabledAdd request
will[x]
enable the checkboxCancel
will do nothing and leave it[_]
uncheckedI wouldn't want to mess with the existing implementation and hide this new behaviour behind a feature flag such as
allow_duplicate_icon_requests
(or a similar name).Any objections to this approach?
Beta Was this translation helpful? Give feedback.
All reactions