feat(plugin): ValidReply
Basically same thing as ValidUser but for replies
Should I just merge this into ValidUser instead of making a new plugin actually? Might have to rebrand the name then
this is awesome
very nice will be an epic merge
since this is gonna be a very rare occurence, i don't think having the hover requirement is necessary
since this is gonna be a very rare occurence, i don't think having the hover requirement is necessary
In one of the servers I'm in, ctrl+F'ing for a certain term guarantees all the replies in the search results to be unloaded (maybe bc the results are spaced apart in terms of timestamp)
So I'm worried if not having a hover check would send like 10 requests at once if the user starts scrolling through the search results (or I could just use a queue)
if it can't fetch the message, it'll update the reply to say it was deleted now (i tried manually looking for a reply that couldn't be loaded by the plugin and it turns out it was indeed deleted)
this is mainly a UX thing
thanks, looks good!
your formatting doesn't follow the project's configured formatter. make sure you're using vscode & have the suggested extensions installed! also in general i recommend using more newlines to separate different sections/"paragraphs" of the code
thanks, looks good!
your formatting doesn't follow the project's configured formatter. make sure you're using vscode & have the suggested extensions installed! also in general i recommend using more newlines to separate different sections/"paragraphs" of the code
thank you! I'm kinda busy rn but I'll update the formatting of my other prs when I have time.
in terms of the formatting, I use jetbrains and it has eslint + editorconfig installed, so idk why it didn't autoformat
ah, that's because Vencord is configured to use the vscode formatter via .vscode workspace config file
it isn't really configured to work with other editors. i suggest just formatting your code once with vscode before pushing to github. sorry for the inconvenience...