Skip to content

Commit 6b7cd1d

Browse files
committed
updated path to readme pic for change_log
1 parent 4195c65 commit 6b7cd1d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGE_LOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img width="100" src="readme.png">
2+
<img width="100" src="/resources/readme.png">
33
<h1 align="center">ReacType Change Log</h1>
44
</p>
55

6-
**Version 20.0.0 Changes**
6+
# Version 20.0.0 Changes
77

8-
Changes:<br>
8+
## Changes:
99

1010
- Developer Improvement:
1111
- Migrated from Webpack to Vite, improving HMR times drastically
@@ -26,36 +26,36 @@ Changes:<br>
2626
- Landing Page
2727
-revamped entire landing page for a more modern look
2828

29-
Recommendations for Future Enhancements:<br>
29+
## Recommendations for Future Enhancements:
3030

3131
- Fix bottom panel to only close upon clicking the icon, and not anywhere else
3232
- Populate settings tab in the left panel with additional functionality
3333
- Allow users to modify code dynamically in the code preview and reflect visual componenets in real time
3434
- Add zoom in and zoom out / scroll functionality to code preview and component tree
3535
- Convert from 95% to 100% typescript
3636
- Add more functionality to the nav bar
37-
- List active rooms to join
38-
- Clean up unnecessary code / comments
37+
- List all active rooms to join
38+
- Clean up unnecessary code / comments and deprecated libraries
3939
- a tags which are nested do not display accurate code in code preview
4040
- Eliminate all Webpack associated files/folders/dependencies/etc... now that we run on Vite
4141
- Remove the many deprecated dependencies
4242
- Add additional features to the live chat (Links, reactions, raise hand feature etc)
4343
- Allow live chat to be a popup and draggable outside of the app
4444
- Implement MUI/ShadcnUI in addition to standard html elements on left panel so that users are able to start off with pre styled elements
4545
- Make the app mobile responsive. Right now it does not work/look good on mobile
46-
- We had to deploy via Heroku due to time limitations and Vite. I would recommend going back to AWS with dockerized containers.
46+
- We had to deploy via Heroku due to time limitations and Vite. We would recommend going back to AWS with dockerized containers.
4747
- Light/Dark mode in the left settings tab
48-
- revise links in the footer of the landing page
48+
- Update links in the footer of the landing page
4949

50-
**Version 19.0.0 Changes**
50+
## Version 19.0.0 Changes
5151

52-
Changes:<br>
52+
### Changes:
5353

54-
- Developer Improvement:
54+
- **Developer Improvement:**
5555
- Typescript conversion continued and now sits at ~95%
56-
- User Features:
57-
- Collaboration Room:
58-
- Bug Fixes:
56+
- **User Features:**
57+
- **Collaboration Room:**
58+
- **Bug Fixes:**
5959
- Debug “Leave Room” functionality removing username from the users list
6060
- Debug “Join Room” functionality so the current canvas does not reset upon new user joining collaboration
6161
- Debug Code Preview button that sent error if toggled more than once and does not force toggled view to other users in the room
@@ -67,15 +67,15 @@ Changes:<br>
6767
- Significantly reduces the amount of data being passed among users by passing only the payload for each individual action, triggering singular updates for other users in the collaboration environment
6868
- Added Event Emitters for each action that updates canvas
6969
- Created a websocket service layer to maintain a single socket instance throughout the app
70-
- User List:
70+
- **User List:**
7171
- Displays the username and mouse cursor of all connected users in a particular room with a specific color scheme
72-
- UI updated to enhance user experience
72+
- UI updated to enhance user experience:
7373
- Rendered MUI Icons in HTML Element Panel
7474
- Redesigned drag-n-drop to be more intuitive and professionalize application design.
7575
- Updated styling to overall style and theme to maintain consistency across the application
7676
- Removed Tailwind and CSS save buttons in Customization panel for cleaner UI and drying up repetitive functionality
7777

78-
Recommendations for Future Enhancements:<br>
78+
## Recommendations for Future Enhancements:
7979

8080
- Fix Undo & Redo functionality. Undo & Redo buttons on the customization page not functioning as expected.
8181
- Update Electron for desktop application use. Resolve electron app functionality to coincide with web app functionality.

0 commit comments

Comments
 (0)