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

1367 Commits

Author SHA1 Message Date
Kushagra Gour
bf1c5b5a3b
Merge pull request #506 from chinchang/v5-fix-503
Fixes in the gulpfile
2022-04-04 00:39:49 +05:30
Arnab Sen
6d0e034173
Add a flag to avoid bundling of css in the template html 2022-04-03 20:46:08 +05:30
Kushagra Gour
fe6ee271cf
Merge pull request #508 from chinchang/v5-fix-507
v5: Fix Type-Error on opening Modals
2022-04-03 11:25:50 +05:30
Arnab Sen
c7e2084d15
fix: update the syntax from class components to functional 2022-04-02 21:06:27 +05:30
Arnab Sen
3f97bb7072 Fixes in the gulpfile
- there is no vendor.js file hence removed the minifyJs call on that
- added callback function parameter to the anonymous function of release
  and devRelease
2022-03-26 15:29:05 +05:30
Kushagra Gour
ea740823da
Merge pull request #505 from chinchang/v5-fix-397
Add functionality of coming back from full preview in files mode
2022-03-21 10:08:54 +05:30
Arnab Sen
5eab670298
Update tooltip message on Full Screen Preview btn 2022-03-20 22:03:24 +05:30
Arnab Sen
0ceb4ecc5e
Adds functionality of toggling Full Screen in Files Mode 2022-03-20 17:52:32 +05:30
Kushagra Gour
1e0d04d7a0 Merge branch 'v5' of github.com:chinchang/web-maker into v5 2022-03-12 14:18:25 +05:30
Kushagra Gour
1eaebeaacb update package-lock 2022-03-12 14:16:46 +05:30
Kushagra Gour
2863d1296b
Merge pull request #502 from chinchang/v5-fix-443
(v5) fix detached preview not working in Files mode and some nits
2022-03-12 14:13:18 +05:30
Arnab Sen
d13e7981e0
Replace preview with index in the check
The iframe where the output is displayed in case of Files Mode has
the url http(s)://<domain>/index.html and not preview.html.
2022-03-12 12:26:23 +05:30
Arnab Sen
d97430880a
Package concurrently added to run gulp and preact
Previously we had to run two separate commands to start the gulp preview
server and the actual preact app. This new dev package will run those
commands concurrently under the hood. We just have to use npm run
start.
2022-03-12 12:00:56 +05:30
Arnab Sen
4437069580
fix: remove this on onKeyDownHandler 2022-03-12 11:17:24 +05:30
Kushagra Gour
a78a686ef1
Merge pull request #501 from chinchang/v5-fix-498
(v5) fix top header buttons misaligned
2022-03-11 22:18:46 +05:30
Arnab Sen
c62592bf57
Remove stylesheets from html and include in js
The stylesheets that were linked in the index.html were redundant, as
they were already bundled by the webpack. The style.css was again imported in
the components/app.jsx. Now, it is placed in the index.js in a
order that style.css overrides the other stylesheets.
2022-03-11 20:05:28 +05:30
Kushagra Gour
43db944c0d set engine to node 16 🔥 2022-03-08 12:39:12 +05:30
Kushagra Gour
5e548d681c Merge remote-tracking branch 'origin/master' into v5 2022-03-08 12:37:56 +05:30
Kushagra Gour
18a5007a2a upgrade firebase and import css files 2022-03-08 12:31:44 +05:30
Kushagra Gour
887cc68943
update node version 2022-02-26 17:10:34 +05:30
Kushagra Gour
cbe0b695e0
Update README.md 2022-02-26 02:20:14 +05:30
Kushagra Gour
c0eac0392e
Update README.md 2022-02-24 01:07:01 +05:30
Kushagra Gour
1a22e6ad1a
Merge pull request #490 from chinchang/RELEASE-v4.2.0
Release v4.2.0
2022-02-21 21:27:21 +05:30
RuntimeTerror10
f4e4565f3b bump to 4.2.0 2022-02-20 22:28:13 +05:30
RuntimeTerror10
736219297c fix changelog message 2022-02-20 22:28:07 +05:30
RuntimeTerror10
2952ffab31 add changelog 2022-02-20 15:45:46 +05:30
Kushagra Gour
ad4f65eaed
Merge pull request #489 from chinchang/add-build-extension-task
Add build extension task in gulpfile.js
2022-02-20 14:41:43 +05:30
Kushagra Gour
0611a1df8d
Update RELEASE.md 2022-02-20 14:09:32 +05:30
RuntimeTerror10
fe05e7c9c2 update .gitignore 2022-02-20 14:07:41 +05:30
RuntimeTerror10
c7faa25a7c Add build-extension task in gulpfile.js 2022-02-20 14:05:37 +05:30
Kushagra Gour
5d11b9f6be
add RELEASE.md 2022-02-20 13:48:13 +05:30
Kushagra Gour
3d62101282
Merge pull request #487 from chinchang/fix-{476}-add-strict-node-version
add strict node version
2022-02-20 13:01:17 +05:30
RuntimeTerror10
d7ce1c4b69 strictly mention node version in package.json 2022-02-18 23:48:41 +05:30
RuntimeTerror10
d3a7acf95c strictly mention node version in package.json 2022-02-18 20:23:50 +05:30
Kushagra Gour
3332629211
Update README.md 2022-02-16 18:13:12 +05:30
Kushagra Gour
12f3c8e3c7
Merge pull request #478 from LoganDark/patch-1
Add tailwind CDN to CSP and bump minor version
2022-01-01 18:59:16 +05:30
Kushagra Gour
c44df07b1f
revert version 2022-01-01 18:58:43 +05:30
LoganDark
18d1987a06
Update AddLibrary.jsx 2021-12-28 01:59:59 -08:00
LoganDark
2185ba6c1f
Update AddLibrary.jsx 2021-12-28 01:59:50 -08:00
LoganDark
3b6c5a781e
Add tailwind cdn to csp and bump minor version 2021-12-28 01:58:42 -08:00
Kushagra Gour
3ec44da3af
Update README.md 2021-12-04 22:33:47 +05:30
Kushagra Gour
a7f6af540b
Update README.md 2021-09-23 00:19:58 +05:30
Kushagra Gour
92d206aff1
Update README.md 2021-09-23 00:17:27 +05:30
Kushagra Gour
413a36fb2c
Update footer.html 2021-06-13 14:01:17 +05:30
Kushagra Gour
6809b006c9
add footer pic 2021-06-13 13:55:50 +05:30
Kushagra Gour
9f5fd294c7
hero bg change 2021-06-13 10:32:01 +05:30
Kushagra Gour
489d2aae02
spiceup screenshot 2021-06-13 10:28:19 +05:30
Kushagra Gour
e6cc568108
Update README.md 2021-06-11 12:50:58 +05:30
Kushagra Gour
197949eb07
Merge pull request #458 from frank-dspeed/master
Update README.md
2021-05-14 12:13:50 +05:30
Frank Lemanschik
c6e01f9cb3
Update README.md
Corrected your labs URL as i like your project its a good example to demonstrate
2021-05-13 06:05:24 +02:00