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

Working on the Header #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Working on the Header #14

wants to merge 4 commits into from

Conversation

QuintonJason
Copy link
Collaborator

I added a search and nav toggle. I still need to style it better along with the header bar. Before I went too far in one direction I wanted to post my status.

After I can get this looking nice, I'll split my header into it's own component.

In my earlier commit I need to convert the App component to a stateful component.
@ngscheurich
Copy link
Collaborator

Looking like a pretty solid prototype! There's something weird going on in Firefox 59.0.2 for macOS though:

@james-alt
Copy link
Contributor

Seeing the same issue on my machine, the menu doesn't show up until I try to close it.

The issue occurred because of `position: fixed`. I switched it to `absolute` until I can find a permanent fix.
@james-alt
Copy link
Contributor

It's a little choppy for me, but it's definitely showing the menu now and looking good. Just out of curiosity, what is the plan for this menu?

@james-alt
Copy link
Contributor

At some point soon @QuintonJason you should also rebase your branch off of Master so that you have the latest changes from the rest of us. If you keep up with this as you go it will make merging much simpler since you won't get too far out of sync with anything else.

@ngscheurich
Copy link
Collaborator

@QuintonJason This does in fact fix the issue for me! 👍

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.

3 participants