Kushagra Gour
f14f366b17
fix assets pro btn
2024-04-15 13:03:29 +05:30
Kushagra Gour
f27894a0f5
copy
2024-04-10 11:10:14 +05:30
Kushagra Gour
d418ea5b2b
style fixes
2024-03-29 18:20:59 +05:30
Kushagra Gour
3f93fc8af6
style fixes
2024-03-29 18:20:28 +05:30
Kushagra Gour
b9ba819de2
hack to have a SW work on iframe
2024-03-27 23:54:54 +05:30
Kushagra Gour
3ebb6b7ab1
use local html file for preview in normal mode
2024-03-27 13:22:43 +05:30
Kushagra Gour
46bdfd5f8f
fix files mode origin
2024-03-22 04:52:45 +05:30
Kushagra Gour
abab5a5735
fix detached mode
2024-03-22 04:48:31 +05:30
Kushagra Gour
6edd504517
typo
2024-03-22 04:41:07 +05:30
Kushagra Gour
8f78251a17
integrate with wbmakr.com
2024-03-22 04:40:49 +05:30
Kushagra Gour
578dc88a09
remove wrong import
2024-03-22 03:27:27 +05:30
Kushagra Gour
75221e9650
convert footer to fn component
2024-03-22 03:24:37 +05:30
Kushagra Gour
7ef30d689c
convert footer to fn component
2024-03-22 03:19:59 +05:30
Kushagra Gour
c7e523c374
change preview method to postmessage
2024-03-22 02:57:23 +05:30
Kushagra Gour
4ee7a2a2c0
add panda
2024-03-19 16:10:35 +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
b938966a45
pro modal
2024-03-14 18:58:59 +05:30
Kushagra Gour
e87d4ed213
fix sharing n err handling
2024-03-13 19:39:31 +05:30
Kushagra Gour
f28b5405a0
fix action btns in list
2024-03-13 19:17:20 +05:30
Kushagra Gour
93b6773361
add Icon component and remove btn
2024-03-13 19:00:21 +05:30
Kushagra Gour
cf5d507b85
fix file buttons
2024-03-13 18:39:53 +05:30
Kushagra Gour
55416c5053
fix drag drop
2024-03-13 12:47:33 +05:30
Kushagra Gour
06a33a371f
hide input control
2024-03-12 23:50:21 +05:30
Kushagra Gour
00b105a352
styling
2024-03-12 23:38:05 +05:30
Kushagra Gour
6e5e33a146
more styling
2024-03-12 19:53:44 +05:30
Kushagra Gour
4c4dc1f2e0
add working pro modal n checkout
2024-03-05 13:49:52 +05:30
Kushagra Gour
e89c2348e4
add share modal
2024-03-04 23:26:36 +05:30
Kushagra Gour
db303072e4
fix asset and new creation modal
2024-02-29 19:02:07 +05:30
Kushagra Gour
f399d13221
fix paths
2024-02-29 18:07:31 +05:30
Kushagra Gour
8877651a0b
styling
2024-02-28 15:31:12 +05:30
Kushagra Gour
13e7e841e7
add visibility toggle btn
2024-02-28 10:03:24 +05:30
Kushagra Gour
820bcd41cd
support public creations
2024-02-28 09:48:46 +05:30
Kushagra Gour
de56ee3e1f
add routing
2024-02-28 09:35:36 +05:30
Kushagra Gour
abb8967e9a
add pro badge to header
2024-02-28 03:17:06 +05:30
Kushagra Gour
17575313aa
add pro badge
2024-02-19 18:45:20 +05:30
Kushagra Gour
a873a541fb
some pro improvements
2024-02-09 17:50:37 +05:30
Kushagra Gour
88abe26151
Merge branch 'master' into assets
2024-02-09 14:28:10 +05:30
Kushagra Gour
7371143671
add japanese translation
2024-02-08 20:17:23 +05:30
Kushagra Gour
270fb7d4f0
bump to 5.2.0
2024-02-08 16:43:33 +05:30
Kushagra Gour
77479d0f71
changelog
2024-02-08 16:41:54 +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
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
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
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