Skip to content

Commit 7a52050

Browse files
committed
Updated readme
1 parent 5588427 commit 7a52050

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,19 +191,15 @@ vite.config.js/ts
191191
<li> Refactored codebase, clean-up unused old code, unused files for optimization of Electron build </li>
192192
<li> Optimize images displayed to take a smaller footprint and increase speeds or older systems </li>
193193
<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>
195195

196196
<br>
197197

198198
<h4><strong>Bug Fixes</strong></h4>
199199
<li> Fixed Import and Export functionalities </li>
200200
<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>
207203

208204

209205
</ul>
@@ -413,23 +409,28 @@ vite.config.js/ts
413409

414410
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.
415411

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>
418413

419414
- Ability to add two-way binding to input elements
420415
- Add E2E testing suite like Cypress
421416
- 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.
423418

424419

425-
Smaller changes that can be worked on:
420+
<h4><strong>Smaller desired changes</strong></h4>
426421

427-
- Patch save functionality to save state correctly
422+
- Patch save functionality to save state
428423
- Highlight active HTML element when selected/updating
429424
- HTML elements removal to re-render and update state count of elements used in components tree
430425
- HTML elements list occasionally does not render properly after component is dragged
431426
- Continue updating and rebalancing dependencies
432427

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>
433+
433434
<br/>
434435

435436
[↥Back to top](#table-of-contents)

0 commit comments

Comments
 (0)