-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 Search Bar to CustomNavBar #486
Conversation
Any chance you could rebase this? It's hard to see what's changed. |
LGTM 👍 Do you think we should do a generator for this option? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done.
storeConfig: { | ||
storage: AsyncStorage, | ||
blacklist: ['login'], // reducer keys that you do NOT want stored to persistence here | ||
blacklist: ['login', 'search'], // reducer keys that you do NOT want stored to persistence here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking we should switch to preferring whitelist
. Not relevant to this PR, but just thinking outloud.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I generally prefer blacklisting in most apps. We should discuss.
|
||
// Used for friendly AlertMessage | ||
// returns true if the dataSource is empty | ||
_noRowData () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of _
. :( Again, just general bitching. Nothing really do with this PR. Hah... oh boy. I'm annoying myself now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how should we indicate private methods? If you have a better way, I'm in.
Adds a Search Bar & more functionality to the
CustomNavBar
as well as a way to search a ListView(Also a few refactors & cleanups)
Please verify the following:
ignite-base
ava tests passfireDrill.sh
passedDescribe your PR
iOS
Android