aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVen <vendicated@riseup.net>2022-11-28 13:37:55 +0100
committerGitHub <noreply@github.com>2022-11-28 13:37:55 +0100
commitbad96b78879f296d5b9e7adacb03756b0f58427a (patch)
tree4ddbc57a29e9b201bee1317f18110e8e1ad320e5 /src
parent7a4402f1425ea9fdc6d2b3c985a4ce831f405937 (diff)
downloadVencord-bad96b78879f296d5b9e7adacb03756b0f58427a.tar.gz
Vencord-bad96b78879f296d5b9e7adacb03756b0f58427a.tar.bz2
Vencord-bad96b78879f296d5b9e7adacb03756b0f58427a.zip
Path aliases, better lazyWebpack (#268)
Diffstat (limited to 'src')
-rw-r--r--src/VencordNative.ts3
-rw-r--r--src/api/Commands/commandHelpers.ts8
-rw-r--r--src/api/Commands/index.ts3
-rw-r--r--src/api/MessageEvents.ts5
-rw-r--r--src/api/Notices.ts2
-rw-r--r--src/api/ServerList.ts2
-rw-r--r--src/api/settings.ts12
-rw-r--r--src/components/CheckedTextInput.tsx2
-rw-r--r--src/components/DonateButton.tsx5
-rw-r--r--src/components/ErrorBoundary.tsx7
-rw-r--r--src/components/ErrorCard.tsx2
-rw-r--r--src/components/Flex.tsx2
-rw-r--r--src/components/Link.tsx2
-rw-r--r--src/components/Monaco.ts10
-rw-r--r--src/components/PatchHelper.tsx9
-rw-r--r--src/components/PluginSettings/PluginModal.tsx18
-rw-r--r--src/components/PluginSettings/components/SettingBooleanComponent.tsx5
-rw-r--r--src/components/PluginSettings/components/SettingCustomComponent.tsx3
-rw-r--r--src/components/PluginSettings/components/SettingNumericComponent.tsx5
-rw-r--r--src/components/PluginSettings/components/SettingSelectComponent.tsx5
-rw-r--r--src/components/PluginSettings/components/SettingSliderComponent.tsx5
-rw-r--r--src/components/PluginSettings/components/SettingTextComponent.tsx5
-rw-r--r--src/components/PluginSettings/components/index.ts3
-rw-r--r--src/components/PluginSettings/index.tsx21
-rw-r--r--src/components/VencordSettings/BackupRestoreTab.tsx5
-rw-r--r--src/components/VencordSettings/Updater.tsx7
-rw-r--r--src/components/VencordSettings/VencordTab.tsx9
-rw-r--r--src/components/VencordSettings/index.tsx8
-rw-r--r--src/components/handleComponentFailed.ts2
-rw-r--r--src/debug/Tracer.ts2
-rw-r--r--src/ipcMain/index.ts6
-rw-r--r--src/ipcMain/updater/git.ts2
-rw-r--r--src/ipcMain/updater/http.ts4
-rw-r--r--src/modules.d.ts2
-rw-r--r--src/patcher.ts2
-rw-r--r--src/plugins/BetterNotes.ts8
-rw-r--r--src/plugins/HideAttachments.tsx11
-rw-r--r--src/plugins/TimeBarAllActivities.ts4
-rw-r--r--src/plugins/anonymiseFileNames.ts6
-rw-r--r--src/plugins/apiBadges.tsx22
-rw-r--r--src/plugins/apiCommands.ts4
-rw-r--r--src/plugins/apiMenuItemDeobfuscator.ts6
-rw-r--r--src/plugins/apiMessageAccessories.ts4
-rw-r--r--src/plugins/apiMessageEvents.ts4
-rw-r--r--src/plugins/apiNotices.ts6
-rw-r--r--src/plugins/apiServerList.ts4
-rw-r--r--src/plugins/arRPC.tsx15
-rw-r--r--src/plugins/banger.ts4
-rw-r--r--src/plugins/betterGifAltText.ts4
-rw-r--r--src/plugins/betterRoleDot.ts8
-rw-r--r--src/plugins/betterUploadButton.ts4
-rw-r--r--src/plugins/blurNsfw.ts6
-rw-r--r--src/plugins/callTimer.tsx10
-rw-r--r--src/plugins/clearURLs/index.ts9
-rw-r--r--src/plugins/consoleShortcuts.ts4
-rw-r--r--src/plugins/corruptMp4s.ts12
-rw-r--r--src/plugins/dictionary.ts8
-rw-r--r--src/plugins/emoteCloner.tsx22
-rw-r--r--src/plugins/experiments.tsx13
-rw-r--r--src/plugins/fakeNitro.ts22
-rw-r--r--src/plugins/fart.ts10
-rw-r--r--src/plugins/forceOwnerCrown.ts6
-rw-r--r--src/plugins/friendInvites.ts8
-rw-r--r--src/plugins/fxTwitter.ts6
-rw-r--r--src/plugins/iLoveSpam.ts4
-rw-r--r--src/plugins/ignoreActivities.ts11
-rw-r--r--src/plugins/index.ts9
-rw-r--r--src/plugins/keepCurrentChannel.ts8
-rw-r--r--src/plugins/lastfm.tsx64
-rw-r--r--src/plugins/loadingQuotes.ts4
-rw-r--r--src/plugins/messageActions.ts21
-rw-r--r--src/plugins/messageLogger/index.tsx19
-rw-r--r--src/plugins/messageTags.ts10
-rw-r--r--src/plugins/moreCommands.ts6
-rw-r--r--src/plugins/moreKaomoji.ts8
-rw-r--r--src/plugins/moyai.ts13
-rw-r--r--src/plugins/muteNewGuild.ts4
-rw-r--r--src/plugins/noBlockedMessages.ts12
-rw-r--r--src/plugins/noCanaryMessageLinks.ts8
-rw-r--r--src/plugins/noDevtoolsWarning.ts6
-rw-r--r--src/plugins/noF1.ts4
-rw-r--r--src/plugins/noRPC.ts4
-rw-r--r--src/plugins/noReplyMention.ts4
-rw-r--r--src/plugins/noSystemBadge.ts4
-rw-r--r--src/plugins/noTrack.ts4
-rw-r--r--src/plugins/noUnblockToJump.ts4
-rw-r--r--src/plugins/oneko.ts4
-rw-r--r--src/plugins/petpet.ts18
-rw-r--r--src/plugins/plainFolderIcon.ts4
-rw-r--r--src/plugins/platformIndicators.tsx16
-rw-r--r--src/plugins/pronoundb/components/PronounsAboutComponent.tsx4
-rw-r--r--src/plugins/pronoundb/components/PronounsChatComponent.tsx10
-rw-r--r--src/plugins/pronoundb/components/PronounsProfileWrapper.tsx7
-rw-r--r--src/plugins/pronoundb/index.ts5
-rw-r--r--src/plugins/pronoundb/pronoundbUtils.ts7
-rw-r--r--src/plugins/quickMention.tsx8
-rw-r--r--src/plugins/quickReply.ts14
-rw-r--r--src/plugins/readAllNotificationsButton.tsx8
-rw-r--r--src/plugins/reverseImageSearch.tsx6
-rw-r--r--src/plugins/reviewDB/Utils/ReviewDBAPI.ts3
-rw-r--r--src/plugins/reviewDB/Utils/Utils.tsx13
-rw-r--r--src/plugins/reviewDB/components/MessageButton.tsx4
-rw-r--r--src/plugins/reviewDB/components/ReviewComponent.tsx7
-rw-r--r--src/plugins/reviewDB/components/ReviewsView.tsx7
-rw-r--r--src/plugins/reviewDB/index.tsx10
-rw-r--r--src/plugins/settings.tsx8
-rw-r--r--src/plugins/showHiddenChannels.tsx14
-rw-r--r--src/plugins/silentTyping.ts4
-rw-r--r--src/plugins/spotifyControls/PlayerComponent.tsx17
-rw-r--r--src/plugins/spotifyControls/SpotifyStore.ts15
-rw-r--r--src/plugins/spotifyControls/index.tsx5
-rw-r--r--src/plugins/spotifyCrack.ts7
-rw-r--r--src/plugins/spotifyShareCommands.ts19
-rw-r--r--src/plugins/startupTimings/StartupTimingPage.tsx11
-rw-r--r--src/plugins/startupTimings/index.tsx6
-rw-r--r--src/plugins/unindent.ts6
-rw-r--r--src/plugins/unminifyErrors.ts4
-rw-r--r--src/plugins/uwuify.ts6
-rw-r--r--src/plugins/vcDoubleClick.ts8
-rw-r--r--src/plugins/viewIcons.tsx15
-rw-r--r--src/plugins/volumeBooster.ts6
-rw-r--r--src/plugins/webContextMenus.ts4
-rw-r--r--src/plugins/webhookTags.ts4
-rw-r--r--src/plugins/whoReacted.tsx19
-rw-r--r--src/preload.ts4
-rw-r--r--src/utils/discord.ts3
-rw-r--r--src/utils/misc.tsx14
-rw-r--r--src/utils/modal.tsx3