chore(webui): clarify /sync command goes into chat #2835
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":fix/improving-description"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is incorrect because /sync is not a command in the normal game and relies on a pretty specific setup to work (Bootstrapper DLL + Chat Commands.pluto). This setup may be the default/majority right now, but such assumptions won't age well.
using the bootstrapper's /sync chat command in-gameProbably fits better?
But this isn't a "normal" game and the current description is a little misleading, suggesting that you can enter commands in the Bootstrapper. I also don't understand this logic, since we can also use the command to move to a dojo/relay/other existing room.
Well you cannot enter a command in the CLI of the bootstrapper anyway. The only issue I see is that it might not be 100% obvious to the end user that
/syncis meant for in-game chat, with the current description. So having an updated description is still a good ideaI think I would just add a little clarification at the end: "you need to resync your inventory, e.g. using the bootstrapper's /sync command in game chat"
That's even better.
Might also wanna update it for languages where this isn't translated yet, to update the untranslated strings.
Yes, CI is failing because you didn't run
npm run update-translations. Address these 2 things and we can merge this. :)chore(webui): improving description en.jsto WIP: chore(webui): improving description en.js@LoseFace You need to update your Pull Request (by making commits), otherwise we cannot merge the changes :P
Like this? Sorry, I'm still not very good at this system.
WIP: chore(webui): improving description en.jsto chore(webui): improving description en.jsYou still need to run
npm run update-translationsand commit the result to fix the CI failureI don't understand what is required of me(
Is that it?
No, it's still failing as you can see
I still don't understand. Can you update the description yourself?
chore(webui): improving description en.jsto chore(webui): clarify /sync command goes into chat