NadyaNayme / TidyChat

A better chat experience, with fewer redundant messages and system spam.
GNU Affero General Public License v3.0
18 stars 11 forks source link

Suggestion: Show someone else's synthesizes a Crafted Items checkbox in Crafting/Gathering #41

Closed SubaruYashiro closed 2 years ago

SubaruYashiro commented 2 years ago

title

NadyaNayme commented 2 years ago

I knew there was something I forgot to add in the last update.....

I'll look into this. Should be just matching synthesizes or similar in the Crafting channel. It'll include your own crafts too though because I'm trying to avoid adding any more performance-heavy regexes for super minority edge cases like wanting to see other people's finished crafts but not your own. Excluding your own crafts would mean I need to backreference the match to see who crafted the item and backreferences come at a cost.

E: So name settings aside, it is "You synthesize" vs "Someone synthesizes" so matching on synthesizes might actually avoid capturing your own synths for the above edge case. Might differ with name settings though if the name uses "Your Name synthesizes ...." when initialized name settings are used. I'll run with it though.

NadyaNayme commented 2 years ago

Added and will be included in the next release. image

image

SubaruYashiro commented 2 years ago

Pretty sure it already show that you synthesize something right now (before your next release), but just didn't show what someone else's synthesize. If it really matters, i can just hide it with nosol for my own. But yeah, thank you, looking forward to that release.