Commit Graph

400 Commits

Author SHA1 Message Date
Zack Rauen 63f5e80d8c Merge branch 'main' into development 2023-11-10 22:13:48 -05:00
Zack Rauen cf181cac86 Fix notices race condition 2023-11-07 16:42:08 -05:00
Zack Rauen 0ffbd5cf04 Just add all http methods
Also fixes options not being passed to nativeFetch
2023-11-07 11:00:15 -05:00
bottomtext228 395b65185b
Add the PATCH method to the available request methods. (#1692) 2023-11-07 10:01:16 -05:00
bottomtext228 52975fbe1e
Fix fetch (#1671)
* Fix fetch

Fix timeout in fetch.
Fix errors when response answer has a status code that don't have a body.
Fix FetchOptions missing timeout property.

* Fix fetch

Fix FetchOptions missing timeout property
2023-11-03 16:06:52 -04:00
Zack Rauen 799b61f6a7 Fix an issue with updating translations 2023-10-27 22:10:46 -04:00
Zack Rauen 4cfba71c16 Fix an issue for patching 2023-10-27 22:10:34 -04:00
Zack Rauen 9ebfbdc894 Update version and changelog 2023-10-26 15:26:55 -04:00
Zerebos 19e622e455
Hotfix for Discord's switch to rspack (#1685)
* Fix patchable modules

* Fix bd-head location and modals
2023-10-26 15:26:09 -04:00
Zack Rauen 68688684a6 Update version and changelog 2023-10-19 11:27:39 -04:00
Zack Rauen 838e7dcecd Wrap modal in focus lock provider 2023-10-19 11:18:14 -04:00
Zerebos bee11905dd
Add polyfill for buffer (#1677)
* Add polyfill for buffer

* Add deprecation notice
2023-10-19 11:17:36 -04:00
Zack Rauen 6b38401361 Small fix for os accent color 2023-10-19 05:42:30 -04:00
Zack Rauen 009a586dc7 Small fix for modals 2023-10-19 05:39:19 -04:00
Zack Rauen 6cf0f0c267 Small fix for os accent color 2023-09-22 16:33:22 -04:00
Zack Rauen 17f39f0fa4 Merge branch 'main' into development 2023-09-22 16:30:27 -04:00
Zack Rauen a57d607a73 Add focus lock to fallback root 2023-09-22 16:29:36 -04:00
axolotl b62deff140
Add custom `--os-accent-color` css value (#1663)
* Add custom -bd-accent-color css value

* Use global variable for accent color

* Fallback to ""

* Run accent color ipc call in parallel

* Typo
2023-08-30 00:23:14 -04:00
Zack Rauen e5dc449130 Remove unused assets 2023-08-29 03:20:09 -04:00
Zack Rauen 3a313eacd8 Fix untranslated strings
Fixes #1651
2023-08-29 00:40:35 -04:00
Zack Rauen 573adb90b5 Remove outdated strings 2023-08-29 00:33:24 -04:00
Zack Rauen b0a44153d0 Improve CSS editor
fixes #1645
2023-08-29 00:18:30 -04:00
Zack Rauen 0df0093e6b Switch all other buttons to component 2023-08-28 23:47:20 -04:00
Zerebos 9f950c10f0
Merge pull request #1635 from BetterDiscord/modals
Reduce reliance on internals and improve UI consistency
2023-08-28 22:33:36 -04:00
Zerebos 0558e92161
Merge pull request #1655 from BetterDiscord/development
Merge changes from development branch
2023-08-28 22:29:27 -04:00
Zack Rauen 5d9452a052 Improve fetch errors 2023-08-05 22:16:45 -04:00
Zack Rauen 54f655c204 Update version and changelog 2023-06-15 15:38:26 -04:00
Zack Rauen 203cf6ddac Add modal layer css 2023-06-15 13:11:03 -04:00
Zack Rauen ec9243c12d Fix new imports 2023-06-14 22:17:10 -04:00
Zack Rauen 2554ea1b1f Merge branch 'development' into modals 2023-06-14 22:10:37 -04:00
Zerebos d86bbcbef9
Merge pull request #1623 from BetterDiscord/imports
Revamp imports and aliases
2023-06-14 21:01:24 -05:00
Zerebos cb08178b77
Merge branch 'development' into imports 2023-06-14 20:55:13 -05:00
Zerebos fdc117e02f
Merge pull request #1610 from BetterDiscord/fetch-api
Fetch API
2023-06-14 20:53:52 -05:00
Zack Rauen 9bb71d6462 Fix tooltip search 2023-06-14 21:17:44 -04:00
Zerebos 9bfd078695
Merge pull request #1514 from BetterDiscord/feat/webpack-aliases
Add webpack aliases.
2023-06-14 20:12:29 -05:00
Zack Rauen 88d9687575 Use custom stack 2023-06-14 19:35:43 -04:00
Zack Rauen b5ad46a63f Reduce reliance on internals 2023-06-14 19:35:43 -04:00
Zack Rauen 815d91e76f Separate changelog modal 2023-06-14 19:35:43 -04:00
Zack Rauen 4cb8964aa8 Start moving away from Discord components 2023-06-14 19:35:35 -04:00
Strencher be4f788a03
Fix patching context menu (#1633) 2023-06-14 13:10:01 -04:00
Zack Rauen 09d883007e Add store search and fix others 2023-06-09 09:29:19 -04:00
Strencher 47da3f4d75
Fix openContextMenu function (#1632) 2023-06-08 22:36:36 -04:00
Zack Rauen 0acc5a6f85 Change to prototype keys 2023-05-24 18:57:09 -04:00
Strencher 83c0c81079 Cleanup & Improvements
- Rename `getByProps()` to `getByKeys()` and deprecated *byProps methods & filters.
- Fix a couple string errors
- Rename `getByPrototypes()` to `getByPrototypeFields()`
- Rename `getMangled()` to `getWithKey()`
2023-05-24 23:00:42 +02:00
benji78 a369b5a0f9
Closes #1615 (#1616) 2023-05-24 14:55:21 -04:00
Neodymium f629f0a851
Fix window size retention (#1612) 2023-05-24 14:54:04 -04:00
Zack Rauen 8386da0722 Fix fetch methods 2023-05-24 14:08:26 -04:00
Zack Rauen a9d6d6ad11 Fix for polyfill modules 2023-05-19 19:38:26 -04:00
Zack Rauen 9bbf318a86 Revamp all imports 2023-05-19 18:37:21 -04:00
Zack Rauen 9bf16a8b98 Adjust module import namespace 2023-05-19 17:14:55 -04:00