diff --git a/README.md b/README.md index cde938e4..501ca7fe 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend - DoubleCounterBypass by nyx - EmojiDumper by Cortex, Samwich, Woosh - Encryptcord by Inbestigator -- EquicordCSS by FoxStorm1 and thororen (and all respective css developers) +- EquicordCSS by thororen (and all respective css developers) - ExportContacts by dat_insanity - FindReply by newwares - FrequentQuickSwitcher by Samwich @@ -98,7 +98,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend - OnePingPerDM by ProffDea - PlatformSpoofer by Drag - PurgeMessages by bhop and nyx -- QuestCompleter by HappyEnderman, SerStars, thororen +- QuestCompleter by HappyEnderman, SerStars (maintained by thororen) - QuestionMarkReplacement by nyx - Quoter by Samwich - RepeatMessage by Tolgchu @@ -111,7 +111,7 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend - ServerSearch by camila314 - ShowBadgesInChat by Inbestigator and KrystalSkull - Slap by Korbo -- SoundBoardLogger by Moxxie, fres, echo, thororen +- SoundBoardLogger by Moxxie, fres, echo (maintained by thororen) - TalkInReverse by Tolgchu - TeX by Kyuuhachi - TextToSpeech by Samwich @@ -119,8 +119,8 @@ An enhanced version of [Vencord](https://github.com/Vendicated/Vencord) by [Vend - Title by Kyuuhachi - TosuRPC by AutumnVN - Translate+ by Prince527 (Using Translate by Ven) -- UnlimitedAccounts by Balaclava and thororen -- UserPFP by nexpid and thororen +- UnlimitedAccounts by thororen +- UserPFP by nexpid (maintained by thororen) - UwUifier by echo - VCSupport by thororen - VencordRPC by AutumnVN diff --git a/src/equicordplugins/equicordCSS/index.ts b/src/equicordplugins/equicordCSS/index.ts index d4ca36ae..2ebeb0d5 100644 --- a/src/equicordplugins/equicordCSS/index.ts +++ b/src/equicordplugins/equicordCSS/index.ts @@ -74,7 +74,7 @@ migratePluginSettings("EquicordCSS", "EquicordBuiltIn"); export default definePlugin({ name: "EquicordCSS", description: "CSS for Equicord users. You will need to look at the settings.", - authors: [EquicordDevs.FoxStorm1, EquicordDevs.thororen], + authors: [EquicordDevs.thororen], dependencies: ["ThemeAttributes"], settings, start() { diff --git a/src/equicordplugins/soundBoardLogger/components/SoundBoardLog.tsx b/src/equicordplugins/soundBoardLogger/components/SoundBoardLog.tsx index 67b29a57..9d8a5fd5 100644 --- a/src/equicordplugins/soundBoardLogger/components/SoundBoardLog.tsx +++ b/src/equicordplugins/soundBoardLogger/components/SoundBoardLog.tsx @@ -9,9 +9,10 @@ import { Flex } from "@components/Flex"; import { Margins } from "@utils/margins"; import { classes, copyWithToast } from "@utils/misc"; import { closeModal, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalRoot, ModalSize, openModal } from "@utils/modal"; -import { Button, Clickable, ContextMenuApi, FluxDispatcher, Forms, Menu, Text, Tooltip, useEffect, UserUtils, useState } from "@webpack/common"; +import { Button, Clickable, Forms, Text, Tooltip, useEffect, UserUtils, useState } from "@webpack/common"; import { User } from "discord-types/general"; +import settings from "../settings"; import { clearLoggedSounds, getLoggedSounds } from "../store"; import { addListener, AvatarStyles, cl, downloadAudio, getEmojiUrl, playSound, removeListener, SoundLogEntry, UserSummaryItem } from "../utils"; import { openMoreUsersModal } from "./MoreUsersModal"; @@ -92,17 +93,6 @@ export default function SoundBoardLog({ data, closeModal }) { openUserModal(item, user, sounds); } - function SoundContextMenu({ item }) { - const label = id => `soundboardlogger-${id}`; - return ( -