Commit graph

7847 commits

Author SHA1 Message Date
ashilkn ee8f211b0c remove splash from 'close' button of search bar 2023-11-03 21:48:55 +05:30
ashilkn 98ef5189a9 Refactor + fix last commit in a better way 2023-11-03 21:37:24 +05:30
ashilkn 6bcac41238 fix: in no search result screen, query suggestions aren't coming up 2023-11-03 17:03:47 +05:30
ashilkn 9f33ee5e32 Refactor 2023-11-03 15:02:06 +05:30
ashilkn 2e0f29fedc unfocus search bar when 'close' is pressed on it, bringing the keybarod also down with it 2023-11-03 14:51:47 +05:30
ashilkn 522468580c Resolve conflicts and merge main 2023-11-03 14:34:56 +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 20c148e3bc make search bar animation longer 2023-11-02 18:19:07 +05:30
ashilkn 67f652ac9a disable recents 2023-11-02 14:17:16 +05:30
Neeraj Gupta baef66ddd0 Add support for fixing incorrect MP tag
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-11-02 12:15:26 +05:30
Neeraj Gupta cbeb2eb3cd Fix lockscreen bug 2023-11-02 12:04:06 +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 b1772dff59 limit number of recents shown 2023-11-01 15:16:38 +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 58f049cbc0 created a modal for recent searches with ChangeNotifier 2023-11-01 12:13:15 +05:30
ashilkn 81175be27b rename widget and it's file 2023-11-01 08:42:42 +05:30
ashilkn b9692f8e3c empty states for each section 2023-11-01 08:30:18 +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 71dc5e74d0 remove defunct animations 2023-10-31 15:44:58 +05:30
ashilkn afef0db1fd use IndexedStack to preserve state of all search sections screen when searching 2023-10-31 15:43:28 +05:30
Neeraj Gupta 925c640eee Fix: Order for LockScreen init
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-31 06:38:10 +05:30
ashilkn 28b1d736fe remove unused pieces of code 2023-10-30 16:26:31 +05:30
Neeraj Gupta 0c73d17347 Skip lifeCycle lockscreen if auth in last 5seconds
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-27 11:27:03 +05:30
Neeraj Gupta 2b09f044f5 Log the source of lockScreen trigger
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-27 11:26:08 +05:30
Neeraj Gupta 9b18e81c69
Login: Fixed two instance of start backup screen (#1455) 2023-10-27 10:52:50 +05:30
Neeraj Gupta d263bafe56 DebugMode: Add support to pick creds from env
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-27 09:55:51 +05:30
Neeraj Gupta f855c1b5c6 Fix: Dispose controller during dispose of homeWidget
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-27 09:31:50 +05:30
Neeraj Gupta c513957056 Format
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-27 09:21:04 +05:30
Neeraj Gupta 9b87b6c835 Fix: Avoid pushing duplicate HomeWidget during login
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-10-27 09:20:26 +05:30
ashilkn a06b8a644d go to all search sections screen when clearing query using the close button in search bar 2023-10-26 20:00:49 +05:30
Crowdin Bot 72e23ec2c8 New Crowdin translations by GitHub Action 2023-10-26 12:17:51 +00:00
ashilkn da1dce3984 add animation 2023-10-26 14:34:34 +05:30
ashilkn 1840ccaac8 only show 'No results found' on UI when no example queries can be found 2023-10-26 14:20:40 +05:30
ashilkn e1fc0d4ad1 remove search type with no suggestion queries from map 2023-10-26 14:10:11 +05:30
ashilkn b58f1c44f5 handle text overflow 2023-10-26 14:06:12 +05:30
ashilkn c263dc673b use better variable names 2023-10-26 13:58:45 +05:30
ashilkn 6a2e0f9a16 fix state issues 2023-10-26 13:50:13 +05:30
ashilkn 3b6294b64c Show query suggestions on UI when no result is found 2023-10-25 20:40:11 +05:30
ashilkn 92458d2e03 Create a map of searchType to suggested queries in NoResultWidget 2023-10-25 20:05:14 +05:30
Crowdin Bot d97f1b3000 New Crowdin translations by GitHub Action 2023-10-25 12:18:20 +00:00
ashilkn 759e149b1d redesign search results 2023-10-25 10:49:25 +05:30
ashilkn bf25016b6f add comment 2023-10-24 14:27:51 +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 aa5b87d45b update search results in InheritedSearchResults from new search bar 2023-10-24 12:50:14 +05:30
ashilkn aed6795824 fix error in search results state provider 2023-10-24 12:47:03 +05:30