1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-20 13:16:43 +01:00

1127 Commits

Author SHA1 Message Date
Kushagra Gour
af71b43dcb add changelog 2017-01-24 01:45:06 +05:30
Kushagra Gour
8d7c33d20a refactor 2017-01-24 01:27:47 +05:30
Kushagra Gour
0e322d3e72 eslint fixes. 2017-01-23 03:31:49 +05:30
Kushagra Gour
0c055d4e55 add autocompletion for js,css,html. fixes #43 2017-01-23 03:17:22 +05:30
Kushagra Gour
4dd340425f fix modes and paths of codemirror modes. fixes #46 2017-01-23 01:53:41 +05:30
Kushagra Gour
3d74ce4cd7 load user script from external js file. fix #39 2017-01-20 03:06:16 +05:30
Kushagra Gour
aadb2c1835 Avoid complete page refresh when just css changes. Lots faster now. fixes #22 2017-01-20 02:56:20 +05:30
Kushagra Gour
176970e1dc add full screen layout. fixes #24 2017-01-20 02:25:52 +05:30
Kushagra Gour
b0290f9ed0 add missed jsx mode files :P 2017-01-20 02:25:16 +05:30
Kushagra Gour
ea6acdcd8e add sass support. fixes #45 2017-01-20 02:24:42 +05:30
Kushagra Gour
ec7b0e85a4 Update README.md 2017-01-20 01:12:31 +05:30
Kushagra Gour
de05737b41 bump to 2.1 v2.1.0 2017-01-18 04:25:47 +05:30
Kushagra Gour
8259c97ae0 Merge pull request #42 from chinchang/release-2.1
Release 2.1
2017-01-18 04:24:13 +05:30
Kushagra Gour
80b8da075c fix typescript compilation 2017-01-18 04:23:04 +05:30
Kushagra Gour
758e91df31 minify typescript and typo 2017-01-18 04:09:22 +05:30
Kushagra Gour
ef41770b1e add changelog 2017-01-18 03:59:21 +05:30
Kushagra Gour
3800b5633b fix escodegen maker 2017-01-18 03:53:27 +05:30
Kushagra Gour
c0a71b12df resolve n merge react fix 2017-01-18 03:48:34 +05:30
Kushagra Gour
a500f2dd13 fix jsx support. fixes #30 2017-01-18 03:47:37 +05:30
Kushagra Gour
52213cdf18 eslint fixes..oke bro 2017-01-18 02:59:55 +05:30
Kushagra Gour
b85ca0c3c7 onboarding modal tweak 2017-01-18 02:47:55 +05:30
Kushagra Gour
5e47fac434 some onboard events. 2017-01-18 02:37:03 +05:30
Kushagra Gour
d3555c4885 add stylus support. fixes #31 2017-01-18 02:30:50 +05:30
Kushagra Gour
602c3fb30a add code folding fixes #38 2017-01-16 04:21:13 +05:30
Kushagra Gour
79a9363829 show typescript erros. still broken 2017-01-16 03:58:53 +05:30
Kushagra Gour
0030c02156 give option to change replaceNewTab setting in onobarding 2017-01-16 03:56:51 +05:30
Kushagra Gour
722cffd973 add typescript compiler 2017-01-16 03:55:48 +05:30
Kushagra Gour
478e8ed06a add basic typescript support. fix #29 2017-01-11 02:47:03 +05:30
Kushagra Gour
568eaceb6d eslint fixes. 2017-01-04 02:47:09 +05:30
Kushagra Gour
1bfc80fdc3 bump to 2.0.1 2017-01-04 02:34:32 +05:30
Kushagra Gour
772847fc88 event fix and add once 2017-01-04 02:33:53 +05:30
Kushagra Gour
8e34f86cd2 bump to 2.0.0 2017-01-02 00:59:44 +05:30
Kushagra Gour
c510071b48 minor tweaks in copy 2017-01-02 00:58:19 +05:30
Kushagra Gour
097b84b8f2 update readme 2017-01-02 00:49:43 +05:30
Kushagra Gour
24cd6af590 update twitter handle 2017-01-02 00:13:28 +05:30
Kushagra Gour
e968229ee1 Merge pull request #25 from chinchang/release-2.0
Release 2.0
2017-01-01 17:54:46 +05:30
Kushagra Gour
88431d05c1 final slash 2017-01-01 17:47:38 +05:30
Kushagra Gour
a00bd0cc3e remove infinite loop protection when saving to file. 2017-01-01 17:12:22 +05:30
Kushagra Gour
db3665ad1a more events 2016-12-31 04:01:56 +05:30
Kushagra Gour
5bfc7a6f80 fix collapse animation perf 2016-12-31 03:37:39 +05:30
Kushagra Gour
f81c15d044 typo. 2016-12-29 16:40:53 +05:30
Kushagra Gour
4e999b52af ui fix. 2016-12-29 16:38:05 +05:30
Kushagra Gour
2b8c822204 separte out css and some styling changes. 2016-12-29 15:57:32 +05:30
Kushagra Gour
4b0e2e67d3 eslint fixes. 2016-12-28 16:51:28 +05:30
Kushagra Gour
92c06298ab resolve n merge master 2016-12-28 16:45:00 +05:30
Kushagra Gour
0a35cb7f4f Add onboard modal and code refactor.
- remove editur variable and replace with scope
- add d-click directive to add click listeners from html
- remove js-* ids from btn/modals and use directly from window
- add some events to track
2016-12-28 16:36:42 +05:30
Kushagra Gour
669bfe14ae open the extension page on first install. 2016-12-28 16:35:20 +05:30
Kushagra Gour
1d2bd36977 fix panel delays 2016-12-27 03:19:35 +05:30
Kushagra Gour
6720a8a4e1 bump to 1.7.4 v1.7.4 2016-12-11 01:02:43 +05:30
Kushagra Gour
620b8afda2 add usingpreview event. 2016-12-11 01:02:43 +05:30