Group poses by emotion first, in PosePickerSupport

I think it's confusing that the poses in the dropdown start with the emotion word, but are grouped by the gender presentation word! It's also different than the precedence order! I've reordered them.
This commit is contained in:
Emi Matchu 2021-01-28 10:34:09 -08:00
parent 0d14fde318
commit 71ec5ddc58

View file

@ -399,10 +399,10 @@ export function PosePickerSupportSwitch({ isChecked, onChange }) {
const POSE_NAMES = { const POSE_NAMES = {
HAPPY_MASC: "Happy Masc", HAPPY_MASC: "Happy Masc",
SAD_MASC: "Sad Masc",
SICK_MASC: "Sick Masc",
HAPPY_FEM: "Happy Fem", HAPPY_FEM: "Happy Fem",
SAD_MASC: "Sad Masc",
SAD_FEM: "Sad Fem", SAD_FEM: "Sad Fem",
SICK_MASC: "Sick Masc",
SICK_FEM: "Sick Fem", SICK_FEM: "Sick Fem",
UNCONVERTED: "Unconverted", UNCONVERTED: "Unconverted",
UNKNOWN: "Unknown", UNKNOWN: "Unknown",