1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-12 12:04:24 +02:00
Commit Graph

1149 Commits

Author SHA1 Message Date
Kushagra Gour
e54c2546b1 fix acss config with unquoted keys 2024-02-08 16:37:58 +05:30
Kushagra Gour
dafda3ffa6 bump to 5.1.1 2023-10-27 15:13:45 +05:30
Kushagra Gour
74908680db changelog 2023-10-27 15:06:19 +05:30
Kushagra Gour
99f3cceb54 fix style in preview.html. fixes #548 2023-10-27 14:56:18 +05:30
Kushagra Gour
ae6f327dda bump to 5.1.0 2023-10-13 18:06:09 +05:30
Kushagra Gour
e0a7134a49 typo 2023-10-13 17:57:29 +05:30
Kushagra Gour
691b890d4c add changelog 2023-10-13 17:56:06 +05:30
Kushagra Gour
d7c127de70 retain console open state on refreshes. fixes #435 2023-10-13 17:30:15 +05:30
Kushagra Gour
f249d34f2f add pointer cursor to footer btn n links 2023-10-13 16:18:50 +05:30
Kushagra Gour
b126a0dd22 Merge pull request #545 from nhogle/fix-544-gutter-errors
Fix showErrors() method of CodeEditor component
2023-10-13 16:10:24 +05:30
Kushagra Gour
250a15a600 fix library not updating #530 2023-10-12 20:14:48 +05:30
Kushagra Gour
6ba1cdb0f3 move tailwind 3 to JS lib 2023-10-12 20:14:48 +05:30
Nick Hogle
d6e7cd3a8e Fix issue 546: Tab key not working in JS editor when using CodeMirror
- The check for the Emmet option was short-circuiting the logic for
inserting a Tab.  Note that the emmet option is only enabled on HTML and
CSS editors, (and not the JS editor), which is why the `Tab` key works in
those editors, but not the JS editor.
2023-10-11 16:19:45 -07:00
Nick Hogle
5952919396 Fix showErrors() method of CodeEditor component
- This was causing WebMaker to throw the following error whenever the
showErrors() method was called, preventing the desired behavior of showing
the errors in the CodeMirror gutter:

	Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'instance')
2023-10-11 15:26:52 -07:00
Kushagra Gour
be13224324 Merge branch 'master' into assets 2023-09-04 17:55:57 +05:30
Kushagra Gour
db744a7fe1 add prettificaiton n fix decode err 2023-09-04 09:32:26 +05:30
Kushagra Gour
8c0b315eeb add query param code read mode 2023-09-04 08:59:47 +05:30
Kushagra Gour
b22783ae87 styling fixes 2023-08-18 13:55:20 +05:30
Kushagra Gour
317d803a18 drag n drop in assets modal 2023-08-17 23:03:45 +05:30
Kushagra Gour
84b23a302e update react-inspector n prettier 2023-08-16 20:53:31 +05:30
Kushagra Gour
d267377ead add assets modal 2023-08-16 18:20:06 +05:30
Kushagra Gour
93432c4ed6 version fix 2023-05-29 01:28:13 +05:30
Kushagra Gour
27a30a0110 bump to 5.0.3 2023-05-29 01:19:35 +05:30
Kushagra Gour
3f3393b5df remove polyfills script tag 2023-05-28 18:57:55 +05:30
Kushagra Gour
03489400e4 add error modal when js preview not working 2023-05-28 18:57:55 +05:30
Kushagra Gour
a7f6c7cf83 bump to 5.0.2 2023-05-28 18:24:52 +05:30
Kushagra Gour
3f8ba77b0f changelog 2023-05-28 18:23:50 +05:30
May Kittens Devour Your Soul
607e63f123 Update libraryList.js 2023-05-27 22:52:47 +02:00
Kushagra Gour
ffc068e3e5 Merge pull request #515 from chinchang/cypress-int
Adding Cypress framework
2022-11-30 09:50:21 +05:30
Kushagra Gour
38ce9ef8fc 5.0.1 add changelog 2022-07-21 13:38:14 +05:30
Kushagra Gour
72e5d12a30 fix add library 2022-07-21 13:35:59 +05:30
Arnab Sen
675196bab3 test for checking saved items in the open pane 2022-04-19 11:22:40 +05:30
Arnab Sen
cb4d19d05c tests for new button 2022-04-16 10:36:32 +05:30
Arnab Sen
f6cf7766f3 Cypress integrated with some tests 2022-04-16 00:31:32 +05:30
Kushagra Gour
432143ba3e update app.jsx to 5.0 2022-04-07 13:37:43 +05:30
Kushagra Gour
a8ca9b878e bump to v5.0.0 2022-04-07 13:24:42 +05:30
Kushagra Gour
f01f048c29 add changelog 2022-04-07 13:24:20 +05:30
Kushagra Gour
65d1e15112 add es translation 2022-04-07 13:18:01 +05:30
Kushagra Gour
3279fe0024 remove mo file 2022-04-07 13:13:27 +05:30
Kushagra Gour
c287ef784e Merge pull request #429 from leninalbertolp/v5
Translated
2022-04-07 13:10:07 +05:30
Kushagra Gour
b08c34ff59 fix bugs 2022-04-07 13:01:07 +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
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
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
4437069580 fix: remove this on onKeyDownHandler 2022-03-12 11:17:24 +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
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