thororen1234
252c4929cc
Merge remote-tracking branch 'upstream/dev' into dev
2025-03-21 12:41:43 -04:00
sadan4
7eec2e5d5b
CommandsAPI: Fix issue with overlapping IDS ( #3271 )
2025-03-21 12:33:37 +00:00
thororen1234
f51340778d
New Domain Equicord.org
2025-03-15 13:19:24 -04:00
thororen1234
4f72832ba1
Pr Stuff
...
Release / Build Equicord (push) Has been cancelled
Sync to Codeberg / Sync Codeberg and Github (push) Has been cancelled
Test / Test (push) Has been cancelled
Co-Authored-By: sadan4 <117494111+sadan4@users.noreply.github.com>
2025-03-05 23:01:08 -05:00
thororen1234
549923ed16
Add Vencord.Api.isEquicord
2025-02-19 17:06:09 -05:00
thororen1234
dc4e9cf775
Merge remote-tracking branch 'upstream/dev' into dev
2025-02-07 19:23:32 -05:00
Nuckyz
e8639e2e16
Rewrite WebpackPatcher to support new features ( #3157 )
2025-02-07 20:07:17 -03:00
thororen1234
f7856649c7
Merge remote-tracking branch 'upstream/dev' into dev
2025-02-03 23:02:16 -05:00
Nuckyz
ae98cfb637
Wrap decorators in flex with gap to avoid adding margins
2025-02-02 17:59:22 -03:00
thororen1234
8ce8d10fb4
Actually use newSettings
Release / Build Equicord (push) Waiting to run
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run
2025-01-31 14:58:50 -05:00
thororen1234
a52ca1f85e
migrateSettingFromPlugin
2025-01-31 14:57:45 -05:00
thororen1234
8222eb430e
Merge remote-tracking branch 'upstream/dev' into dev
2025-01-29 07:52:55 -05:00
Nuckyz
33d4f13a24
Fix everything broken by recent Discord update ( #3177 )
...
Co-authored-by: sadan <117494111+sadan4@users.noreply.github.com>
Co-authored-by: Vendicated <vendicated@riseup.net>
2025-01-29 01:04:36 -03:00
Nuckyz
cdc756193e
Settings API: Fix erroring if plugin settings don't exist
2025-01-28 01:13:36 -03:00
thororen1234
d1792ed569
Merge remote-tracking branch 'upstream/dev' into dev
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run
2025-01-28 01:17:34 +00:00
Nuckyz
21ded874a3
Settings API: Add utility to migrate a setting
2025-01-27 21:12:58 -03:00
thororen1234
acf04bb01d
Merge remote-tracking branch 'upstream/dev' into dev
2025-01-22 21:20:51 -05:00
v
317121fc08
Replace API add/remove funcs with methods in plugin definition ( #3028 )
2025-01-23 01:48:44 +00:00
sadan4
d26cf96343
Devcompanion: only include in dev builds
2025-01-09 12:36:23 -05:00
thororen1234
93ec8dbe7a
Update DevComp to PR
2025-01-09 10:37:02 -05:00
thororen1234
f8879cc801
Merge remote-tracking branch 'upstream/dev' into dev
...
# Conflicts:
# eslint.config.mjs
# package.json
# pnpm-lock.yaml
# src/components/PluginSettings/index.tsx
# src/plugins/imageZoom/index.tsx
# src/plugins/messageLogger/index.tsx
# src/plugins/pictureInPicture/index.tsx
# src/plugins/serverInfo/GuildInfoModal.tsx
# src/plugins/whoReacted/index.tsx
2025-01-04 17:57:05 -05:00
v
7be3a40b7c
Add React eslint & update depencenies ( #3090 )
...
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2025-01-04 03:24:50 -03:00
thororen
bb34833b3c
feat(Updater): Fixes
2024-12-06 12:15:02 -05:00
thororen
c83152630f
Auto Update Relaunch Setting
2024-12-03 04:04:13 -05:00
thororen
cad4b9a1ab
Merge remote-tracking branch 'upstream/dev' into dev
2024-12-02 21:37:16 -05:00
Etorix
6628624082
CommandHelpers: Make findOption use nullish coalescing ( #3047 )
2024-12-03 02:16:13 +00:00
Etorix
dd87f360d7
CommandsAPI: Fix spread overwriting omitted subcommand options ( #3057 )
2024-12-03 02:13:27 +00:00
thororen1234
2f9802a7e5
Merge remote-tracking branch 'upstream/dev' into dev
2024-11-25 01:25:00 +00:00
Etorix
5fb63246ca
Add support for onAuxClick on ChatBarButton ( #3043 )
2024-11-24 21:25:30 -03:00
Creation's
b6a0659965
feat(settings): disable warning forever ( #58 )
...
* add disable warning forever for thororen
* Update PluginModal.tsx
* Update index.tsx
2024-10-15 13:03:48 -04:00
thororen1234
d3c281ce71
Merge remote-tracking branch 'upstream/main'
2024-09-24 05:17:46 +00:00
Nuckyz
cb2848f186
ContextMenuAPI: Fix findGroupChildrenByChildId
2024-09-24 02:13:44 -03:00
thororen1234
0e29d03bae
Merge remote-tracking branch 'upstream/dev' into dev
2024-09-23 12:45:40 -04:00
Nuckyz
c29362ca89
FullSearchContext: Re-add Copy Author ID
2024-09-23 13:23:30 -03:00
thororen1234
4210a3e2d4
Merge remote-tracking branch 'upstream/dev' into dev
2024-09-22 19:12:25 +00:00
Nuckyz
9239afdab9
FullSearchContext: Re-add Copy Author ID
2024-09-22 15:56:30 -03:00
bep
f2696a118f
Add HideServers ( #36 )
...
* Add HideServers
* HideServers: Add a count indicator and a modal to manage hidden servers
* Dont include servers youve left in the indicator count
* fix(hideServers) for webpack change
* fix(hideServers): update regex
* fix(hideServers): rewrite to use stores
* move hideServers to equicordplugins
* add serverhider to readme
* put myself in equicorddevs
* formatting nit
2024-09-05 20:02:16 -04:00
thororen1234
54c3b33315
Merge remote-tracking branch 'upstream/dev' into dev
2024-09-05 13:50:33 -04:00
Vendicated
8890c8c6b4
fix Commands, Badges, RoleColorEverywhere
2024-09-05 02:35:40 +02:00
thororen1234
e3832b35ee
Tada
2024-09-04 19:20:15 -04:00
Haruka
99cd423efb
fix crashing on canary when searching slash commands ( #2844 )
2024-09-04 23:26:08 +02:00
thororen
f3ec0d86eb
Merge remote-tracking branch 'upstream/dev' into dev
2024-08-25 00:30:13 -04:00
Nuckyz
7ec842d4b0
MoreUserTags: fix settings ui logic
...
Co-authored-by: Vendicated <vendicated@riseup.net>
2024-08-23 20:09:58 -03:00
thororen1234
283ede5c7f
Merge remote-tracking branch 'upstream/main'
2024-08-03 17:13:52 +00:00
Vendicated
021d9bf179
fix message hover buttons... again
2024-08-03 17:54:25 +02:00
Vendicated
8274b67597
fix message hover buttons
2024-08-03 11:04:03 +02:00
thororen1234
68050022f3
Merge remote-tracking branch 'upstream/dev' into dev
2024-08-03 00:24:55 -04:00
Nuckyz
e437498c8f
Fix broken patches
2024-08-02 21:27:02 -03:00
thororen1234
f2404df3af
Suncord EOL
2024-07-29 16:09:35 -04:00
thororen1234
485452f65a
Equicord Protocol
2024-07-25 01:13:32 -04:00