-
Notifications
You must be signed in to change notification settings - Fork 8
Rain/alpha release #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adds Tree.jsx, TreeFolder.jsx, TreeFile.jsx, and TreeRecursive.jsx. File tree renders in previous terminal tab since terminal is no longer a feature.
Adds on click functionality to FileTree.jsx which displays the files code in the code editor. Adds reducer in CanvasSlice.jsx.
Adds updated reducer to canvasSlice.js. Moves saveComponentCode to and setCurrentFile from CodeEditor.jsx to TreeFile.jsx.
Adds navigationSlice.js and moves Tree out of TabContainer.jsx and into DnD.jsx with conditional rendering.
Bryanna/jake/file tree
Adds functionality to save application window size when app is closed by installing electron-store.
Drag items currently only add to bottom of list. This commit allows user to add to specific locations directly
Deleting custom canvas item will now delete it from state as well to allow it to be recreated. Import line is also removed from the code editor upon removing custom comp.
Add window resizing save on app close
Ronak/custom code
Adds beginning functionality for local save on button click
Adds functionality to save and store locally the user project with click of save icon in NavBar and reload when window reopens after it was closed
Old webpack config did not allow HMR as it builds each time meaning its slow for development. It also lacked appropriate loaders thus export functionality was not working. TypeScript support also removed.
Merge HMR branch into original Dev branch
Jake/terminal
ronakh130
approved these changes
Feb 10, 2022
jakepino
approved these changes
Feb 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.