* Move event emmiter logic out of Application * Implement searchView Usage: ```js rightButtons: [ { id: 'searchView', label: 'Search', hint: 'Search...' } ] ``` * Translucent TitleBar * Collapse TopBar * Less noticeable translucent effect * Implement ScrollViewDetector * Collapse on fling * Collapse on touch up Complete collapse on touch up instead of fling
When Snackbar was displayed while another Snackbar was displayed, the last ref to the current Snackbar was removed and it didn't get removed when onScreenChange was called.
* Created Snakbar class to encapsulate Snackbar logic. * Clicking the action now emits event to current screen * Action color works