Commit graph

201 commits

Author SHA1 Message Date
Lewis Crichton
f8232694e7
style: 2x2 switches 2023-09-25 18:39:23 +01:00
Lewis Crichton
03bc5cde22
feat: make colorpicker use props for height/width 2023-09-25 18:32:16 +01:00
Lewis Crichton
4325dcf02e
feat: make the color picker look prettier based on switch 2023-09-25 18:27:49 +01:00
Lewis Crichton
7105558640
chore: add back warning lost in merge 2023-09-25 18:06:50 +01:00
Lewis Crichton
c019a3cc10
merge: i think i did this right? 2023-09-25 18:05:26 +01:00
V
376aaf39ce
fix SearchReply filter 2023-09-25 18:07:43 +02:00
V
ac0f834155
Fix Plugin Settings on canary 2023-09-23 03:15:07 +02:00
V
97b6699afe
Fuck you Mozilla 2023-09-21 18:56:58 +02:00
Daniel Foster
fadd1598f5
Settings: use nearest-neighbour for shiggy (#1739)
Co-authored-by: V <vendicated@riseup.net>
2023-09-21 17:18:41 +02:00
V
41f5d71e38
Bundle dependencies with extensions for webstore rule compliance (#1740) 2023-09-19 04:11:27 +02:00
Lewis Crichton
a79fb2718b
chore: de-bdify 2023-09-15 19:42:01 +01:00
Lewis Crichton
1be6738715
perf: memoize relatively intensively computed values 2023-09-10 14:23:19 +01:00
Lewis Crichton
12509f8157
chore: clean lol 2023-09-10 14:11:25 +01:00
Lewis Crichton
74f9b1a022
feat: each settings component handles state, + fix selects again lol 2023-09-10 14:09:00 +01:00
Lewis Crichton
141b1a7041
fix: missing styles 2023-09-10 13:43:41 +01:00
Lewis Crichton
d43eebe0e4
refactor: split components and modal and whatnot 2023-09-10 13:40:04 +01:00
Lewis Crichton
e4f4802155
Merge branch 'dev' into feat/usercss 2023-09-09 10:57:00 +01:00
Lewis Crichton
b7bd5096b6
fix: select defaults not working 2023-09-09 10:53:49 +01:00
Lewis Crichton
9fdd2c7c17
feat: better colorpicker 2023-09-09 10:43:07 +01:00
Lewis Crichton
51059c29e7
feat: non-exact settings subscriptions for live recompile 2023-09-09 10:17:21 +01:00
Lewis Crichton
64848b2fbf
feat: use built in tinycolor 2023-09-09 10:00:41 +01:00
Lewis Crichton
b6e20680ff
feat: my suffering is neverending and all i can think of is popups and modals 2023-09-08 22:19:21 +01:00
Lewis Crichton
7174d2e744
perf: move theme parsing out of natives to prevent duplicate dependencies 2023-09-08 16:35:37 +01:00
Lewis Crichton
9a23571b3e
feat: resiliency against bad usercss 2023-09-08 15:54:25 +01:00
V
885c75fdaa
add custom plugin author popouts (#1712) 2023-09-08 03:42:20 +02:00
Lewis Crichton
0cc420fb45
Merge branch 'dev' into feat/usercss 2023-09-07 16:36:21 +01:00
V
4c805d08be
[skip ci] PatchHelper: Fix copy button style 2023-09-05 21:37:39 +02:00
V
8614e17633
Fix some plugins wrongly displaying the settings cog 2023-09-05 20:10:42 +02:00
Lewis Crichton
0d66604be5
style: explicit ype qualifier 2023-09-02 21:29:44 +01:00
Lewis Crichton
b7fb178f1f
feat: inject css vars for usercss 2023-09-02 21:27:22 +01:00
Lewis Crichton
d689b3273b
style: clean up whackass imports 2023-09-02 18:01:55 +01:00
Lewis Crichton
2ef2baafbe
feat: initial usercss support
Parses UserCSS/UserStyle files (.user.css) but doesn't do anything
special yet with the variables. This is a first step towards
supporting UserCSS themes.
2023-09-02 17:51:17 +01:00
V
07c1f5eed1
Fix theme upload on crapOs 2023-08-25 14:37:50 +02:00
AutumnVN
ebe10d3fad
customRPC fixes (#1666)
Co-authored-by: V <vendicated@riseup.net>
2023-08-25 14:30:12 +02:00
Sefa Eyeoglu
714d87241c
build: allow overriding git details & disabling updating (#1677)
Co-authored-by: V <vendicated@riseup.net>
2023-08-25 14:15:02 +02:00
Rini
8b6c8bc0ec chore: transition to shorter license headers (#6)
Transition from the GPL jumpscare to a more concise header:

	/*
     * Vencord, a Discord client mod
	 * Copyright (c) 2023 Vendicated and contributors
     *
	 * SPDX-License-Identifier: GPL-3.0
     */

Old files still keep the old headers, while eslint will now autofix the new header

Reviewed-on: https://codeberg.org/Ven/cord/pulls/6
Co-authored-by: Rini <rini@rinici.de>
Co-committed-by: Rini <rini@rinici.de>
2023-08-10 00:17:49 +00:00
Justice Almanzar
268f3a1840
add bottom margin to settings section (#1616) 2023-08-04 19:56:40 +02:00
megumin
d6c43986fd
Add proper user-friendly theme manager (#635)
Co-authored-by: Justice Almanzar <superdash993@gmail.com>
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: V <vendicated@riseup.net>
2023-08-04 19:52:20 +02:00
Aayush Shah
abf62f28db
Themes tab: Add QuickCss button (#1475) 2023-07-26 01:29:57 +02:00
V
8620a1d86d
New plugin: VoiceMessages (#1380)
Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: Justice Almanzar <superdash993@gmail.com>
2023-07-26 01:27:04 +02:00
V
f621cdb50b
Bump monaco editor 2023-07-14 01:10:53 +02:00
MrDiamondDog
065ab75627
Add "Show New" option in plugin settings (#1416)
Co-authored-by: V <vendicated@riseup.net>
2023-07-13 19:35:40 +02:00
V
7c7723bfb1
Plugin Settings: Use Switches for booleans 2023-07-08 03:04:58 +02:00
Ryan Cao
232e340fab
fix: send notification when settings are manually synced (#1378)
Co-authored-by: V <vendicated@riseup.net>
2023-07-04 15:59:42 +00:00
Phil
e8d90d2b45
feat(plugin): BiggerStreamPreview (#1222)
Co-authored-by: V <vendicated@riseup.net>
2023-06-16 19:35:50 +02:00
Dominik
543fdf4943
New Plugin: UnsuppressEmbeds (#1262)
Co-authored-by: V <vendicated@riseup.net>
2023-06-15 03:18:34 +02:00
V
07a9adbce2
🧹🧹 2023-06-13 03:45:05 +02:00
V
42d8211871
Fix disabling plugins whose stop() errors 2023-06-13 02:29:29 +02:00
V
cba810cab5
Improve settings selectable text style 2023-05-31 19:14:17 +02:00
Manti
3e3d05fc26
ReviewDB: Add Review Modal & Pagination (#1174)
Co-authored-by: V <vendicated@riseup.net>
2023-05-28 22:03:06 +02:00