You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users who are used to Currencies 1 like that the item would automatically name to the currency name. We should prompt users to rename the item when creating a currency before it is created, allowing users the choice between the existing name of the item or another name.
The text was updated successfully, but these errors were encountered:
Rather than prompt the user, it would be simpler to automatically name the item to the currency name. I'd like to go for that for now and move this to the v2.1.0 milestone.
Rather than prompt the user, it would be simpler to automatically name the item to the currency name. I'd like to go for that for now and move this to the v2.1.0 milestone.
I think this is simple enough - when creating a currency, a conversation can be used with a BooleanPrompt. Another option would be to use clickable buttons using text components with a click action that specifies an additional command parameter.
We could potentially only show it when the item has a display name, and default to renaming all items with no display name.
Showing the prompt when the item has a set display name sounds good to me! I haven't worked with conversations yet, so that'll be a learning experience for me.
dmccoystephenson
changed the title
Prompt the user to rename the item when creating a currency
Prompt the user to rename the item when creating a currency (if the item already has a display name)
Dec 6, 2022
Users who are used to Currencies 1 like that the item would automatically name to the currency name. We should prompt users to rename the item when creating a currency before it is created, allowing users the choice between the existing name of the item or another name.
The text was updated successfully, but these errors were encountered: