-
-
Notifications
You must be signed in to change notification settings - Fork 236
Button press for tracker assignment #1729
Copy link
Copy link
Open
Labels
Area: ServerRelated to the serverRelated to the serverDifficulty: Newbie FriendlyAre you a new contributor looking for something to do? Try this :)Are you a new contributor looking for something to do? Try this :)Priority: NormalThe default priorityThe default priorityType: EnhancementAdds or improves a featureAdds or improves a feature
Metadata
Metadata
Assignees
Labels
Area: ServerRelated to the serverRelated to the serverDifficulty: Newbie FriendlyAre you a new contributor looking for something to do? Try this :)Are you a new contributor looking for something to do? Try this :)Priority: NormalThe default priorityThe default priorityType: EnhancementAdds or improves a featureAdds or improves a feature
Some trackers have buttons on them that user can press (already implemented for smol/butterfly, see HIDCommon.kt:293).
Need to make so when the user is on the assignment screen and is invited to tap a tracker, if they press the button it also triggers tracker assignment.
Buttons are way more reliable than taps, especially for smol slimes which can trigger false taps.