Commit graph

1589 commits

Author SHA1 Message Date
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
fres621 613b2dc5f6
Fix QuickMention not working in DMs (#2028)
Co-authored-by: V <vendicated@riseup.net>
2023-12-06 22:54:23 +01:00
nya 9a89f7b3b2
feat(plugin): XSOverlay (#1901)
Co-authored-by: V <vendicated@riseup.net>
2023-12-06 22:31:22 +01:00
AutumnVN c0b6d8f1c4
devCompanion: add findComponentByCode (#2026) 2023-12-06 22:27:06 +01:00
Carter 3453d0c97c
feat(clearUrls): moar twitter rules (#2029) 2023-12-06 22:25:53 +01:00
Syncx cf7028331c
Native Folder Support (#2031) 2023-12-06 22:25:29 +01:00
Nuckyz 08036f7af2
convert non lazy finds to test with reporter 2023-12-06 01:37:42 -03:00
Nuckyz 9dd00fb766
Fix SuperReactionTweaks patch 2023-12-01 23:06:18 -03:00
Nuckyz 80016180b6
FixImagesQuality: no longer make gifs play when autoplay is off 2023-12-01 16:39:15 -03:00
megumin 3e7d946296
fix(SpotifyControls): Requests double-sending when using Spotify Connect (#2023) 2023-11-30 16:32:48 -03:00