Lewis Crichton
15749dc8ce
Merge branch 'dev' into feat/usercss
2024-01-04 16:07:22 +00:00
Nuckyz
4a1c85c8ad
Decor: only search for DecorationModalStyles once
2024-01-03 09:58:09 -03:00
nexpid
1eb2510353
feat(Decor): Enforce guidelines more ( #2035 )
2024-01-03 09:49:03 -03:00
Jack
a963a19bdc
fix(Decor): Fix AvatarDecorationModalPreview find ( #2089 )
2024-01-03 12:37:56 +00:00
Lewis Crichton
d0dfdbbd5f
fix: Vencord_cloudSecret check ( #2077 )
...
finally got around to fixing it - `null` is never a valid return value,
it's `undefined` 🤦
2024-01-03 09:31:57 -03:00
V
7e395fc696
Update codeburger mirror
2023-12-31 05:02:05 +01:00
Lewis Crichton
02272c5b46
perf: dont use cloned array, iterate backwards
2023-12-31 01:10:32 +00:00
Lewis Crichton
6a3c592d5f
fix: hacky way of checking if themes are valid
2023-12-31 00:29:00 +00:00
jd
30bc979c8d
feat(Urban Dictionary): Chooses top rated definition & more results. ( #2080 )
2023-12-31 00:06:19 +00:00
Lewis Crichton
1c0dff3666
feat: pass vencord
variable when compiling
...
this is another one of those standards-defining things like
`vc-requiredPlugins`, but i do genuinely think passing the client mod
that's in use here will be beneficial in the long run for usercss
authors since they can write one file that works across multiple.
hopefully other mods that implement usercss will adopt this 🤞
2023-12-28 14:05:25 +00:00
Lewis Crichton
2cafedc7e7
feat: make missing plugins prevent enabling the theme
2023-12-28 13:59:36 +00:00
Lewis Crichton
9b89ef58be
feat: better buttons and icons for theme import/export
2023-12-28 13:50:29 +00:00
Lewis Crichton
18b1fe0413
feat: clipboard copying of theme settings
...
this also removes the stupid state management that every theme setting
had, which I do not remember the justification for but was completely
unnecessary and broke rendering when you update the settings from
outside of these components
2023-12-28 13:23:18 +00:00
Lewis Crichton
85bd99c2ca
fix: web native stub
2023-12-28 02:44:40 +00:00
Lewis Crichton
0413a2399a
Merge branch 'dev' of ssh://github.com/Vendicated/Vencord into feat/usercss
2023-12-28 02:03:22 +00:00
Lewis Crichton
42307ccc0e
fix: Vencord_cloudSecret check ( #2077 )
...
finally got around to fixing it - `null` is never a valid return value,
it's `undefined` 🤦
2023-12-28 02:02:49 +00:00
Lewis Crichton
669c7f3964
chore: error handling
2023-12-27 17:53:06 +00:00
Lewis Crichton
85b510b881
merge: dev
2023-12-26 14:50:01 +00:00
Nuckyz
5dee2e8549
Future proof reporter to work in latest canary
2023-12-21 21:46:34 -03:00
Nuckyz
109d842e29
Fix NSFWGateBypass possibly Vencord
2023-12-21 21:46:22 -03:00
Vendicated
686f2d925f
fix canary crashing
2023-12-21 23:41:12 +01:00
Nuckyz
fdf3480b27
Fix DeArrow patch
2023-12-20 01:34:08 -03:00
TheKodeToad
2e04b3d1ef
Implement Twitter easter egg for ShowConnections ( #2062 )
2023-12-17 18:12:42 -03:00
Nuckyz
9950bf00b2
GameActivityToggle: option to use old icon
2023-12-17 18:06:16 -03:00
Nuckyz
467c5e0c4c
Delete FixImagesQuality
...
Discord fixed their issue with images getting converted to webp losing quality. In the future this plugin can be re-purposed to keep images format as the original, but that requires more than just removing part of the Discord code, and a bit of study to make sure it does not cause issues.
2023-12-17 17:40:59 -03:00
Nuckyz
2cd82944e3
Move commons from discord utils; Make ThemesTab use invite modal util
2023-12-13 22:01:07 -03:00
Nuckyz
2f1dc2c704
reporter: fix icon
2023-12-13 21:46:51 -03:00
Nuckyz
a5442d87d5
Fix reporter and AlwaysAnimate patch
2023-12-13 21:41:09 -03:00
V
a8b0ce6f03
fix(notrack): murder sentry
2023-12-14 01:29:57 +01:00
Lewis Crichton
c25e8ac8c1
Merge branch 'dev' into feat/usercss
2023-12-13 23:20:31 +00:00
Andrew Grant
b32959126e
TypingIndicator: setting to disable for current channel ( #2043 )
2023-12-13 19:54:09 -03:00
zImPatrick
2cf52d0775
AlwaysAnimate: Add guild banner ( #2036 )
2023-12-13 20:41:50 +00:00
sappho
40b3ec57ce
FakeNitro: fix non apng gif stickers being sent as images ( #2050 )
2023-12-13 06:37:31 -03:00
ruukulada
817cb9b60b
GameActivityToggle: Icon cleanup ( #2041 )
2023-12-12 23:40:13 -03:00
Nuckyz
c86de3299e
fixAll.eslint: true
-> "explicit"
2023-12-12 23:29:22 -03:00
Nuckyz
1df0b571af
Fix broken patches
2023-12-12 22:57:32 -03:00
AutumnVN
6d911790e9
oneko: allow oneko in reduced motion ( #2018 )
2023-12-10 02:05:40 +01:00
Nuckyz
c9f7cf7540
ci: test all branches
2023-12-09 18:34:58 -03:00
Nuckyz
a9568bc055
reporter: fix bad logic
2023-12-09 17:57:25 -03:00
Nuckyz
539e538d87
commandHelpers: use MessageActions import
2023-12-09 17:57:25 -03:00
AutumnVN
799e6e7292
platformIndicators: fix ( #2038 )
2023-12-09 21:55:13 +01:00
maisy
510bfb8fa3
ReactErrorDecoder: fix using wrong react version's error map ( #2040 )
...
Co-authored-by: V <vendicated@riseup.net>
2023-12-09 20:36:58 +00:00
AutumnVN
534ca1e28d
fix: createBotMessage ( #2033 )
2023-12-07 02:44:14 +01:00
Vendicated
d629281e72
bump to v1.6.5
2023-12-07 00:35:05 +01:00
Damien Erambert
34cbb22efe
feat: add dropdown to choose vibrancy value on macOS ( #1941 )
...
Co-authored-by: V <vendicated@riseup.net>
2023-12-07 00:30:41 +01:00
Ajay Ramachandran
6ee50d30f6
fix(dearrow): remove > from DeArrow titles ( #1999 )
2023-12-07 00:26:08 +01:00
Han Seung Min - 한승민
fd9c675942
fix: patch helper overflow ( #2007 )
2023-12-07 00:25:13 +01:00
AutumnVN
920252956f
shikiCodeBlocks: support file preview ( #1977 )
2023-12-06 22:42:40 +00:00
Nickyux
e4942397dc
MessageClickActions: Ignore Ephemeral & Deleted Messages ( #1972 )
...
Co-authored-by: V <vendicated@riseup.net>
2023-12-06 22:18:03 +00:00
philipbry
9faa1331da
new plugin: notificationVolume ( #1992 )
...
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: V <vendicated@riseup.net>
2023-12-06 22:15:34 +00:00