1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-15 19:16:18 +02:00
Commit Graph

1382 Commits

Author SHA1 Message Date
cb4d19d05c tests for new button 2022-04-16 10:36:32 +05:30
f6cf7766f3 Cypress integrated with some tests 2022-04-16 00:31:32 +05:30
432143ba3e update app.jsx to 5.0 2022-04-07 13:37:43 +05:30
48c475d17b Merge pull request from chinchang/v5
V5
2022-04-07 13:26:25 +05:30
a8ca9b878e bump to v5.0.0 v5.0.0 2022-04-07 13:24:42 +05:30
f01f048c29 add changelog 2022-04-07 13:24:20 +05:30
65d1e15112 add es translation 2022-04-07 13:18:01 +05:30
3279fe0024 remove mo file 2022-04-07 13:13:27 +05:30
c287ef784e Merge pull request from leninalbertolp/v5
Translated
2022-04-07 13:10:07 +05:30
b08c34ff59 fix bugs 2022-04-07 13:01:07 +05:30
98590c3ddf Update package.json homepage url 2022-04-07 12:07:05 +05:30
b23b632bff fix sw generation 2022-04-06 20:29:39 +05:30
a5c218e0cd add nvmrc 2022-04-04 01:24:31 +05:30
f968765a41 update package-lock 2022-04-04 00:45:04 +05:30
bf1c5b5a3b Merge pull request from chinchang/v5-fix-503
Fixes in the gulpfile
2022-04-04 00:39:49 +05:30
6d0e034173 Add a flag to avoid bundling of css in the template html 2022-04-03 20:46:08 +05:30
fe6ee271cf Merge pull request from chinchang/v5-fix-507
v5: Fix Type-Error on opening Modals
2022-04-03 11:25:50 +05:30
c7e2084d15 fix: update the syntax from class components to functional 2022-04-02 21:06:27 +05:30
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
ea740823da Merge pull request from chinchang/v5-fix-397
Add functionality of coming back from full preview in files mode
2022-03-21 10:08:54 +05:30
5eab670298 Update tooltip message on Full Screen Preview btn 2022-03-20 22:03:24 +05:30
0ceb4ecc5e Adds functionality of toggling Full Screen in Files Mode 2022-03-20 17:52:32 +05:30
1e0d04d7a0 Merge branch 'v5' of github.com:chinchang/web-maker into v5 2022-03-12 14:18:25 +05:30
1eaebeaacb update package-lock 2022-03-12 14:16:46 +05:30
2863d1296b Merge pull request 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
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
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
4437069580 fix: remove this on onKeyDownHandler 2022-03-12 11:17:24 +05:30
a78a686ef1 Merge pull request from chinchang/v5-fix-498
(v5) fix top header buttons misaligned
2022-03-11 22:18:46 +05:30
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
43db944c0d set engine to node 16 🔥 2022-03-08 12:39:12 +05:30
5e548d681c Merge remote-tracking branch 'origin/master' into v5 2022-03-08 12:37:56 +05:30
18a5007a2a upgrade firebase and import css files 2022-03-08 12:31:44 +05:30
887cc68943 update node version 2022-02-26 17:10:34 +05:30
cbe0b695e0 Update README.md 2022-02-26 02:20:14 +05:30
c0eac0392e Update README.md 2022-02-24 01:07:01 +05:30
1a22e6ad1a Merge pull request from chinchang/RELEASE-v4.2.0
Release v4.2.0
2022-02-21 21:27:21 +05:30
f4e4565f3b bump to 4.2.0 2022-02-20 22:28:13 +05:30
736219297c fix changelog message 2022-02-20 22:28:07 +05:30
2952ffab31 add changelog 2022-02-20 15:45:46 +05:30
ad4f65eaed Merge pull request from chinchang/add-build-extension-task
Add build extension task in gulpfile.js
2022-02-20 14:41:43 +05:30
0611a1df8d Update RELEASE.md 2022-02-20 14:09:32 +05:30
fe05e7c9c2 update .gitignore 2022-02-20 14:07:41 +05:30
c7faa25a7c Add build-extension task in gulpfile.js 2022-02-20 14:05:37 +05:30
5d11b9f6be add RELEASE.md 2022-02-20 13:48:13 +05:30
3d62101282 Merge pull request from chinchang/fix-{476}-add-strict-node-version
add strict node version
2022-02-20 13:01:17 +05:30
d7ce1c4b69 strictly mention node version in package.json 2022-02-18 23:48:41 +05:30
d3a7acf95c strictly mention node version in package.json 2022-02-18 20:23:50 +05:30
3332629211 Update README.md 2022-02-16 18:13:12 +05:30
12f3c8e3c7 Merge pull request from LoganDark/patch-1
Add tailwind CDN to CSP and bump minor version
2022-01-01 18:59:16 +05:30