-
Notifications
You must be signed in to change notification settings - Fork 9
Split up App into multiple react components #102
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
Conversation
Found out that vite doesn't use App.css
lizlooney
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
src/reactComponents/CodeDisplay.tsx
Outdated
| */ | ||
|
|
||
| /** | ||
| * @author [email protected] (Liz Looney) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't write this stuff either. Brandon wrote it (or got it from somewhere).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bhjelstrom - were you the author of this file? If so, who should I put the copyright as?
I apologize for how massive this pull request is.
The main thing it accomplishes is pulling out the outline and all file operations into a separate react component that knows nothing about blockly.
There is still work I want to do to simplify and clean the react up but those should be done in smaller pull requests where there is a chance of reviewing it, testing it, and checking for correctness.
Fixes #65