1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-25 07:51:12 +02:00
Commit Graph

70 Commits

Author SHA1 Message Date
Kushagra Gour
f80a99f15e try saving with refreshed ids when importing to DB fails 2024-06-25 14:54:45 +05:30
Kushagra Gour
4b10a26a1d load screenlog before external JS 2024-05-10 14:00:20 +05:30
Kushagra Gour
91235e005d Merge remote-tracking branch 'origin/master' into manifestv3 2024-05-09 17:26:50 +05:30
Kushagra Gour
6929bc820f upgrade esprima to latest version fixes #252 2024-05-07 14:09:22 +05:30
Kushagra Gour
b37eab4386 Merge remote-tracking branch 'origin/master' into manifestv3 2024-05-06 17:54:20 +05:30
Kushagra Gour
2e143fb782 fix sharing n auth flow 2024-04-29 14:20:42 +05:30
Kushagra Gour
5dfa0c791e fix base path 2024-03-26 12:10:30 +05:30
Kushagra Gour
14bc964aa4 add subs details in profile modal 2024-03-19 15:53:02 +05:30
Kushagra Gour
dbad7d7400 get checkout ready 2024-03-15 18:16:55 +05:30
Kushagra Gour
9e6bd5f1d1 fix base tag and transpiler path 2024-02-29 17:36:21 +05:30
Kushagra Gour
820bcd41cd support public creations 2024-02-28 09:48:46 +05:30
Kushagra Gour
24cdf7ef7c mv3 code changes 2024-02-20 10:59:51 +05:30
Kushagra Gour
b22783ae87 styling fixes 2023-08-18 13:55:20 +05:30
Kushagra Gour
03489400e4 add error modal when js preview not working 2023-05-28 18:57:55 +05:30
Kushagra Gour
a607b9c9e5 update split.js and fix shrink bugs. fixes #333 2019-07-17 18:47:01 +05:30
Kushagra Gour
5c417e5d2f move handleModeRequirements into utils 2019-07-16 16:50:31 +05:30
Kushagra Gour
52849f5b56 fix links to new website 2019-03-18 18:48:58 +05:30
Kushagra Gour
ce26d84716 utils: improve log fn 2019-03-04 19:00:28 +05:30
Kushagra Gour
27eee4fb16 utils: eslint fix 2019-03-02 23:49:48 +05:30
Kushagra Gour
6b24e76951 merge master 2019-01-17 20:14:53 +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
8310b4aa4c make monaco stylesheet insert just once 2018-12-10 19:18:39 +05:30
Kushagra Gour
bae1983ca5 load monaco dependencies asyncly 2018-12-09 23:08:51 +05:30
Kushagra Gour
5541bf1d31 utils: typo 2018-11-16 23:59:49 +05:30
Kushagra Gour
8b9fe4da3c add prettier for html support 2018-11-16 14:59:18 +05:30
Kushagra Gour
7e58960fe9 extension: fix path for worker 2018-10-29 12:24:58 +05:30
Kushagra Gour
03e8e3e463 more prettier to worker, migrating change from master branch 2018-10-26 13:38:11 +05:30
Kushagra Gour
834536e315 Merge branch 'master' into release-4.0 2018-10-26 11:38:39 +05:30
Kushagra Gour
6aa2f1f70f extension: fix path for worker 2018-10-25 22:29:14 +05:30
Kushagra Gour
dce9de0731 fix worker paths 2018-10-25 19:17:51 +05:30
Kushagra Gour
f49c9a1f68 add prettier inside worker on shift-tab 2018-10-25 16:15:47 +05:30
Kushagra Gour
2091df6916 Use prettier on Shift+tab inside codemirror 2018-10-24 19:23:57 +05:30
Kushagra Gour
662cea4db1 support sass/less prettifying 2018-10-15 16:57:55 +05:30
Kushagra Gour
2b737bb5b4 support json mode and prettifying 2018-10-15 16:53:38 +05:30
Kushagra Gour
41ae269d9b add prettier support for js,css,markdown fixes #234 2018-10-15 15:15:04 +05:30
Kushagra Gour
06fbfda8c9 eslint fixes 2018-07-31 01:22:26 +05:30
Kushagra Gour
679df53c2a Download files using app approach. Fixes #313.
This is done till chrome.downloads works again.
2018-07-31 00:50:49 +05:30
Kushagra Gour
cd1c82956e add correct files to zip and test zip download 2018-07-29 21:04:57 +05:30
Kushagra Gour
f3f9bf6b08 add support for templates 2018-07-09 23:25:12 +05:30
Kushagra Gour
800504e1fd add basic Js13kgames mode 2018-07-05 11:05:39 +05:30
Kushagra Gour
f7c926e68a add check on externalLibs before using 2018-06-22 20:35:18 +05:30
Kushagra Gour
0eec8bec91 eslint fixes 2018-06-22 20:19:19 +05:30
Kushagra Gour
15d65f30ea misc fixes 2018-06-19 00:47:39 +05:30
Kushagra Gour
31faf0207e export BASE_PATH from utils 2018-06-17 15:41:56 +05:30
Kushagra Gour
dfcd5bc505 get preact files into root 2018-06-16 14:56:14 +05:30
Kushagra Gour
f5d2b5d1a7 remove old files 2018-06-15 23:22:23 +05:30
Kushagra Gour
dd4a11d059 add setting to change infinite loop detection timeout. fixes #188; 2018-05-05 23:10:45 +05:30
Kushagra Gour
ba4f11f60d utils: add polyfill for requestIdlecallback 2018-02-15 02:59:21 +05:30
Kushagra Gour
3a23861711 fix things to show/hide on each platform 2018-01-13 12:21:34 +05:30