casual-simulation / casualos

Casual Open Simulation for the Web
https://ab1.bot
MIT License
49 stars 9 forks source link

Always show the bot system in the recent tags list in the system portal #473

Closed KallynGowdy closed 2 months ago

KallynGowdy commented 4 months ago

In the system portal, when a tag is focused in the multiline editor, it is added to the "recent tags" section that appears above the multiline editor.

It looks like this:

Image

Currently, when there are two tags with the same name from different bots that are in the "recent tags" list, the system of the bot will be shown next to the tag name. It looks like this:

Image

However, when there is only one tag with the same name in the "recent tags" list, the system of the bot will not be shown next to the tag name. It looks like this:

Image

Ideally, the system of the bot should always be shown for all tags in the "recent tags" list like the first example, and not like the second one.