Commit Graph

152 Commits

Author SHA1 Message Date
3e3d05fc26 ReviewDB: Add Review Modal & Pagination ()
Co-authored-by: V <vendicated@riseup.net>
2023-05-28 22:03:06 +02:00
V
184c03b28e PluginModal: Anonymise authors () 2023-05-23 01:55:39 +02:00
64b38348d4 feat(plugins): Permissions Viewer ()
Co-authored-by: V <vendicated@riseup.net>
2023-05-15 02:33:04 +02:00
1bc0678422 MoreUserTags: Fix & Add ability to customize text inside tag ()
Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: ActuallyTheSun <78964224+ActuallyTheSun@users.noreply.github.com>
2023-05-13 22:38:49 +00:00
V
c062f9bdeb SpotifyControls: Add context menu icons 2023-05-13 23:47:13 +02:00
V
ade31f993b Implement plugin tags 2023-05-12 03:41:15 +02:00
V
5c5b009c41 Settings: Fix resetting scroll/search when getting a ping () 2023-05-12 01:40:43 +02:00
V
e50c2fafa5 Settings > Plugins: Hide API plugins 2023-05-11 02:38:59 +02:00
V
cb385d1b28 New Plugin: Translate ()
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2023-05-10 23:14:04 +02:00
V
195f1a032f ShowConnections: Add verified & copy/link icons in tooltip () 2023-05-10 23:13:47 +02:00
0d5e2d0696 [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
244d10dc9e [skip ci] Fix handleComponentFailed spam 2023-05-05 16:57:58 +02:00
0a89d09727 style(Settings): Make the text about raw theme links bold () 2023-05-05 02:47:18 +02:00
V
c62d05e1b3 Refactor ipc to be strongly typed and hide impl details () 2023-05-02 02:50:51 +02:00
b0caa6f4db feat(plugin): TextReplace ()
Co-authored-by: Vendicated <vendicated@riseup.net>
2023-04-30 01:19:08 +00:00
5b485806ea Plugin Settings: Better margin for plugin settings modal () 2023-04-30 00:52:20 +02:00
bf795c49df [skip ci] Update Monaco; Fix code scanning errors 2023-04-29 04:16:28 +02:00
d35654b887 Improve themes tab instructions 2023-04-17 00:23:22 +02:00
ca5d24385f Fix errors on setups with no Notifications/SpeechSynthesis support 2023-04-17 00:21:49 +02:00
V
db7fc3769b Fix settings on Vencord Mobile () 2023-04-15 02:27:11 +02:00
Cat
b21516d44e Make QuickCss window title consistent with other windows ()
Co-authored-by: V <vendicated@riseup.net>
2023-04-11 00:07:36 +02:00
613fa9a57b feat: add translucency option for macOS ()
Co-authored-by: V <vendicated@riseup.net>
2023-04-09 02:06:09 +00:00
V
08822dd190 Improvements for VencordDesktop () 2023-04-09 04:04:02 +02:00
bfa20f2634 feat(setting): Disable minimum window size () 2023-04-09 03:41:55 +02:00
840da146b9 UX: Make possibly copy-relevant text in settings copyable 2023-04-08 23:28:12 +02:00
97f8d4d515 feat: Cloud settings sync ()
Co-authored-by: Ven <vendicated@riseup.net>
2023-04-07 02:27:18 +02:00
676bc612d9 VencordDesktop: Include web plugins & use proper showItemInFolder 2023-04-05 04:09:42 +02:00
d8a5e43034 Fix Themes Tab 2023-04-04 22:24:16 +02:00
f092f434fe Fix Vencord 2023-04-04 21:14:55 +02:00
96dc2e12d0 Fix Web & Game Activity Toggle () 2023-04-04 15:26:53 +02:00
V
6b26c12bfa Add additional build flavours for Vencord Desktop () 2023-04-04 01:16:29 +02:00
V
6960a439c9 Add Notification log () 2023-04-01 02:47:49 +02:00
708c16176b Remove transparency feature
This not only causes incredibly confusion among users because they
expect it to work without themes, it also causes freezes/whitescreens
for some users. Thus, this feature is disabled for now until someone
contributes a fix!
2023-03-30 23:48:26 +02:00
337b3709d6 types: Make ErrorBoundary.wrap explicitly return Function 2023-03-28 19:06:58 +02:00
ee794d140f fix: no more theme box obliteration ()
Co-authored-by: Ven <vendicated@riseup.net>
2023-03-28 16:20:06 +00:00
644c5c4faa Make Vencord title look consistent with Discord ()
closes ()
2023-03-25 00:42:18 +00:00
37c2a8a5de fix: settings input validation and error handling ()
Co-authored-by: Ven <vendicated@riseup.net>
2023-03-21 02:16:01 +00:00
e36f4e5b0a Fixes and make guild tooltip show users inside hidden voice channels ()
* Fix 

* Fix 

* Fix 
2023-03-19 22:03:33 -03:00
4aff11421f Replace update notices with notifications () 2023-03-19 09:21:26 +00:00
17c3496542 feat(typingIndicator): Option to not show indicator for blocked users () 2023-03-19 05:13:17 -03:00
cab72e1be6 Strongly type useSettings (supersedes ) 2023-03-04 18:41:32 +01:00
e6ccb751a0 Fix for latest Discord Update ()
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: Vendicated <vendicated@riseup.net>
2023-03-01 21:35:08 +01:00
37003edae9 fix(Notifications): Correctly close errored notifications 2023-03-01 05:45:17 +01:00
faa90eccd3 feat: Crash Handler ()
Co-authored-by: Ven <vendicated@riseup.net>
2023-03-01 05:26:13 +01:00
4918d699d5 Windows: Add Option to use native titlebar ~ Closes 2023-02-28 22:17:39 +01:00
128ee41252 ErrorBoundary: Do not use any Discord components to be more robust 2023-02-25 19:10:01 +01:00
3cad0d60b4 Silly Discord changed a bunch of css vars 2023-02-16 22:40:19 +01:00
68055977d2 NotificationAPI: Correctly request browser permissions 2023-02-14 19:20:10 +01:00
Ven
1d995e58f5 Notification API ()
Co-authored-by: Ven <vendicated@riseup.net>
Co-authored-by: afn <hey@afn.lol>
Co-authored-by: afn <afnzmn@gmail.com>
2023-02-10 22:33:34 +01:00
ae98401bd3 Fix lag when alt tabbing to Discord 2023-02-09 19:36:30 +01:00