1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-29 18:47:38 +01:00

1127 Commits

Author SHA1 Message Date
Kushagra Gour
86515bb4bd CodeEditor: wrap cm commands in deferred too 2019-01-27 23:13:31 +05:30
Kushagra Gour
6b24e76951 merge master 2019-01-17 20:14:53 +05:30
Kushagra Gour
9ab4409fed ContentWrapFile: import BASE_PATH 2019-01-17 20:10:26 +05:30
Kushagra Gour
9a1f1cca87 Codeeditor: run code on editor initialize 2019-01-17 20:09:42 +05:30
Kushagra Gour
0719fbeb22 build 3.6.1 v3.6.1 2019-01-08 18:30:30 +05:30
Kushagra Gour
220c7f5ffc bump to 3.6.1 2019-01-08 18:21:17 +05:30
Kushagra Gour
d20b036de4 add changelog for 3.6.1 2019-01-08 18:18:46 +05:30
Kushagra Gour
31105eb0fd Fix import of items when logging in. fixes #316 2019-01-08 18:13:39 +05:30
Kushagra Gour
31e401d185 cleanup and comments 2019-01-08 14:01:17 +05:30
Kushagra Gour
c4873af86e
Merge pull request #357 from code-at-the-edge/fix-355-check-for-dev-env
Add check for development environment in `utils.js`
2018-12-14 12:21:25 +05:30
Kushagra Gour
5bf9fbd7e7
Use strict equality 2018-12-14 12:19:10 +05:30
Matt Price
de3dc48aee add test for development version before setting BASE_PATH
This change should make it possible to run web-maker in dev mode with
no problems.
2018-12-13 14:58:08 -05:00
Kushagra Gour
5c6f93a927
Merge pull request #354 from chinchang/monaco-new
Monaco
2018-12-10 23:20:13 +05:30
Kushagra Gour
4e4973bd91 add docs and fix setOption in CodeEditor 2018-12-10 23:05:11 +05:30
Kushagra Gour
87a1e6c306 fix showError code for monaco 2018-12-10 19:28:38 +05:30
Kushagra Gour
3749a5cecb db: eslint fixes 2018-12-10 19:22:00 +05:30
Kushagra Gour
8310b4aa4c make monaco stylesheet insert just once 2018-12-10 19:18:39 +05:30
Kushagra Gour
eb139c8b40 CodeEditor: add cleargutter code 2018-12-10 19:13:37 +05:30
Kushagra Gour
098c47902c minor fixes and dead code removal 2018-12-10 19:11:19 +05:30
Kushagra Gour
f3c3730666 seriveworkerregistration: show alert when new content available 2018-12-09 23:12:39 +05:30
Kushagra Gour
deb03e7c7d setup build process for monaco files. public path is set to relative to support async chunk loading in app and extension both 2018-12-09 23:10:14 +05:30
Kushagra Gour
bae1983ca5 load monaco dependencies asyncly 2018-12-09 23:08:51 +05:30
Kushagra Gour
b48b6a2910 Settings: help text refactor 2018-12-01 00:04:19 +05:30
Kushagra Gour
5ff64073ff CodeEditor: simulate origin in change object for monaco 2018-11-30 15:50:02 +05:30
Kushagra Gour
afbcd0a559 get language in monaco and misc fixes 2018-11-30 10:55:11 +05:30
Kushagra Gour
932bbe43dc SplitPane: fix retaining both width/height on pane bug 2018-11-30 10:51:11 +05:30
Kushagra Gour
45bf3a0bfb CodeEditor: attach fontsize setting to monaco 2018-11-23 13:23:26 +05:30
Kushagra Gour
0d97564138 add monaco firt draft. fixes #275 2018-11-22 19:01:57 +05:30
Kushagra Gour
d9d1643b22 WIP 2018-11-21 20:40:34 +05:30
Kushagra Gour
6ed2d0981a add yarn-error.log to gitignore 2018-11-17 01:24:21 +05:30
Kushagra Gour
349673f14a update yarn.lock 2018-11-17 01:23:12 +05:30
Kushagra Gour
232c47f326 incorporate autoCloseTags option from master branch 2018-11-17 01:21:18 +05:30
Kushagra Gour
21d44bf9f6 merge master and resolve conflicts 2018-11-17 01:19:32 +05:30
Kushagra Gour
b006b4849e build 3.6.0 v3.6.0 2018-11-17 00:28:34 +05:30
Kushagra Gour
08fa1b098c bump to 3.6.0 2018-11-17 00:14:24 +05:30
Kushagra Gour
6ced3e0f5c remove unused "partials" folder from build 2018-11-17 00:13:40 +05:30
Kushagra Gour
7ff91d476a add changelog 3.6.0 2018-11-17 00:09:55 +05:30
Kushagra Gour
5541bf1d31 utils: typo 2018-11-16 23:59:49 +05:30
Kushagra Gour
d8c6eb85b3 Keyboardshortcutmodal: list prettier shortcut 2018-11-16 23:59:25 +05:30
Kushagra Gour
1be3f66a7d contentwrap: prettier 2018-11-16 23:41:36 +05:30
Kushagra Gour
b1f2e62c0b Add setting for autoclosetags. fixes #347 2018-11-16 23:40:43 +05:30
Kushagra Gour
bffb095832 Update firebase to latest version. Fixes multi-tab error also. fixes #340 2018-11-16 23:30:37 +05:30
Kushagra Gour
8b9fe4da3c add prettier for html support 2018-11-16 14:59:18 +05:30
Kushagra Gour
f073413c89 update prettier 2018-11-16 14:16:08 +05:30
Kushagra Gour
17850a15a4 eslint fixes 2018-11-15 19:41:03 +05:30
Kushagra Gour
fcc2ac672c
Merge pull request #350 from chinchang/settings-ui-refactor
Settings ui refactor
2018-11-13 20:18:57 +05:30
Kushagra Gour
f66d3d41ef typos 2018-11-13 20:18:22 +05:30
Kushagra Gour
63cfa2d164 Tabs: fix screen readering for tab switching 2018-11-13 18:46:07 +05:30
Kushagra Gour
097acc743a Settings: fix styling and outline flickr issue 2018-11-13 11:19:35 +05:30
Kushagra Gour
29725026ee Fix settings updation for switches 2018-11-12 18:26:04 +05:30