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
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,11 @@ Changes:<br>
20
20
- Added scroll and zoom buttons to canvas. Scroll now automatically scrolls to bottom once enough elements are added
21
21
- Updated UI design to reflect a more modern look
22
22
- 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.
24
24
- Bottom Panel - Now opens by onclick instead of hover
25
25
- 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
26
28
27
29
Recommendations for Future Enhancements:<br>
28
30
@@ -35,10 +37,15 @@ Recommendations for Future Enhancements:<br>
35
37
- List active rooms to join
36
38
- Clean up unnecessary code / comments
37
39
- 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
39
41
- 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.
0 commit comments