Commit Graph

597 Commits

Author SHA1 Message Date
Jason Frerich
e13e2a618d remove the backgroundcolors 2022-07-10 14:54:47 -05:00
Jason Frerich
b6fc5abf92 add color to all component backgrounds 2022-07-07 22:10:37 -05:00
Jason Frerich
423b405e4f set the max searches saved to 15 2022-07-07 20:50:53 -05:00
Jason Frerich
5b36199976 when not useing the onScroll callback you don't need to set the
scrollEventThrottle
2022-07-07 19:26:32 -05:00
Jason Frerich
0094fc9a32 call destroyPermanently directly 2022-07-07 19:22:58 -05:00
Jason Frerich
7902483072 There is only one record, so no need to batch. Just call
destroyPermanently.
2022-07-07 18:53:20 -05:00
Jason Frerich
1232cf45d8 remove surrounding parenthesis 2022-07-07 18:30:24 -05:00
Jason Frerich
91525b6eb0 use logError instead of console.log and trowing an error 2022-07-07 18:19:53 -05:00
Jason Frerich
a3bece2776 increase close button to touchable area of 40x40 and adjust menuitem
container
2022-07-06 16:18:04 -05:00
Jason Frerich
2afe6fb9d6 update styling from UX PR requests 2022-07-06 15:33:01 -05:00
Jason Frerich
fe042bf53c update divider opacity to match figma design 2022-07-06 13:45:16 -05:00
Jason Frerich
58370c48cc update compassIcon to match figma design 2022-07-06 13:42:52 -05:00
Jason Frerich
20f262af8d divider takes up 1ox so only need 15px margin to get the 16px total to
the neighboring veritcal views
2022-07-06 13:40:21 -05:00
Jason Frerich
a15e76bf3c styling changes 2022-07-06 13:37:39 -05:00
Jason Frerich
6a03482406 styling adjustments 2022-07-06 13:33:17 -05:00
Jason Frerich
27ef5838b4 - remove useMemo of recent
- set or remove props on AnimatedFlatlist
2022-07-06 13:16:28 -05:00
Jason Frerich
eb01ec1368 remove unused function 2022-07-06 12:59:24 -05:00
Jason Frerich
cca1e160f6 always update the created_at value in the database. 2022-07-06 12:51:39 -05:00
Jason Frerich
f1b05cfcae move styles to the top 2022-07-06 11:47:15 -05:00
Jason Frerich
26904aa9e5 extract as constant 2022-07-06 11:39:53 -05:00
Jason Frerich
678d3ed711 clean up 2022-07-02 14:56:13 -05:00
Jason Frerich
3df715644c clean up 2022-07-02 14:55:25 -05:00
Jason Frerich
13652dfe2d set display to term for now 2022-07-02 14:45:46 -05:00
Jason Frerich
efc6cb8cc8 limit the number of saved searches to 20 for a team.
return the results a team Search History sorted by createdAt
2022-07-02 14:22:03 -05:00
Elias Nahum
c4d2ffe347 Fix android autoscroll search field to the top 2022-07-02 11:05:49 -04:00
Elias Nahum
e6932781b3 fix eslint 2022-07-02 11:01:10 -04:00
Elias Nahum
e134941de8 Fix search to use a flatlist and remove douplicate reference 2022-07-02 10:58:57 -04:00
Jason Frerich
8b7a9b32b1 s/addRecentTeamSearch/addSearchToTeamSearchHistory/ 2022-07-02 09:33:08 -05:00
Jason Frerich
bd87d80baf s/deleteRecentTeamSearchById/removeSearchFromTeamSearchHistory/ 2022-07-02 09:27:27 -05:00
Elias Nahum
3752f9a516 use flatlist instead of scrolview 2022-07-01 18:45:15 -04:00
Jason Frerich
cd16ec6308 push for scrollview 2022-07-01 16:36:49 -05:00
Jason Frerich
7429f4799f will now add new ters to the table and recreate existing terms with new
timestamp
2022-07-01 12:36:09 -05:00
Jason Frerich
501e03647a can delete recent searches from WDB from recent searches Options 2022-07-01 01:23:58 -05:00
Jason Frerich
809a18a87d search terms from the search bar are getting added 2022-06-30 23:01:55 -05:00
Jason Frerich
64a2d21a73 recent search are getting rendered from WDB 2022-06-30 22:45:02 -05:00
Jason Frerich
1eaecfcc8e Merge branch 'gekidou' into MM-44927-recent-searches 2022-06-30 13:59:54 -05:00
Jason Frerich
6c18cc8b38 [Gekidou - MM-44928] Search Screen - Search Modifiers (#6393) 2022-06-30 09:52:26 -05:00
Elias Nahum
094e98a5ea Fix loading threads (#6441) 2022-06-30 10:10:28 +02:00
Elias Nahum
4a79ae0574 Fix android build 2022-06-29 17:31:01 -04:00
Elias Nahum
dd1af41400 Unwapped optional value 2022-06-29 13:52:11 -04:00
Elias Nahum
75ed884e65 Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433)
* Add column last_fetched_at to MyChannel & Thread tables and the migration

* Fix schema tests

* Handle lastFetchAt, retrieve threads on init and properly observe thread unreads (#6436)

* [Gekidou] Set lastFetchAt when fetching posts for a channel (#6437)

* Set lastFetchAt when fetching posts for a channel

* When resetting _preparedState set always to null

* Revert changes in WS

* Handle and set lastFetchedAt for MyChannel in iOS push notification

* feedback review

* iOS fallback to last post createAt if no lastFetchAt set

* Handle lastFetchAt on Android push notifications

* create storePostsForChannel local action

* Fix iOS fallback to last post create_at

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-06-29 13:28:50 -04:00
Anurag Shivarathri
eaa150cb4b include latex (#6434) 2022-06-29 22:02:30 +05:30
Shaz MJ
433071a502 Changes padding to margin, and sets 32 (#6438) 2022-06-29 11:04:07 +10:00
Shaz MJ
f8140f2117 [Gekidou] Groups mentions / highlights in messages (posts) (#6338)
* WIP

* Actions updated to fetch remote first, and local on error

* Groups fetch and save

* PR Feedback: prepare vs store and undefined fix

* Forgot to add file

* Groups Mention WIP

* Groups highlight!

* Merge, PR Feedback

* PR Feedback

* PR Feedback: Try/Catch blocks

* PR Feedback
2022-06-29 07:47:37 +10:00
Jason Frerich
2230fe8a70 [Gekidou - MM-44929] Search Screen - Always fetch filter results from server (#6366)
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-06-28 09:56:51 -05:00
Elias Nahum
45f76cbc50 Bump app build number to 409 (#6430) 2022-06-25 08:20:18 -04:00
Elias Nahum
eb10f92875 Fix recent mentions 2022-06-25 08:05:02 -04:00
Daniel Espino García
d2e2cf3ec1 Substitute all console.x by an appropiate log util function (#6427)
* Substitute all console.x by an appropiate log util function

* Address feedback
2022-06-24 10:26:40 -04:00
Avinash Lingaloo
fe3f0cc892 MM-39711 - Gekidou Settings Timezone (#6384) 2022-06-24 06:52:05 -04:00
Daniel Espino García
adfb90eb59 Make FloatingTextInputLabels no longer than one line (#6411) 2022-06-24 06:14:29 -04:00