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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,16 @@ Changes:<br>
17
17
- Cleaned up hundreds of lines of outdated code and archived multiple unused and duplicate files
18
18
- User Features:
19
19
- UI updated with a modern style for a better developer experience
20
-
- Added many user feedback alerts for better experience including alerts for when projects are published, cloned, deleted, context created, or custom component created.
20
+
- Added many user feedback alerts for better experience including alerts for when projects are published, cloned, deleted, HTML custom tags are created, context created, or custom component created.
21
+
- Built a specific buttons menu that individually display the HTML elements, reusable components created, and join room option.
22
+
- Redesigned the state manager panel option to be readable and functional.
21
23
- Drop down menu now closes only when the user clicks outside of the menu
22
24
- Marketplace:
23
25
- Implemented a dedicated area for developers to share their projects
24
26
- Routing handled by React Router
25
-
- Projects can also be cloned to the user's account to be used and edited
27
+
- Projects can also be cloned to the user's account to be used and edited with the addition of a button
26
28
- Added search functionality to search by username and project name
27
-
-Separate section in the Saved Projects and Delete Projects modal in the Manage Project menu for Downloaded Projects from the Marketplace
29
+
-Included a separate section in the Saved Projects and Delete Projects modal in the Manage Project menu for cloned projects from the Marketplace
28
30
- Publish/Unpublish Button:
29
31
- Publish feature on the web app allows users to publish their saved project files into the Marketplace from the main app page
30
32
- Dynamically switches between publish/unpublish depending on whether the loaded project is in the Marketplace
@@ -40,6 +42,7 @@ Recommendations for Future Enhancements:<br>
40
42
- Continue quality Typescript conversion. Continue to fix type errors within component files.
41
43
- Modularize appStateSlice file. Further modularization is needed for readability and maintainability.
42
44
- 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.
45
+
- Take a look at the join room functionality using web sockets in order to allow users to collaborate on the same project at the same time.
43
46
- Continue code cleanup. Continue cleanup of outdated and unused code and files
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ If you want to read about using ReacType, the [User Manual](https://reactype-1.h
66
66
-**Improved Testing Coverage**: Testing coverage now sits at XX%.
67
67
-**Typescript Conversion**: Typescript coverage now sits at XX%.
68
68
-**UI Overhaul**: Upgraded the UI of the application with a more modern style and better developer experience
69
-
-**Marketplace Feature**: Implemented a dedicated area for developers to share their projects
69
+
-**Marketplace Feature**: Implemented a dedicated area for developers to share their projects,
70
70
-**And more:** See [change log](https://github.com/open-source-labs/ReacType/blob/master/CHANGE_LOG.md) for more details on what was changed from the previous versions as well as plans for upcoming features!
0 commit comments