Skip to content

Commit 73aa220

Browse files
committed
revamped contributors.md
1 parent f207df5 commit 73aa220

File tree

2 files changed

+103
-183
lines changed

2 files changed

+103
-183
lines changed

CHANGE_LOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Changes:<br>
2020
- Added scroll and zoom buttons to canvas. Scroll now automatically scrolls to bottom once enough elements are added
2121
- Updated UI design to reflect a more modern look
2222
- Bugs Fixed
23-
- Canvas - All appropriate elements can now be nested - Nested Elements in the code preview now accurately reflect nested elements
23+
- Canvas - All appropriate elements can now be nested - Nested Elements in the code preview now accurately reflect nested elements. They can also be dragged.
2424
- Bottom Panel - Now opens by onclick instead of hover
2525
- Users can now delete elements without first clicking it and then the X. This applies to the nested components as well.
26+
- Landing Page
27+
-revamped entire landing page for a more modern look
2628

2729
Recommendations for Future Enhancements:<br>
2830

@@ -35,10 +37,15 @@ Recommendations for Future Enhancements:<br>
3537
- List active rooms to join
3638
- Clean up unnecessary code / comments
3739
- a tags which are nested do not display accurate code in code preview
38-
- Eliminate all unneeded Webpack associated files/folders/etc...
40+
- Eliminate all Webpack associated files/folders/dependencies/etc... now that we run on Vite
3941
- Remove the many deprecated dependencies
40-
- Allow users to send links/reactions via the chat.
41-
- Implement MUI/Shadcn in addition to standard html elements on left panel so that users are able to start off with pre styled elements
42+
- Add additional features to the live chat (Links, reactions, raise hand feature etc)
43+
- Allow live chat to be a popup and draggable outside of the app
44+
- Implement MUI/ShadcnUI in addition to standard html elements on left panel so that users are able to start off with pre styled elements
45+
- 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.
47+
- Light/Dark mode in the left settings tab
48+
- revise links in the footer of the landing page
4249

4350
**Version 19.0.0 Changes**
4451

0 commit comments

Comments
 (0)