Jiiks
fe319e58fe
Remove data addition
2018-03-10 10:20:29 +02:00
Jiiks
45545d86b4
It's ugly for now.
2018-03-10 09:58:25 +02:00
Jiiks
c59494f604
Emote autocomplete ui
2018-03-10 05:29:04 +02:00
Jiiks
523d226b91
Initial autocomplete and all emotes
2018-03-10 05:05:12 +02:00
Alexei Stukov
27aa21a47a
Merge pull request #164 from JsSucks/dom-attributes
...
UI Events, badges, data attributes, etc
2018-03-09 12:38:13 +02:00
Jiiks
4984ae996e
Merge branch 'dom-attributes' of https://github.com/JsSucks/BetterDiscordApp into dom-attributes
2018-03-09 12:33:58 +02:00
Jiiks
f494cbbb7a
Bad filename
2018-03-09 12:33:38 +02:00
Alexei Stukov
ef19f4723e
Merge branch 'master' into dom-attributes
2018-03-09 12:26:50 +02:00
Alexei Stukov
1adf372de9
Merge pull request #163 from samuelthomas2774/settings-menu-keybinds-and-fixes
...
Add keybind settings, add settings menu items to the plugin API and fix theme loading
2018-03-09 12:23:04 +02:00
Jiiks
fe884ae436
filter check
2018-03-09 11:00:15 +02:00
Jiiks
ae651e08e9
Reliable observers
2018-03-09 10:43:03 +02:00
Samuel Elliott
b24e0ef178
Fix error on keypress
...
Uncaught TypeError: Cannot assign to read only property 'ignoreNextKeypress' of object '[object Object]'
at ../node_modules/combokeys/Combokeys/index.js.module.exports.../node_modules/combokeys/Combokeys/prototype/handleKey.js.module.exports [as handleKey] (/Users/Samuel/Documents/BetterDiscord/2018-01-19/betterdiscordapp/client/dist/betterdiscord.client.…:4703)
at ../node_modules/combokeys/Combokeys/index.js.module.exports.../node_modules/combokeys/Combokeys/prototype/handleKeyEvent.js.module.exports (/Users/Samuel/Documents/BetterDiscord/2018-01-19/betterdiscordapp/client/dist/betterdiscord.client.…:4752)
at HTMLDocument.r (721226c….js:25)
2018-03-09 01:57:27 +00:00
Samuel Elliott
3578698a86
Fix deleting all injected styles
2018-03-09 01:26:45 +00:00
Samuel Elliott
1319793123
Unbind keybind event when plugin stopped
2018-03-09 00:46:56 +00:00
Samuel Elliott
47c786a98a
Can’t freeze internals as then Vue can’t make any plugin/theme’s info and enabled state reactive
2018-03-09 00:18:05 +00:00
Samuel Elliott
bc1f93dd89
Store patched functions in a weakmap, move events wrapper and prevent plugins from modifying the plugin and content prototypes and their internals object
2018-03-08 23:43:26 +00:00
Jiiks
976ea796f8
Reliable switch events
2018-03-08 23:40:38 +02:00
Jiiks
a746d6a03e
Remove test badge
2018-03-08 23:15:57 +02:00
Jiiks
393362c8fb
Userlist badges
2018-03-08 21:58:53 +02:00
Jiiks
af8f7b0c9f
Trigger on loaded more as well
2018-03-08 21:42:19 +02:00
Jiiks
1c63b8a05d
Extend EventListener and add badges on other events
2018-03-08 21:40:43 +02:00
Jiiks
dfa7987756
add badges to messages as well
2018-03-08 20:46:03 +02:00
Jiiks
7737dacd05
Use data- prefix for dataset access
2018-03-08 19:45:17 +02:00
Jiiks
b75c7716c9
User reflection prop iterator
2018-03-08 19:37:50 +02:00
Jiiks
7e2be8bb19
add initial user-id manip
2018-03-08 19:35:05 +02:00
Jiiks
399f8a790d
add deeper find
2018-03-08 19:30:21 +02:00
Jiiks
fdfd0a6454
add loading more mutation callback
2018-03-08 17:37:38 +02:00
Jiiks
88b46bc359
only set currentuser attr if true
2018-03-08 16:46:50 +02:00
Jiiks
fcebb43f35
Remove useless obeservers then
2018-03-08 16:44:51 +02:00
Samuel Elliott
e7b0acb5a0
Fix plugin API basic modals
2018-03-08 13:59:19 +00:00
Jiiks
e22e7f7af8
Hide mutable markup when editing
2018-03-08 14:47:15 +02:00
Jiiks
7a82d9e860
Edits and new messages functional
2018-03-08 14:45:31 +02:00
Jiiks
4804cd6ccb
No class needed
2018-03-08 14:19:17 +02:00
Jiiks
44f0effba5
Renam event
2018-03-08 14:04:51 +02:00
Jiiks
5fd62c8050
Move markup cloning to automanipulator
2018-03-08 13:15:58 +02:00
Jiiks
8bda3e9b4d
Don't need the classname
2018-03-08 11:18:21 +02:00
Jiiks
0154a7e97b
add prop iterator
2018-03-08 11:17:33 +02:00
Jiiks
fdfd961390
Change how reflection works
2018-03-08 10:59:51 +02:00
Jiiks
43359d771c
add automa, new functions to ui and base reflection
2018-03-08 10:40:29 +02:00
Jiiks
ff71042bb0
add ignoreExternal for faster testing other things
2018-03-08 08:25:51 +02:00
Samuel Elliott
68c0133381
Make menu keybind customisable
2018-03-08 02:42:06 +00:00
Samuel Elliott
dfd0208394
Fix theme loading
2018-03-08 02:41:47 +00:00
Samuel Elliott
0229482be8
Add keybind setting
2018-03-08 02:41:38 +00:00
Samuel Elliott
e78089a509
Add menu items to the plugin API
2018-03-07 20:32:04 +00:00
Samuel Elliott
5e259f50f8
Refactor settings menu
...
Adds support for dynamically adding items
2018-03-07 20:19:02 +00:00
Samuel Elliott
0bbd7b506a
Add option to ignore content manager errors
2018-03-07 19:57:00 +00:00
Alexei Stukov
1ddb93bd5d
Merge pull request #162 from JsSucks/socket-events
...
Simply emit everything we have instead of anything fancy
2018-03-07 12:42:02 +02:00
Jiiks
2e512e61b2
Push the data in generic events as well
2018-03-07 12:33:56 +02:00
Jiiks
37ecd7ec4e
Simply emit everything we have instead of anything fancy
2018-03-07 12:32:58 +02:00
Alexei Stukov
67747f85eb
Merge pull request #161 from JsSucks/emote-module
...
Emote module
2018-03-07 11:43:20 +02:00