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

Add <Console /> to Mobile Views #1502

Merged
merged 13 commits into from
Jul 21, 2020

Conversation

ghalestrilo
Copy link
Collaborator

Fixes #1496 and #1497

Part of the Mobile UI project. Adds the <Console /> component to <MobileIDEView /> and <MobileSketchView />. Transforms <Console /> into a container

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • is from a uniquely-named feature branch and has been rebased on top of the latest master. (If I was asked to make more changes, I have made sure to rebase onto master then too)
  • is descriptively named and links to an issue number, i.e. Fixes #123

@ghalestrilo ghalestrilo requested a review from catarak July 17, 2020 18:18
@ghalestrilo ghalestrilo self-assigned this Jul 20, 2020
@catarak
Copy link
Member

catarak commented Jul 20, 2020

I just merged in #1503—do you want me to merge this in as is, or wait until you update with the new hooks API?

@ghalestrilo
Copy link
Collaborator Author

This one can be merged - I'm refactoring it to hooks in another branch

client/components/mobile/Footer.jsx Outdated Show resolved Hide resolved
@catarak
Copy link
Member

catarak commented Jul 21, 2020

Looks great to me ✨ This can be merged!

@ghalestrilo ghalestrilo merged commit ee02a3e into processing:develop Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Mobile UI
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

Refactor <Console /> into a Container
2 participants