YaroslavGomon / RS-Clone

1 stars 2 forks source link

Search logic #44

Closed YaroslavGomon closed 1 year ago

YaroslavGomon commented 1 year ago

search

add onChangeSearchValue callback in App class. image

In Menu class it call redraw of cards with Search input value within 1 s or Enter key. image

In Card class Change draw method, now when no arguments it draw recent podcasts, when draw has argument with type String, it draw cards searched with this string. image