-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moreUserTags: attempt to rewrite #3170
base: main
Are you sure you want to change the base?
Conversation
by rewrite I meant make patches less dependant on one another. for example, implement this without adding new members to Discord's enums |
right now, the plugin targets so many different modules and if even one single patch breaks, everything else stops working and either causes crashes or makes everyone have APP tag or stuff like that more robust means that the plugin either works or fully breaks (silently), not constantly this in between |
Well, I'll look what i can do about it
That's how i see it:
|
nini |
While reading through the deleted file I've got a question: Should i support data attributes for theming? If I'm not wrong you can just grab content in css for same results Tags inside of profile were reliant on 2-3 patches, I'll try to reduce, but if I wouldn't find a way to do this: should i just drop support for it? Seeing tags from member list/message isn't that hard |
lange rede kurzer sinn It looks like i can't remove default tag without another patch, so what's the point of decorations if it still requires patching? Also MessageDecorationProps.decorations seems to be undefined |
Will there be an option to set tag colors as the guild member color (similar to #2161)? I personally think user tags are informative but very ugly when members' tags use the bot colors because it makes it harder to differentiate between priviliged members and bots at first glance. |
Your plugins add a bunch of new patches which caused this plugin to get deleted I might try to recreate it using decorations, then they will be a lot more useful |
I would love to hear answers to the following questions by someone (Vee or Nuckyz):
|
Reason:
While discord hasn't pushed to stable i'm trying to rewrite patches, so they work both on canary and stable
Currently I've got tags working in messages: