Commit graph

2349 commits

Author SHA1 Message Date
Haruka
7d8c73f36c
chore: apply splatter's patches 2025-02-20 04:55:51 +02:00
Haruka
58fd97ba58
chore: remove redundant comments 2025-02-20 04:55:50 +02:00
Haruka
8c48ac950e
feat: blank out tags and description 2025-02-20 04:55:50 +02:00
Haruka
dbda5f694a
chore: fix linter issues 2025-02-20 04:55:50 +02:00
Haruka
139b873c27
EmoteCloner: Fix a server/sticker deleted edge-case
The modal will hang and load infinitely if the server or the sticker was deleted as the API returns "Unknown Sticker" instead of the sticker object for cases like this
2025-02-20 04:55:32 +02:00
Nuckyz
dd714ff3c2
Reporter: Fix wrongly loading worker chunks
Also fixes duplicate patchedBy on patched modules and bumps pnpm to latest version
2025-02-19 01:47:21 -03:00
Nuckyz
71ade7d658
Make sure i18n find does not match the wrong mapping 2025-02-18 16:31:27 -03:00
Vendicated
edf6480b8f
update dependencies and @vencord/types package 2025-02-18 15:35:26 +01:00
Vendicated
05566aed15
update issue templates 2025-02-18 14:23:02 +01:00
Nuckyz
6adae20449
Priority blacklist module over returning if null export 2025-02-17 00:13:13 -03:00
Nuckyz
1f0635ffc8
Fix lib typings with errors 2025-02-16 22:57:05 -03:00
Vendicated
1f67203183
fix ci 2025-02-17 02:47:09 +01:00
Vendicated
f91e2ca874
bump to v1.11.5 2025-02-17 02:41:30 +01:00
v
6b0c02daa6
fix issues & crashes caused by recent Discord changes (#3231)
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2025-02-17 02:10:02 +01:00
Nuckyz
8dfbb5f9d8
Make findStore use FluxStore.getAll instead of webpack searching 2025-02-16 16:54:35 -03:00
Nuckyz
5ec564558e
WebpackPatcher: Avoid patching wrong instances (like Stripe) 2025-02-15 16:33:39 -03:00
Nuckyz
94d45780f9
Document new WebpackRequire properties 2025-02-15 03:27:21 -03:00
Nuckyz
8773d057bc
Remove trailing quote from testing patches 2025-02-14 21:57:23 -03:00
xou09
f9cc400757
FriendInvites: fix not working in dms (#3226) 2025-02-13 17:05:09 +01:00
Nuckyz
fad2f1e5b4
Fix PatchHelper and DevCompanion not replacing $self correctly 2025-02-12 19:26:47 -03:00
v
146a2ac77d
reporter: improve display (#3220) 2025-02-12 19:10:05 +01:00
Nuckyz
591751449e
Merge branch 'main' into dev 2025-02-12 14:50:39 -03:00
Elvyra
205e07d2c5
BetterFolders: Fix not disabling expanded folder background (#3214) 2025-02-12 14:45:57 -03:00
v
5196c2adc0
Update esbuild to latest version (#3218) 2025-02-12 18:26:43 +01:00
Nuckyz
306890aa13
WebpackPatcher: Use way less closures (#3217) 2025-02-12 14:03:18 -03:00
v
5d482ff3bf
Reporter: Add framework for automatic testing of Discord updates (#3208) 2025-02-08 21:46:08 -03:00
Nuckyz
e8639e2e16
Rewrite WebpackPatcher to support new features (#3157) 2025-02-07 20:07:17 -03:00
sadan4
fcf8690d26
RoleColorEverywhere: Fix coloring voice user list (#3206) 2025-02-07 18:32:55 +00:00
Suffocate
e4380632e0
fix ToastType enum (#3201)
Co-authored-by: v <vendicated@riseup.net>
2025-02-06 20:04:59 +00:00
khcrysalis
4a447c74ef
feat: add donor and contributor cards in vencord settings (#3049)
Co-authored-by: Cookie <52550063+Covkie@users.noreply.github.com>
Co-authored-by: v <vendicated@riseup.net>
2025-02-06 20:37:18 +01:00
Vendicated
848c2299d2
Bump to v1.11.4 2025-02-05 21:54:43 +01:00
sadan4
1e426b4253
arRPC: Fix find (#3203) 2025-02-05 21:53:47 +01:00
Tomsoz
971e186335
CopyEmojiMarkdown: Fix copying animated emojis (#3179) 2025-02-04 19:29:35 +00:00
Nuckyz
949aad8cc7
Fix webpack finding Popout 2025-02-03 22:20:57 -03:00
Nuckyz
70ce6ff2d6
Fix reporter display for componentByCode 2025-02-03 21:40:54 -03:00
Nuckyz
a73074b69f
MessageDecorationsAPI: Fix bad vertical alignment 2025-02-03 02:02:22 -03:00
Nuckyz
ae98cfb637
Wrap decorators in flex with gap to avoid adding margins 2025-02-02 17:59:22 -03:00
v
6cccb54ffc
Fix lag caused by poorly written CSS rules (#3198)
All checks were successful
Build DevBuild / Build (push) Successful in 9m54s
Sync to Codeberg / codeberg (push) Has been skipped
test / test (push) Successful in 10m20s
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2025-02-02 01:37:54 +01:00
Nuckyz
4f5ebec4bb
FullUserInChatbox: Fix empty mention when user is unknown
Fixes #3190
2025-01-31 16:24:07 -03:00
jamesbt365
7b9f0a36ba
IrcColors: Allow coloring only users with no color and DMs only (#3186) 2025-01-31 18:54:51 +00:00
Nuckyz
fc4e95806d
Fix ImplicitRelationships and NotificationsVolume (#3184)
Also simplifies MessageEventsAPI patch
2025-01-31 17:55:40 +00:00
Nuckyz
1eff1a02bd
IrcColors: Fix causing react errors sometimes 2025-01-30 16:02:42 -03:00
Nuckyz
414539f45e
Add more FIXME and explain better TODOS for migrations 2025-01-30 16:01:57 -03:00
Nuckyz
b2d5c00a23
Delete NoScreensharePreview ~now a stock feature 2025-01-30 16:01:36 -03:00
Nuckyz
a492f7657b
MessageEventsAPI: Fix for upcoming change 2025-01-30 15:15:40 -03:00
Nuckyz
e280ed2683
Ignore more modules on webpack searching 2025-01-30 14:54:41 -03:00
Sqaaakoi
8fccda4a24
WhoReacted, TypingIndicator: Fix triggering other actions (#3161)
Prevents typing in message user box from activating parent click handlers
Fixes https://github.com/Vendicated/Vencord/issues/3128
2025-01-29 22:41:32 -03:00
jamesbt365
68662c9625
QuickReply: Fix showing toggle mention in guilds (#3181) 2025-01-30 01:36:56 +00:00
sadan4
7d45862023
Fix IgnoreActivities and AlwaysAnimate for canary (#3182) 2025-01-29 22:28:11 -03:00
Vendicated
240195f9bf
Bump to v1.11.3 2025-01-29 20:44:15 +01:00