Jack
|
fec4c68f70
|
[UI] iOS UI fixes (#19)
* [UI > Developer] Move React DevTools FormDivider inside conditional inclusion
* [UI > Developer] Add FormDividers to Loader config
* [UI > General] Remove trailing FormDividers for versions and platform info
* [UI > Developer] Remove extraneous FormDivider
|
2023-02-06 08:34:22 +00:00 |
|
redstonekasi
|
1ae2da84fe
|
[Backends] Create if file does not exist
|
2023-02-06 08:33:23 +00:00 |
|
redstonekasi
|
1840577fb5
|
[Global] Loader config and identity (#17)
* [TS] Add definition for DCDFileManager
* [Storage] Introduce backends
* [Settings] Add loader config
* [TS] Update storage definitions
* [TS] Update loader config and identity types
* [Loader] Expose loader config and identity
* [UI] Actually update UI for the new loader config fields
|
2023-02-06 07:48:55 +00:00 |
|
redstonekasi
|
cfccd5f5b2
|
[Plugins] Normalize ID in anything that uses them
|
2023-02-06 00:05:12 +00:00 |
|
Beef
|
6ed08a0ac9
|
[Plugins] Fix updating, and make it hash-based
|
2023-02-05 23:30:51 +00:00 |
|
redstonekasi
|
b0df91db7a
|
[TS] Add definition for findByStoreName
|
2023-02-05 12:45:50 +00:00 |
|
Beef
|
421f7603cf
|
[Plugins] I can be a little silly
|
2023-02-05 00:10:34 +00:00 |
|
Beef
|
a97293673d
|
[UI] Move to Discord's navigation stack
|
2023-02-04 22:37:28 +00:00 |
|
Beef
|
b175ac18c1
|
[Meta] Ignore lockfiles
|
2023-02-04 18:50:54 +00:00 |
|
Beef
|
4352358f5e
|
[Meta] Delete lockfile
|
2023-02-04 18:47:33 +00:00 |
|
Jack
|
2f856b3a72
|
[TS] Type clipboard common module (#15)
* [TS] Type clipboard common module
* [TS] Add a _ to Clipboard for style
|
2023-02-04 18:44:33 +00:00 |
|
Beef
|
1891a46eb9
|
[Metro > Common] Add commands module
|
2023-02-04 17:11:50 +00:00 |
|
Beef
|
119060a43b
|
[Utils] Reorganise
|
2023-02-04 17:05:47 +00:00 |
|
Beef
|
2a50814721
|
[Utils > safeFetch] Implement
|
2023-02-04 16:54:03 +00:00 |
|
Beef
|
4108275946
|
[Utils > unfreeze] Actually expose
|
2023-02-04 02:37:36 +00:00 |
|
Beef
|
0ba9ee600c
|
[Global] Major refactors, allow unloading!
|
2023-02-04 02:30:46 +00:00 |
|
Beef
|
0be8cdac05
|
[TS] Update definitions to match API
|
2023-02-04 02:29:45 +00:00 |
|
Beef
|
76ea19f8ef
|
[Storage] Run prettier
|
2023-02-04 02:28:08 +00:00 |
|
Beef
|
3bf63a7b5b
|
[Meta] Add prettier config
|
2023-02-04 02:27:36 +00:00 |
|
Beef
|
c6dcc88596
|
[Meta] Update dependencies
|
2023-02-04 00:22:26 +00:00 |
|
Beef
|
f9c56cac40
|
[Meta] Docs, you lied to me
|
2023-02-01 18:43:06 +00:00 |
|
Beef
|
777fbc4fc7
|
[Meta] LICENSE
|
2023-02-01 18:40:21 +00:00 |
|
Beef
|
43e2f0d3b7
|
[Meta] README
|
2023-02-01 18:40:11 +00:00 |
|
Jack Matthews
|
ea7d4f06bf
|
[UI] Add padding to Vendetta's pages
|
2023-01-30 23:31:01 +00:00 |
|
redstonekasi
|
2e6f9e238a
|
[TS] Add definition for plugin object
|
2023-01-30 23:15:18 +00:00 |
|
redstonekasi
|
9e34b8c1f3
|
[TS] findByDisplayName default export is optional
|
2023-01-30 23:15:18 +00:00 |
|
Beef
|
09f4c37e94
|
[UI] Refactors all around
|
2023-01-30 22:56:48 +00:00 |
|
redstonekasi
|
473205a1ca
|
[TS] Don't import Events
|
2023-01-30 19:17:00 +00:00 |
|
redstonekasi
|
b8e0e69fcb
|
[Storage] Make methods properties in definition
|
2023-01-30 19:08:58 +00:00 |
|
redstonekasi
|
25b90e22d3
|
[Plugins] Fix plugin loading
|
2023-01-30 19:08:58 +00:00 |
|
redstonekasi
|
89b726cd97
|
[Storage] Add new API to window definition
|
2023-01-30 19:08:58 +00:00 |
|
redstonekasi
|
48edf97b9a
|
[Storage] Add wrapSync promise accessor
|
2023-01-30 19:08:58 +00:00 |
|
Beef
|
44652c4002
|
[Plugins] Rework and refactor
|
2023-01-30 00:40:56 +00:00 |
|
redstonekasi
|
4c9fe8fcaf
|
[Storage] Rework everything (#10)
* [storage] rework everything
* [storage] expose createProxy
* [storage] add useProxy hook
* [storage] fix settings.ts
* [Storage] Implement wrapSync, fix UI
* [storage] fix storage
* [plugins] re-add plugin loading
* [storage] fix fix storage
* [storage] make wrapSync more magical
* [storage] save deletes
* [ui] hack around plugin removal... again
* [plugins] make plugin storage work
* [storage] expose api
---------
Co-authored-by: Beef <beefers@riseup.net>
|
2023-01-29 21:05:47 +00:00 |
|
Jack
|
7282d45d39
|
[Global] Basic commands api implementation (#9)
* [Global] Basic commands api implementation
* [Commands] Return unregister method when registering command
* [Commands] Code cleanup pass
Co-authored-by: Beef <beefers@riseup.net>
|
2023-01-25 08:28:48 +00:00 |
|
Beef
|
bff883ec30
|
[Storage] Remove TODO for typing
|
2023-01-17 08:02:50 +00:00 |
|
Beef
|
19359529e9
|
[Utils > unfreeze] Add
|
2023-01-17 08:02:27 +00:00 |
|
Beef
|
a9cc702956
|
[Metro] Hoist Discord's constants
|
2023-01-17 08:01:53 +00:00 |
|
Jack
|
da83d4756a
|
[Settings > General] Accept discord server invite in-app (#4)
* [Settings > General] Make Discord Server button accept invite in-app
* [Settings > General] My changes
Co-authored-by: Beef <beefers@riseup.net>
|
2023-01-17 07:36:31 +00:00 |
|
redstonekasi
|
71f687e345
|
[Types] Type MMKVManager
|
2023-01-17 00:07:11 +00:00 |
|
Jack Matthews
|
3c95bb1024
|
[Metro > Common] Switch clipboard to @react-native-clipboard/clipboard
This library has added functionality, and the included clipboard is deprecated.
|
2023-01-17 00:07:03 +00:00 |
|
Beef
|
818573a228
|
[Storage] Move to MMKVManager
|
2023-01-16 23:08:09 +00:00 |
|
Beef
|
af936940a0
|
[UI > PluginCard] Fix crash with icon
|
2023-01-16 08:11:46 +00:00 |
|
Beef
|
66e84ecd8d
|
[TS] Don't use specific PlatformConstants import
|
2023-01-14 16:24:14 +00:00 |
|
Beef
|
6764b07727
|
[UI > Subpage] Fix Tabs V2 crash
|
2023-01-14 16:05:37 +00:00 |
|
Beef
|
82e41a5c27
|
[TS] Properly type RN.Platform.constants
|
2023-01-14 16:05:08 +00:00 |
|
Beef
|
5560a136e6
|
[Meta] Fix dependency resolution issues
|
2023-01-14 16:04:24 +00:00 |
|
Beef
|
dee5ed0172
|
[UI] Overall cleanup and fixes
|
2023-01-14 02:41:28 +00:00 |
|
Beef
|
a8b5beff6e
|
[Cleanup] Several small cleanups
|
2023-01-14 02:39:10 +00:00 |
|
Beef
|
985115cd9b
|
[Meta] Clean and use Discord's dep versions
|
2023-01-14 02:35:30 +00:00 |
|