IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.31k stars 85 forks source link

Add highlight and tag support for ignored as owned elsewhere #1885

Closed candela97 closed 2 months ago

candela97 commented 3 months ago

This also removes the hasDsInfo argument when calling highlightAndTag(), and always rely on dynamicstore data. This is due to both types of ignore having the same ds tag, and I think it's cleaner this way as well.

The new tag is pretty long, and might look weird in some places. I didn't check all.

Closes #567.

tfedor commented 2 months ago

We should also probably stick with the Steam naming for this. They have this as "Played on different platform", so instead of "Ignored (owned elsewhere)" we could have this as "Owned elsewhere", "Played elsewhere", "On different platform", or something like that, so it's not as disassociated with the option and a little bit shorter?

candela97 commented 2 months ago

I wanted to keep "ignored" in the name to better reflect it's a form of ignored, but I guess Played elsewhere works too. Or maybe Ignored (owned), Ignored (played), or Ignored (other)?

Owned elsewhere looks quite similar to Owned when using short tags 🤔