Commit graph

43 commits

Author SHA1 Message Date
ashilkn e2e240459f add logs for debugging 2023-12-23 18:48:28 +05:30
ashilkn b7486f3c3b Create new search results stream in every query change wih debouncer. Made the stream available in SearchSuggestionsWidget 2023-12-21 17:41:55 +05:30
ashilkn 775d1efe51 add animation to all sections screen when it first appears after loading state 2023-12-20 20:57:41 +05:30
ashilkn bbec8ed636 minor change to show loading state when the search tab is loading on app start 2023-12-20 20:39:33 +05:30
ashilkn 23152b6ec0 change paddings 2023-12-20 19:20:05 +05:30
ashilkn d0dcb1b292 clean up search_tab.dart 2023-11-16 11:32:40 +05:30
ashilkn bc31578edd add animation between search screens inside indexedStack 2023-11-14 12:39:31 +05:30
ashilkn 9487c846a6 show loading icon when all search sections are getting loaded or reloaded 2023-11-14 12:25:56 +05:30
ashilkn 14d4f73d0d Remove unused code of recents 2023-11-07 17:19:59 +05:30
ashilkn 5cf9c30b5f bug fix + handle possible errors with try catch 2023-11-07 10:31:43 +05:30
ashilkn 80f3e7e879 delete old SearchWidget and rename SearchWidgetNew to SearchWidget 2023-11-06 10:50:05 +05:30
ashilkn 98ef5189a9 Refactor + fix last commit in a better way 2023-11-03 21:37:24 +05:30
ashilkn 5741830875 move getting section example results logic to init state + refactor 2023-11-02 18:57:08 +05:30
ashilkn b066ab84c8 reload search tab once sync is complete 2023-11-02 18:29:59 +05:30
ashilkn 67f652ac9a disable recents 2023-11-02 14:17:16 +05:30
ashilkn 8244dd30ce fix error due to incorrect use of Expanded 2023-11-01 17:33:49 +05:30
ashilkn f11f5f7ef6 store name of search results in RecentSearches instead of name SearchResult objects 2023-11-01 16:48:03 +05:30
ashilkn f4e05de231 use global const variable for limit of examples in search section 2023-11-01 15:00:48 +05:30
ashilkn 20e212bbed show recents in UI 2023-11-01 14:51:33 +05:30
ashilkn 81175be27b rename widget and it's file 2023-11-01 08:42:42 +05:30
ashilkn d8907fdf17 show empty search tab state 2023-10-31 16:34:32 +05:30
ashilkn 22e3b0be0e use better variable names 2023-10-31 16:18:01 +05:30
ashilkn afef0db1fd use IndexedStack to preserve state of all search sections screen when searching 2023-10-31 15:43:28 +05:30
ashilkn 28b1d736fe remove unused pieces of code 2023-10-30 16:26:31 +05:30
ashilkn 92458d2e03 Create a map of searchType to suggested queries in NoResultWidget 2023-10-25 20:05:14 +05:30
ashilkn 8f80f47d91 show empty state if query is not null and no search results 2023-10-24 14:07:36 +05:30
ashilkn 83df8b5a4a show SearchSuggestionWidget if search results aren't empty and AllSearchSections otherwise in search tab 2023-10-24 12:57:59 +05:30
ashilkn 228f1f672a Move and stick search bar to the top of keyboard when it comes up 2023-10-19 20:24:45 +05:30
ashilkn 5345850b1a animate search tab to just above home bottom nav bar when swiping to search tab 2023-10-18 18:35:54 +05:30
ashilkn 0e22b40c9b random improvements 2023-10-18 07:39:23 +05:30
ashilkn 25d5256c2a Make view all for search section functional 2023-10-16 19:35:47 +05:30
ashilkn 13ec5ab8c3 Show first random month that has items in 'moments' search example section 2023-10-13 12:25:45 +05:30
ashilkn fe7896b85a Use better variable names 2023-10-09 18:17:44 +05:30
ashilkn b42d845ce3 Show album examples in search section + refactor 2023-10-09 12:42:51 +05:30
ashilkn 262f7b52b8 Use BouncingScrollPhysics for all scrollable widgets for better UI and consistancy 2023-10-07 18:22:53 +05:30
ashilkn a8cea17592 Changes to layout 2023-10-07 17:29:49 +05:30
ashilkn 1941d6d6fa Improve SearchSectionCTAIcon widget and add it at the end of each search section's scrollable 2023-10-07 13:52:56 +05:30
ashilkn 94b0256fc5 Create SearchExample widget and use it on the serach tab passing it location tag search results for testing 2023-10-07 13:11:15 +05:30
ashilkn 62924e2d40 Use a separate widget to enclose all search sections 2023-10-06 18:05:11 +05:30
Neeraj Gupta 47ee24430c
Hide face and content search section 2023-04-10 13:02:32 +05:30
Neeraj Gupta 41e0ea5098
Add empty states for search sections 2023-02-25 13:30:42 +05:30
Neeraj Gupta 1aff4b13bf
SearchTab: Add empty state 2023-02-24 09:23:00 +05:30
Neeraj Gupta cc61f87734
Add placeholder for search tab 2023-02-23 22:44:56 +05:30