Skip to content

new feature: filter tags and folder list#2779

Closed
elfman wants to merge 3 commits intoBoostIO:masterfrom
elfman:search
Closed

new feature: filter tags and folder list#2779
elfman wants to merge 3 commits intoBoostIO:masterfrom
elfman:search

Conversation

@elfman
Copy link
Contributor

@elfman elfman commented Jan 7, 2019

Description

for #2027
new feature: Filter tags and folder list
search

Type of changes

  • ⚪ Bug fix (Change that fixed an issue)
  • ⚪ Breaking change (Change that can cause existing functionality to change)
  • ⚪ Improvement (Change that improves the code. Maybe performance or development improvement)
  • 🔘 Feature (Change that adds new functionality)
  • ⚪ Documentation change (Change that modifies documentation. Maybe typo fixes)

Checklist:

  • 🔘 My code follows the project code style
  • ⚪ I have written test for my code and it has been tested
  • 🔘 All existing tests have been passed
  • 🔘 I have attached a screenshot/video to visualize my change if possible

@ZeroX-DG ZeroX-DG added the awaiting review ❇️ Pull request is awaiting a review. label Jan 8, 2019
Copy link
Member

@ZeroX-DG ZeroX-DG left a comment

Choose a reason for hiding this comment

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

It works great, but some adjustment is still needed. Please update your code.

overflow hidden
transition max-height .4s
margin -5px 10px 0
.search-input
Copy link
Member

Choose a reason for hiding this comment

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

Can you change the background of the input according to the theme? For example, in Monokai theme here is the background of the search input:
image

The background of other inputs:
image

display flex
text-align center

.extra-buttons
Copy link
Member

Choose a reason for hiding this comment

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

The position doesn't feel right to me.

<input
styleName='search-input'
type='text'
ref={dom => { this.searchInput = dom }}
Copy link
Member

Choose a reason for hiding this comment

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

I don't see where this ref is used. Please remove it if you don't use it. 😃

@ZeroX-DG ZeroX-DG added awaiting changes 🖊️ Pull request has been reviewed, but contributor needs to make changes. and removed awaiting review ❇️ Pull request is awaiting a review. labels Jan 11, 2019
@ZeroX-DG
Copy link
Member

@elfman ping

@elfman
Copy link
Contributor Author

elfman commented Jan 29, 2019

@ZeroX-DG updated, please review again. Sorry, I'm too busy these days, and almost forgot this pr

@amedora amedora mentioned this pull request Apr 3, 2019
@Flexo013
Copy link
Contributor

Flexo013 commented Feb 6, 2020

Closing this as #2964 is merged and has the same function.

@Flexo013 Flexo013 closed this Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes 🖊️ Pull request has been reviewed, but contributor needs to make changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants