1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 02:16:23 +00:00
Commit graph

1863 commits

Author SHA1 Message Date
Kyuuhachi
6140b95814
new plugin: BetterSettings ~ improves Discord's settings (#2222)
- makes opening settings much faster
- removes the scuffed transition animation
- organises the settings cog context menu into categories

Co-authored-by: Vendicated <vendicated@riseup.net>
2024-03-16 02:19:26 +01:00
Wolfie
1c6aaa198c
Update color prop in OverFlowIcon component 2024-03-15 12:34:34 -04:00
Wolfie
4bf59cd1d8
Refactor NoteBookTab component 2024-03-15 12:07:08 -04:00
Wolfie
af8649223b
Refactor HelpIcon component and update className usage 2024-03-15 12:06:57 -04:00
Wolfie
85a457a456
Refactor noteHandler.ts 2024-03-15 12:06:46 -04:00
Wolfie
3a535db872
Fix notebook delete modal 2024-03-15 12:06:03 -04:00
Wolfie
230630fb99
move handleDelete outside of onClick react component 2024-03-14 22:56:13 -04:00
Wolfie
0cd01a54a0
Refactor SVG icon and fix tab overflow bug 2024-03-14 10:08:44 -04:00
Wolfie
95dac18e0a
Refactor Notebook component and add CreateTabBar component 2024-03-14 00:20:48 -04:00
Wolfie
59f2d49f25
Refactor styles 2024-03-14 00:19:42 -04:00
stupid cat
f3ee43fe66
favGifSearch: don't error on favourited non-urls (#2260) 2024-03-13 22:23:04 +01:00
Vendicated
afdcf0edb9
refactor shared utils to more obviously separate contexts 2024-03-13 21:59:09 +01:00
V
9aa205b5ec
rewrite settings api to use SettingsStore class (#2257)
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2024-03-13 21:45:45 +01:00
Vendicated
7190437e92
rename Devs.obscurity => Devs.fawn :3 2024-03-13 00:36:42 +01:00
Nuckyz
bf9a225038
HTTP Updater: Only include first commit line 2024-03-12 20:18:46 -03:00
Nuckyz
6a7657de3f
Remove getGuildRoles 2024-03-12 20:18:44 -03:00
Wolfie
17bcf33139
Still WIP Book Tabs 2024-03-12 09:03:22 -04:00
Wolfie
93c694757e
WIP TabBar Overflow 2024-03-12 00:55:28 -04:00
Wolfie
badb30fae9
Add Scrollable when theres too many Page's 2024-03-11 16:27:12 -04:00
Wolfie
e12a7565d8
Merge branch 'main' into main 2024-03-11 16:05:59 -04:00
Nuckyz
6e363814d1
ResurrectHome: Fix README image 2024-03-11 12:37:59 -03:00
Vendicated
2730eada8d
Bump to v1.7.2 2024-03-11 16:35:21 +01:00
Elvyra
f9924d555a
new Plugin: FriendsSince ~ shows friend date in profiles (#2240)
* feat: Create friendsSince plugin

* chore: add devs entry

* fix text

* Update src/plugins/friendsSince/index.tsx

Co-authored-by: V <vendicated@riseup.net>

* refactor: Put element into its own section

* feat: add section to user profile in DMs

* escape {

* fixes

* Add README

* Wrap in ErrorBoundary

---------

Co-authored-by: V <vendicated@riseup.net>
2024-03-11 15:31:36 +00:00
Haruka
1fbc4f7ce1
fix(ServerProfile): crop banner to prevent overflow (#2250) 2024-03-11 16:19:35 +01:00
Vendicated
34390e0365
Add workaround for guild role api changes on canary/ptb
fixes RoleColorEverywhere, ServerInfo, PermissionViewer, BetterRoleContext
2024-03-11 16:15:49 +01:00
Jack
497f0de9a1
chore(Decor): Change URL formula for cost savings (#2247) 2024-03-11 15:52:11 +01:00
Wolfie
20cc80ad42
Remove Console.log / Added Type for props 2024-03-11 00:11:59 -04:00
Wolfie
35991f2501
Add Button To Access Notebook 2024-03-11 00:06:39 -04:00
Wolfie
60ec125105
Add HolyNoteStore and related functions 2024-03-11 00:05:53 -04:00
Wolfie
14fc2d9b25
Add Clipboard import and update ContextMenuApi.openContextMenu 2024-03-10 08:17:49 -04:00
Wolfie
2f086e993b
Refactor NotebookDeleteModal component to remove unnecessary useEffect hook 2024-03-10 08:17:16 -04:00
Wolfie
caec2ca309
Update imports and add sort menu to NoteModal component 2024-03-10 08:17:04 -04:00
Wolfie
f1e1d2c2d0
Add functions to save and delete cache from DataStore 2024-03-10 08:16:50 -04:00
Wolfie
26c71f27dd
Fix types in HolyNotes namespace 2024-03-10 08:16:40 -04:00
Wolfie
d54c5d4a4b
Update noteHandler.ts to use deleteCacheFromDataStore instead of saveCacheToDataStore 2024-03-10 08:15:55 -04:00
Wolfie
60cd63163f
Add ChannelStore and Message import to holynotes plugin 2024-03-10 08:15:39 -04:00
Wolfie
79621f67ef
Setup Cache / Option to Add notes other notebooks 2024-03-09 23:58:40 -04:00
Wolfie
7522c627e8
Merge branch 'Vendicated:main' into main 2024-03-09 13:42:20 -04:00
Wolfie
07840e2445
HolyNotes Completed
Need Few small tweaks to be fixed
2024-03-09 13:41:34 -04:00
Wolfie
a029aae719
oh return oh is fix right? 2024-03-09 10:28:19 -04:00
Wolfie
22def634ad
Setup render of Messages 2024-03-09 09:28:49 -04:00
Wolfie
72a8178501
Not sure why NoteModal needs await 2024-03-08 18:44:25 -04:00
Wolfie
fba84bd081
Setup Modal/NoteHandler 2024-03-08 18:19:33 -04:00
Nuckyz
992533245b
RoleColorEverywhere: Wrap roleGroupColor in ErrorBoundary 2024-03-08 19:05:30 -03:00
Wolfie
75f9d2ca05
Holy Notes 2024-03-08 12:53:44 -04:00
Nuckyz
b0d37c981e
Bump to 1.7.1 2024-03-08 00:29:06 -03:00
Nuckyz
cf7830e747
ShowHiddenChannels: Fix patches 2024-03-08 00:24:23 -03:00
Nuckyz
10f33b3dec
Make more finds use filters.componentByCode 2024-03-08 00:24:21 -03:00
Amia
688ff255d2
fix(MutualGroupDMs): update regex (#2242) 2024-03-08 03:18:18 +00:00
Vendicated
2e90d4c03d
New plugin: BetterRoleContext ~ edit/copy colour shortcuts in profile 2024-03-07 20:23:07 +01:00