Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Add a search bottom bar and move the search modifiers to the bottom bar. #2119

Merged
merged 1 commit into from Feb 23, 2017

Conversation

wldcordeiro
Copy link
Contributor

Associated Issue: #2078 and #2000

Summary of Changes

  • Add a bottom bar to the searchbar
  • Move the modifiers to the bottom bar

Test Plan

  • Open debugger and pick a file
  • Open the searchbar with ctrl/cmd+f
  • See that there is a bottom bar (need to have search modifiers or function search enabled)

Screenshots/Videos

screenshot_20170223_162245

@jasonLaster I know we want the modifiers on the right side and I'll get that once function search is moved too. 馃槃

Copy link
Contributor

@jasonLaster jasonLaster left a comment

Choose a reason for hiding this comment

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

馃拑


return dom.div(
{ className: "search-bar" },
this.renderSearchField(),
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm, how aboutt searchInput

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I considered that but we have this.searchInput that I didn't want to confuse it with.

display: flex;
align-items: center;
}

.search-bar .search-modifiers button {
.search-mod-bar .search-modifiers button {
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm, perhaps we want to call it search-bottom-bar

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had done that first and renamed it because I didn't want to type as much 馃槅

@wldcordeiro wldcordeiro merged commit 5514e7b into firefox-devtools:master Feb 23, 2017
@wldcordeiro wldcordeiro deleted the search-bottom-bar branch February 23, 2017 23:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants