Commit Graph

383 Commits

Author SHA1 Message Date
admin 4b6266c8ad Fix untranslated strings
Fixes #1651
2023-11-12 14:07:07 -05:00
admin 83e313a636 Remove outdated strings 2023-11-12 14:07:01 -05:00
admin 8f4e772470 Fix notices race condition 2023-11-07 16:42:08 -05:00
admin 29edd947f5 Just add all http methods
Also fixes options not being passed to nativeFetch
2023-11-07 11:00:15 -05:00
admin a4d8345572 Add the PATCH method to the available request methods. (#1692) 2023-11-07 10:01:16 -05:00
admin 82cf49191b 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
admin 26f3e86877 Fix an issue with updating translations 2023-10-27 22:10:46 -04:00
admin 58e2ddbc89 Fix an issue for patching 2023-10-27 22:10:34 -04:00
admin b0002d4329 Update version and changelog 2023-10-26 15:26:55 -04:00
admin 0aff4fddee 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
admin e13b00e653 Update version and changelog 2023-10-19 11:27:39 -04:00
admin 26eaa12f2a Add polyfill for buffer (#1677)
* Add polyfill for buffer

* Add deprecation notice
2023-10-19 11:17:36 -04:00
admin af090f924b Small fix for os accent color 2023-10-19 05:42:30 -04:00
admin 0df3ce941c 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
admin 560cc9aff0 Merge pull request #1655 from BetterDiscord/development
Merge changes from development branch
2023-08-28 22:29:27 -04:00
admin c56f5f4e40 Improve fetch errors 2023-08-05 22:16:45 -04:00
admin 3fb44a2ed8 Update version and changelog 2023-06-15 15:38:26 -04:00
admin 8b1bf714ae Merge pull request #1623 from BetterDiscord/imports
Revamp imports and aliases
2023-06-14 21:01:24 -05:00
admin 8abfbddc33 Merge branch 'development' into imports 2023-06-14 20:55:13 -05:00
admin a8f6a68488 Merge pull request #1610 from BetterDiscord/fetch-api
Fetch API
2023-06-14 20:53:52 -05:00
admin 354dab301c Fix tooltip search 2023-06-14 21:17:44 -04:00
admin 345922f902 Merge pull request #1514 from BetterDiscord/feat/webpack-aliases
Add webpack aliases.
2023-06-14 20:12:29 -05:00
admin c83b70e11a Fix patching context menu (#1633) 2023-06-14 13:10:01 -04:00
admin 66b6d03b3c Add store search and fix others 2023-06-09 09:29:19 -04:00
admin 5e80dac75d Fix openContextMenu function (#1632) 2023-06-08 22:36:36 -04:00
admin fe919a0cd9 Change to prototype keys 2023-05-24 18:57:09 -04:00
admin 31465d07ce 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
admin c31069cfb5 Closes #1615 (#1616) 2023-05-24 14:55:21 -04:00
admin fdab9fb602 Fix window size retention (#1612) 2023-05-24 14:54:04 -04:00
admin 653cd1f3cb Fix fetch methods 2023-05-24 14:08:26 -04:00
admin 8f17b19cda Fix for polyfill modules 2023-05-19 19:38:26 -04:00
admin 6a61ead27a Revamp all imports 2023-05-19 18:37:21 -04:00
admin 143b33adf4 Adjust module import namespace 2023-05-19 17:14:55 -04:00
admin f76c0fc50b Adjust common module import 2023-05-19 16:38:45 -04:00
admin 81ba6d2cf2 fix tests 2023-05-16 02:47:05 -04:00
admin d379b1741d Code cleanup, deprecation notice, add maxRedirects 2023-05-01 21:36:56 +02:00
admin 70851a9d2c Fix header color in light mode (#1453)
* Fix header color in light mode

* Add fallback color on SettingsTitle
2023-04-17 15:17:28 -04:00
admin 5120510b69 More documentation improvements (#1509)
* Doc fixes & consistency

* Document animate timing function

* Fix missing return docs

* Fix UI class description

* Document debounce params & return

* Document className return

* Remove internal context menu noBlurEvent

* Improve period & hyphen consistency

* Fix capitalized primitive types
2023-04-17 15:12:00 -04:00
admin 77683ff311 Update translations from POEditor (#1593)
* Update translations from POEditor

* Update translations
2023-04-15 23:37:28 -04:00
admin 28292bbf8f Fix module search warnings (#1608)
- Fix module search warnings
- Add checks to other methods
- Fixes #1589
2023-04-13 13:39:55 -04:00
admin 11c319911b fetch api & apply fix current https 2023-04-12 23:20:20 +02:00
admin ad803cb511 Fix context menus (#1600)
* Fix context menus

* bump changelog & version

---------

Co-authored-by: Strencher <46447572+Strencher@users.noreply.github.com>
2023-04-08 14:55:54 +02:00
admin 74521a0f55 Bump to 1.9.1 2023-03-25 13:25:22 +01:00
admin d57c401a7d Fix:
- Fix sourceURL for client bundle
- Fix export getters throwing errors
2023-03-24 17:32:11 +01:00
admin 7cdb27781f Bump to 1.9.0
- Fixes #1578
- Fixes #1516
2023-03-22 15:36:23 -04:00
admin 27f5f093eb Hotfix markdown parser (#1575) 2023-03-22 15:00:48 -04:00
admin 532c9a3f11 Remove outdated functions (#1576) 2023-03-22 14:59:54 -04:00
admin 1f6966b6d4 Remove public servers (#1577) 2023-03-22 14:59:39 -04:00
admin acb780917a Merge pull request #1566 from BetterDiscord/functional-components
Convert to functional react components
2023-03-22 14:11:51 -04:00
admin 61770b89a5 Fix keybind 2023-03-22 12:23:40 -04:00