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
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,19 +191,15 @@ vite.config.js/ts
191
191
<li> Refactored codebase, clean-up unused old code, unused files for optimization of Electron build </li>
192
192
<li> Optimize images displayed to take a smaller footprint and increase speeds or older systems </li>
193
193
<li> Slack and Github OAuth feature has been hidden as currently the feature is not working, and is not seeing much use either </li>
194
-
194
+
<li> Website has been updated with the latest OverVue 11.0 releases for the community to use </li>
195
195
196
196
<br>
197
197
198
198
<h4><strong>Bug Fixes</strong></h4>
199
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
-
<li> </li>
202
-
203
-
<h4><strong>Known Bugs</strong></h4>
204
-
<li> Slack OAuth not working (currently disabled) </li>
205
-
<li> Canvas tree can only be moved with arrow keys </li>
206
-
<li> Not necessarily a bug, but certain peer dependencies are not updated by their maintainers (ie tesing vue with jest). To update to a new dependency, this requires ample amount of time that we unfortunately did not have</li>
201
+
<li> Removed unused files and code to speed up build time</li>
202
+
<li> Major update to dependencies which greatly sped up speed of application </li>
207
203
208
204
209
205
</ul>
@@ -413,23 +409,28 @@ vite.config.js/ts
413
409
414
410
We'd love for you to test out the application and submit any issues you encounter. Also feel free to fork to your own repo and submit PRs.
415
411
416
-
Here are some features we're thinking about adding:
417
-
412
+
<h4><strong>Here are some features we're thinking about adding:</strong></h4>
418
413
419
414
- Ability to add two-way binding to input elements
420
415
- Add E2E testing suite like Cypress
421
416
- Containerized the app to further support multi-platform distribution OR
422
-
- Adjust platform to either a web app or an plugin extension on VSCode/Figma.
417
+
- Adjust application to either a web app or an plugin extension on VSCode/Figma.
423
418
424
419
425
-
Smaller changes that can be worked on:
420
+
<h4><strong>Smaller desired changes</strong></h4>
426
421
427
-
- Patch save functionality to save state correctly
422
+
- Patch save functionality to save state
428
423
- Highlight active HTML element when selected/updating
429
424
- HTML elements removal to re-render and update state count of elements used in components tree
430
425
- HTML elements list occasionally does not render properly after component is dragged
431
426
- Continue updating and rebalancing dependencies
432
427
428
+
<h4><strong>Known Bugs</strong></h4>
429
+
<li> Slack OAuth not working (currently disabled) </li>
430
+
<li> Canvas tree can only be moved with arrow keys </li>
431
+
<li> Not necessarily a bug, but certain peer dependencies are not updated by their maintainers (ie tesing vue with jest). To update to a new dependency, this requires ample amount of time that we unfortunately did not have</li>
432
+
<li> There may be more bugs that we did not find. If so please mention this in the 'Issues' tab </li>
0 commit comments