Commit graph

1616 commits

Author SHA1 Message Date
ashilkn 41ea0f1b0f feat(map in info): fix colors outside of map leaking in at the edges when blurring using BackdropFilter 2024-01-31 15:51:20 +05:30
ashilkn 5ee5915f0d feat(map in info): tweaks to map UI 2024-01-31 15:50:06 +05:30
ashilkn 735ea97249 feat(map in info): refactor 2024-01-31 14:41:32 +05:30
ashilkn 713e6b3a4e fix: on tap on map not working 2024-01-31 14:36:35 +05:30
ashilkn 93f225c7d3 feat(map in info): make blurred map clickable to enable map 2024-01-31 14:35:52 +05:30
ashilkn 8749f4decb feat(map in info): show blurred out map if map isn't enabled 2024-01-31 12:32:08 +05:30
ashilkn 5735763fa7 feat(map in info): add stroke around map 2024-01-31 11:36:37 +05:30
ashilkn 5c33442148 feat(map in info): give a smaller icon size for the map's attribution icon button 2024-01-30 20:02:10 +05:30
ashilkn d20a5d9796 feat(map in info): pass MapAttributionOptions with options that make the attribution look good in info section 2024-01-30 19:28:21 +05:30
ashilkn 9fc7668ebd feat(map in info): use smaller map marker for map in info 2024-01-30 18:42:54 +05:30
ashilkn 17bd6429fb feat(map in info): dispose map controller 2024-01-30 18:21:32 +05:30
ashilkn 81ad8fab74 feat(map in info): move map to a different place in info 2024-01-30 14:51:13 +05:30
ashilkn 6d6f4bb36a feat(map in info): go to full map on tapping map in file info 2024-01-29 21:03:46 +05:30
ashilkn c13e07b5cf feat(map in info): show a basic map in file info 2024-01-29 19:32:49 +05:30
ashilkn cbdcac4440 use a better variable name 2024-01-29 15:04:21 +05:30
ashilkn 89e1b78f44 fix: incorrect number of selected files on selecting all from a grid after deleting items from it 2024-01-29 14:51:39 +05:30
ashilkn cd88c96641 remove unused globalKey 2024-01-26 15:58:36 +05:30
ashilkn 3b8be24866 fix: search stuck at loading state 2024-01-24 11:59:01 +05:30
vishnukvmd f6afe36509 Remove unused variable 2024-01-23 21:04:46 +05:30
vishnukvmd dc5c8e5b70 Remove redundant call 2024-01-23 21:04:13 +05:30
vishnukvmd 0645ff89f5 Move city search to a separate isolate 2024-01-08 21:29:21 +05:30
ashilkn 9e4e8ef740 remove unused old search related code 2024-01-06 17:45:15 +05:30
vishnukvmd e24617cb96 Merge branch 'main' into await_warnings 2023-12-27 22:05:28 +05:30
vishnukvmd 42bbe05d61 Refactor SearchWidget 2023-12-27 00:00:16 +05:30
vishnukvmd fe2bc0bc97 Render city results for internal users 2023-12-26 23:52:47 +05:30
Vishnu Mohandas a123cb031b
Merge branch 'main' into await_warnings 2023-12-26 22:34:04 +05:30
vishnukvmd 71b62a9b09 Resolve review comment 2023-12-26 22:33:51 +05:30
ashilkn e96085b110 fix popping of search results when search results count is ready 2023-12-26 21:55:38 +05:30
ashilkn c0742295ca indentation and comments 2023-12-26 21:37:16 +05:30
ashilkn 98ca44743a show results count on top of search results 2023-12-26 21:28:42 +05:30
ashilkn c18577e28d remove print statements 2023-12-26 20:43:03 +05:30
ashilkn b89cbd13f4 add final 2023-12-26 18:43:14 +05:30
ashilkn 2aa712dc94 when searching, show loading state in search bar when debouncing and querying db 2023-12-26 18:24:38 +05:30
ashilkn 6f2b6fc1b0 fix: keep the latest query in search tab when shifting tabs and coming back to search tab in between searching 2023-12-26 15:04:08 +05:30
ashilkn 608af962b4 fix: 'NoResultsWidget' coming up for a fraction of a second on the first query 2023-12-26 14:39:21 +05:30
ashilkn 682459e800 clean up unwanted code and comments 2023-12-26 12:35:48 +05:30
ashilkn 6a25ada94b fix: if results are from the very last event, NoResultsWidget was being shown 2023-12-26 11:57:57 +05:30
ashilkn 397f6756fe fix: show NoResultsWidget if the stream if complete and there aren't any search results 2023-12-26 11:26:07 +05:30
ashilkn 3fcc1665af minor fix 2023-12-23 23:18:19 +05:30
ashilkn 860fe74902 use ChangeNotifier to notify change in index of IndexedStack to be shown in search tab 2023-12-23 23:14:31 +05:30
ashilkn 234c1ad15e Simplify state management on search suggestion screen to get rid of an edge case bug + add comments + use better variable names 2023-12-23 22:18:40 +05:30
ashilkn 7c94c579ea temp step 1 2023-12-23 21:26:29 +05:30
ashilkn 30262e202b added animation to search results when they appear 2023-12-23 19:48:26 +05:30
ashilkn 2192dc6151 added comments 2023-12-23 19:41:20 +05:30
ashilkn d277d8ca23 Use custom lossless widget to rebuild with stream data instead of relying on lossy StreamBuilder 2023-12-23 19:38:21 +05:30
ashilkn e2e240459f add logs for debugging 2023-12-23 18:48:28 +05:30
ashilkn 7f3dd9b691 fix: results from pervious stream coming up on UI 2023-12-22 18:45:13 +05:30
ashilkn 3de3b77ae0 use better variable name 2023-12-22 18:44:24 +05:30
ashilkn e5e33b0f7e show search results when querying from stream 2023-12-21 18:25:16 +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