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: CHANGE_LOG.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Changes:<br>
11
11
- Typescript conversion continued and now sits at ~90%
12
12
- Dev Bug Fixes:
13
13
- Deleted ts-coverage files and added folder to git.ignore so TS conversion status is properly reflected on the GitHub repository.
14
-
- Fixed persistent WebSocket issue that was causing users to not be able to join rooms properly.
15
14
- Cleaned up outdated code and removed multiple unused and duplicate files, particularly those related to the now-obsolete Dark Mode functionality and some other lingering code from the v.17 migration.
16
15
- Modularity:
17
16
- Migrated large portions of RoomContainer functionality into smaller components to improve the reusability of code.
@@ -34,8 +33,10 @@ Recommendations for Future Enhancements:<br>
34
33
- Chat functionality so users in the same room can discuss their projects.
35
34
- List of active rooms so users can simply pick one to join. Will likely be paired with a password feature for security, so only users with the proper credentials can join a particular room.
36
35
- True real-time rendering so users can see components as they're being dragged onto the canvas, rather than only when they're placed.
36
+
- Optimize performance of room state updates
37
37
- v.17 recommendations regarding the Marketplace are still undeveloped.
38
-
- Solve residual bugs. Undo & Redo buttons on customization page not functioning as expected. Backend bugs persist as seen in the console when running the dev environment. Resolve electron app functionality to coincide with web app functionality. Persistent Redux error that causes page to rerender more often than necessary.
38
+
- Solve residual bugs. Undo & Redo buttons on customization page not functioning as expected. Backend bugs persist as seen in the console when running the dev environment. Persistent Redux error that causes page to rerender more often than necessary.
39
+
- Resolve electron app functionality to coincide with web app functionality.
39
40
- For the state manager option in the data table there is a MuiData-menu that is not visible when clicking it and after the filter option is clicked it creates a white space in the bottom of the page.
40
41
- Expand testing coverage. Continue fixing old tests which rely on outdated dependencies, and implementing new tests.
41
42
- Continue modularizing code. Many large, unwieldy files that should be broken up into more modular components still exist.
0 commit comments