Replies: 2 comments 1 reply
-
No, so far I never had any use for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For future reference— I missed this the first time around, but there is actually already is code to handle this It only handles a single special case— an item which is a group should span the whole width —but it's easy enough to add other cases there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the the image selection dialog?
It's the pop-up which is used by most quests that have a two-part selection. For example, in the cycleway quest, you tap a side and then there's a pop-up to pick the type of cycleway. There are some images in #771 (comment) and it appears several times in the video just above.
@westnordost, @matkoniecz, and other SC developers who have implemented quests: Right now, the image selection dialog reserves the same space for every item. When you were building the UI, have you ever wanted a more varied layout?
I'm asking because when I was thinking about the maxweight sign in #3557 (comment), I thought it would be nice to have the "not listed" option extend across the entire bottom row, something like:
I took a quick look at the source, and I think it would be too much effort to justify for just this one quest (and a "quick & dirty" solution would not be appropriate, because the
image_select
is used in many places). However, if a more varied layout is something that you've wished for in other places, then this might be a good time to implement a way to do that generically.Beta Was this translation helpful? Give feedback.
All reactions