Jiiks
48fabda81f
Styles
2018-01-22 19:06:33 +02:00
Jiiks
6cf4322127
Don't toggle dev tools
2018-01-22 19:01:19 +02:00
Jiiks
2cc0e6c1aa
Css editor panel
2018-01-22 19:00:51 +02:00
Jiiks
a666a52f72
add material icons. Maybe just use the font instead? Maybe
2018-01-22 15:07:30 +02:00
Jiiks
47371b3a19
ui up to date with master
2018-01-22 14:35:13 +02:00
Alexei Stukov
9cdf200ae7
Merge pull request #36 from JsSucks/css-editor
...
Merge new css editor package
2018-01-22 13:31:31 +02:00
Jiiks
e714a9267f
Fix import
2018-01-22 13:29:10 +02:00
Jiiks
8cf6d6f2e0
add csseditor build to root
2018-01-22 13:23:50 +02:00
Jiiks
2618876e62
css saving
2018-01-22 13:22:39 +02:00
Jiiks
dd9ec12b36
Implement all functionality that master has
2018-01-22 13:10:09 +02:00
Jiiks
725c95d6d3
Start converting csseditor to another module
2018-01-22 12:16:23 +02:00
Alexei Stukov
43fb6eb2c9
Merge pull request #34 from samuelthomas2774/css-editor
...
CSS editor tweaks
Fixes #14
2018-01-22 08:43:36 +02:00
Samuel Elliott
10ea33f270
Fixed bug where CSS editor cannot be opened twice without restarting
...
Uncaught exception:
Error: Object has been destroyed
at CSSEditor.openEditor (/Users/Samuel/Documents/BetterDiscord/2018-01-19/betterdiscordapp/core/dist/modules/csseditor.js:21:40)
2018-01-22 00:20:15 +00:00
Samuel Elliott
731d18e4da
CSS editor tweaks and fixes
...
- Load CodeMirror locally
- CSS tweaks - editor window look more native now
- Fixed bug where the live update checkbox can’t be unchecked
2018-01-22 00:02:19 +00:00
Jiiks
5d07d9b429
Set node ver
2018-01-21 15:50:00 +02:00
Jiiks
11e42a4ce9
Move deps to root
2018-01-21 15:41:56 +02:00
Jiiks
111bc2da2f
This is a test
2018-01-21 15:30:01 +02:00
Jiiks
d88556ccba
Restructure
2018-01-21 15:26:57 +02:00
Jiiks
2abbe56498
Readme
2018-01-21 15:21:48 +02:00
Alexei Stukov
8a7320baab
Merge pull request #33 from JsSucks/webpack
...
Remove async from WebpackModules, update filters and known modules
2018-01-21 15:17:08 +02:00
Jiiks
a323531dfc
Travis
2018-01-21 15:12:48 +02:00
Zack Rauen
645bf81160
Hopefully fixes #11 with other changes
2018-01-21 07:52:02 -05:00
Zack Rauen
316f30196c
Merge remote-tracking branch 'refs/remotes/origin/master' into webpack
2018-01-21 07:29:14 -05:00
Jiiks
a288d2473f
add temp spinner for online plugins
2018-01-21 12:24:43 +02:00
Jiiks
87fcff3ffb
add spinners by Beard <3 https://codepen.io/Beard-Design/pen/zpeWjV
2018-01-21 12:19:25 +02:00
Jiiks
0fbe5f8ce7
PluginView and PluginCard styling
2018-01-21 12:15:19 +02:00
Alexei Stukov
cb091b594d
Merge pull request #32 from JsSucks/css-editor
...
Merge
2018-01-21 11:28:27 +02:00
Jiiks
6f9f005ed9
added a missing return if editor is already open.
2018-01-21 11:27:44 +02:00
Alexei Stukov
7add5afc30
Merge pull request #31 from JsSucks/ui
...
Merge
2018-01-21 11:25:23 +02:00
Jiiks
3500b2890b
CssEditor button functionality
2018-01-21 11:24:28 +02:00
Alexei Stukov
d57b394768
Merge pull request #30 from JsSucks/csseditor
...
Merge current css editor
2018-01-21 11:18:29 +02:00
Jiiks
e1e3e77e08
Resolve conflicts
2018-01-21 11:16:50 +02:00
Jiiks
6816a2938a
Conflict resolve
2018-01-21 11:12:29 +02:00
Jiiks
0e70eea85c
Merge master into csseditor
2018-01-21 11:11:46 +02:00
Jiiks
1f618684b8
Added gulp plumber, gulp watch, parent package with scripts and windows batch files for everything.
2018-01-21 10:38:49 +02:00
Alexei Stukov
d1988f915f
Merge pull request #29 from samfun123/csseditor
...
Implement the main features of the CSS Editor
2018-01-21 10:14:46 +02:00
Alexei Stukov
623aaeb01a
Merge pull request #28 from JsSucks/webpack
...
WebpackModules rewrite + remove external moment.js dependency
2018-01-21 10:12:39 +02:00
samfun123
5251d42c2f
Implement the main features of the CSS Editor
2018-01-20 22:48:48 -05:00
Zack Rauen
7b578dcc56
rewrite webpack with known modules
2018-01-20 20:10:24 -05:00
Zack Rauen
0cd70e5da3
Merge remote-tracking branch 'refs/remotes/origin/master' into webpack
2018-01-20 19:47:04 -05:00
Alexei Stukov
906bda3489
Merge pull request #27 from JsSucks/plugin-manager
...
Merge
2018-01-21 02:46:34 +02:00
Zack Rauen
10b843d53e
Merge remote-tracking branch 'refs/remotes/BDBeta/master' into webpack
2018-01-20 19:34:37 -05:00
Jiiks
4362d39624
add some more trycatch for external code calls
2018-01-21 01:46:49 +02:00
Jiiks
6640fa1890
Cleanup manually deleted plugin
2018-01-21 01:43:17 +02:00
Jiiks
fe29c78583
Refresh instead of reload and remove debug
2018-01-21 01:38:57 +02:00
Pierce
de5fd43b84
Merge pull request #25 from samuelthomas2774/master
...
Fixed bug introduced in #24
2018-01-20 17:48:39 -05:00
Samuel Elliott
7d1416da67
Fixed bug with pressing B
...
JsSucks/BetterDiscordApp#22
2018-01-20 22:42:22 +00:00
Alexei Stukov
5aed82573f
Merge pull request #1 from JsSucks/master
...
Merge
2018-01-21 00:17:44 +02:00
Jiiks
8b9d923ae2
Temp refresh button
2018-01-20 21:07:04 +02:00
Jiiks
9f0eb844c2
Display local plugins in tab
2018-01-20 20:30:05 +02:00