You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ package.json
196
196
<br>
197
197
198
198
<h4><strong>Bug Fixes</strong></h4>
199
-
<li> Fixed Save, Import, and Export functionalities </li>
199
+
<li> Fixed Import and Export functionalities </li>
200
200
<li> Removed unused and outdated dependencies which removed and introduced new bugs (if new bugs are found please mention this in the issues tab) </li>
201
201
<li> </li>
202
202
@@ -416,19 +416,20 @@ We'd love for you to test out the application and submit any issues you encounte
416
416
417
417
Here are some features we're thinking about adding:
418
418
419
-
- Ability to choose options or composition API for code preview and exported code
420
-
- Ability to choose Vuex or Pinia for code preview and exported code
419
+
421
420
- Ability to add two-way binding to input elements
422
-
- Expand testing suite and add more dynamic tests
423
-
- Reincorporate Slack OAuth
421
+
- Add E2E testing suite like Cypress
422
+
- Containerized the app to further support multi-platform distribution OR
423
+
- Adjust platform to either a web app or an plugin extension on VSCode/Figma.
424
424
425
425
426
426
Smaller changes that can be worked on:
427
427
428
-
-Optimizing the codebase
428
+
-Patch save functionality to save state correctly
429
429
- Highlight active HTML element when selected/updating
430
430
- HTML elements removal to re-render and update state count of elements used in components tree
431
431
- HTML elements list occasionally does not render properly after component is dragged
0 commit comments