Skip to content
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

Writing canvas #2

Merged
merged 11 commits into from May 3, 2020
Merged

Writing canvas #2

merged 11 commits into from May 3, 2020

Conversation

bierlingm
Copy link
Owner

No description provided.

Copy link

@carolinstuhr carolinstuhr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Schaut gut aus soweit. Mir ist aufgefallen, dass du aktuell noch einen großen Teil des Codes auskommentiert hast. Das hat es für mich etwas schwer gemacht, den Code richtig zu lesen, also vielleicht kannst du ja nochmal ein bisschen schauen, was vielleicht gelöscht werden kann.

src/App.js Outdated
<Canvas>
<WordStream />
</Canvas>
// </GlobalStyles>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du hast die GlobalStyles aktuell auskommentiert, wenn du sie wieder rein nimmst, solltest du sie als void komponente verwenden, also und dann ganz an den Anfang von der App.js funktion oder innerhalb der index.js vor die App componenten einfügen. Die GlobalStyles können andere Elemente nicht umschließen, so wie du es aktuell hier hast.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gut gesehen, stimmt. Ich habe die GlobalStyles jetzt völlig gelöscht, weil ich sie noch gar nicht brauche.

src/Canvas.js Outdated
// background: teal;
// display: grid;
// grid-template-columns: 50% 50%;
// `

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du hast hier im Moment alles auskommentiert, kann er so überhaupt die App rendern im Moment?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops, ja. Da habe ich statt der Canvas.test.js die Canvas.js auskommentiert. Ich habe es in einem neuen Commit berichtigt.

@bierlingm bierlingm merged commit 97c02c1 into master May 3, 2020
@bierlingm bierlingm deleted the canvas-writing branch May 3, 2020 16:00
@bierlingm bierlingm linked an issue May 4, 2020 that may be closed by this pull request
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Story #1: Writing Text on blank background
2 participants