Skip to content

header ui update closes #3263 #3926

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 2 commits into from
Jun 27, 2020
Merged

header ui update closes #3263 #3926

merged 2 commits into from
Jun 27, 2020

Conversation

tinfoil-knight
Copy link
Contributor

Summary
Commit 1:
Removes the LogoTile from the AppBar

Commit 2:
Adds a SearchBar component with an optional renderEnd parameter.
The design was inherited from existing CollectionSearch component and extended.

Test plan
Snapshot of the newly added component with renderEnd enabled

Screen Shot 2020-06-19 at 4 31 09 PM

Note
Some changes on the AppBar component are pending and will be done soon.

@tinfoil-knight tinfoil-knight requested a review from a team June 19, 2020 11:08
@tinfoil-knight
Copy link
Contributor Author

tinfoil-knight commented Jun 19, 2020

@austincondiff Please review the PR and suggest changes if any.

@tinfoil-knight tinfoil-knight mentioned this pull request Jun 19, 2020
5 tasks
@erezrokah erezrokah added the type: feature code contributing to the implementation of a feature and/or user facing functionality label Jun 21, 2020
Copy link
Collaborator

@austincondiff austincondiff left a comment

Choose a reason for hiding this comment

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

Looks good. You can include the changes on the files I commented on in your next PR because they are not big issues. I am going to approve so I am not holding you back.

background-color: ${({ theme }) => theme.color.surfaceHighlight};
border-radius: 6px;
font-size: 14px;
padding: 10px 6px 10px 32px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use rems here.
padding: 0.625rem 0.375rem 0.625rem 2rem;

color: ${({ theme }) => theme.color.highEmphasis};
background-color: ${({ theme }) => theme.color.surfaceHighlight};
border-radius: 6px;
font-size: 14px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use rem here
font-size: 0.875rem;

@austincondiff austincondiff merged commit e9a02af into decaporg:v3-ui-redesign Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature code contributing to the implementation of a feature and/or user facing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants