rogueworld icon indicating copy to clipboard operation
rogueworld copied to clipboard

Chat box should remember the selected chat scope in the ALL channel

Open Arcanorum opened this issue 2 years ago • 0 comments

Task description

When switching the focused chat channel in the chat box, the selected chat scope also changes. This is intended when switching to a specific channel, but when switching back to the ALL channel (all messages from all channels should be shown) the selected chat scope is still what it was set to from the previous channel.

The chat scope is the type of message that will be sent, i.e. Local, Global, Trade, etc. which show up differently in the chat box.

It would be more convenient if the chat scope in ALL was tracked independently, so a user can go back to the ALL channel and their chat scope would be set back to what it was the last time they has the ALL channel selected.

References/notes

https://user-images.githubusercontent.com/9785268/127778188-2f61ccef-ed29-421f-a7f7-0615f4b2815c.mp4

Acceptance criteria

  • When the user changes the selected chat scope in the ALL channel, the scope should be stored.
  • When the user switches to another channel and then switches back to the ALL channel, the stored chat scope should become the selected scope.

Arcanorum avatar Aug 01 '21 16:08 Arcanorum