๐พ Archived View for bbs.geminispace.org โบ u โบ stack โบ 16866 captured on 2024-05-12 at 17:03:27. Gemini links have been rewritten to link to archived content
โก๏ธ Next capture (2024-05-26)
-=-=-=-=-=-=-
Re: "Some UI improvement ideas"
@skyjake exactly, if I want to keep a one and a triple-5, I would enter '1555'. Instead of figuring out the position.
2 hours ago
๐ gritty [mod] ยท 28 minutes ago:
1 & 2) I'm not against this, but the index numbers are central to a lot of the code and a refactor would take quite some time. I can put this on the "eventually" list, and work on keeping the ordering. I didn't think the moving of the dice was much of an issue since folks weren't picking any more after selecting anyways, but I can look into it.
3) I can see what a UI tweak looks like to help mobile
๐ gritty [mod] ยท 26 minutes ago:
@skyjake the idea also crossed my mind. I'll add to the todo list as well.
Some UI improvement ideas โ UI considerations It may seem I am nitpicking, but hear me out. 1) There is no reason to enumerate the dice for input! Since the values are 1-6, you can just directly enter the _values_ of the dice you want instead of figuring out what _position_ they are in! In fact I routinely made such errors, entering 1 because I want to keep the one, even though it is in position 2, for instance. It is an unnecessary cognitive load! 2) After selection, the dice are redrawn, but...