mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 00:23:02 -04:00
Feat(plugin + fix ) GithubRepos & Pluginsettings (#185)
* Updated Pluginsettings.tsx (https://github.com/Vendicated/Vencord/pull/3293) Added GithubRepos (https://github.com/Vendicated/Vencord/pull/3292) Also added Equicord Contrib to needed people * Fixed lint error * Hopefully fixed it? * Resolved conflicts --------- Co-authored-by: Crxa <c@crxaw.tech> Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
bc29549586
commit
14db952e94
12 changed files with 835 additions and 1 deletions
|
@ -276,7 +276,7 @@ export default function PluginSettings() {
|
|||
if (!search.length) return true;
|
||||
|
||||
return (
|
||||
plugin.name.toLowerCase().includes(search) ||
|
||||
plugin.name.toLowerCase().includes(search.replace(/\s+/g, "")) ||
|
||||
plugin.description.toLowerCase().includes(search) ||
|
||||
plugin.tags?.some(t => t.toLowerCase().includes(search))
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue