Commit Graph

32738 Commits

Author SHA1 Message Date
Nouman Tahir
31d9a45016 Merge branch 'development' into nt/use-query-notifications
# Conflicts:
#	src/providers/ecency/ecency.ts
2022-09-26 15:27:18 +05:00
Feruz M
8caa01cfb9
Merge pull request #2485 from ecency/sa/RenderHtml-rerender-warnings
Fixed re-renders warnings in RenderHTML
2022-09-26 11:05:46 +03:00
Sadaqat Ali
7ea54cf589 useMemo for RenderHtml props to avoid rerenders 2022-09-25 15:45:56 +05:00
Feruz M
ba1d037a9c
Merge pull request #2484 from ecency/fav-notif
Favorite notification types
2022-09-24 14:40:17 +03:00
noumantahir
ee83266d23 added notification redux migration 2022-09-24 13:08:37 +05:00
noumantahir
09d4c2f735 fixed favorite notification type key typo 2022-09-24 13:01:45 +05:00
Feruz M
cf896cd049
Merge branch 'development' into fav-notif 2022-09-23 23:47:36 +03:00
feruzm
ff1f229c30 favorite notification types 2022-09-23 23:20:44 +03:00
Nouman Tahir
9c959bbc05 lint 2022-09-23 14:05:34 +05:00
Nouman Tahir
320de3310b Merge branch 'development' into nt/use-query-notifications
# Conflicts:
#	src/providers/ecency/ecency.ts
2022-09-23 14:05:03 +05:00
Feruz M
1da2f16942 Merge pull request #2472 from ecency/sa/getsize-bug-in-drafts-l
Bug Fix: getSize error in drafts list
2022-09-23 10:42:03 +03:00
Nouman Tahir
275deb5976 using fast image instead of progressive image 2022-09-23 12:33:55 +05:00
Nouman Tahir
6e8a744d35 lint 2022-09-23 11:57:03 +05:00
Nouman Tahir
e60fc3d26f Merge remote-tracking branch 'upstream/development' into sa/getsize-bug-in-drafts-l
# Conflicts:
#	src/components/draftListItem/view/draftListItemView.js
2022-09-23 11:56:36 +05:00
Nouman Tahir
16922ce024 put back await 2022-09-22 20:02:54 +05:00
Nouman Tahir
dffd5bcd52 lint 2022-09-22 19:45:22 +05:00
Nouman Tahir
a8979f5b74 updated refetch behaviour 2022-09-22 19:44:32 +05:00
Nouman Tahir
4fa75eec2c lint 2022-09-22 18:06:36 +05:00
Nouman Tahir
d5a0e3aa06 setup useInfinitQuery for notifications 2022-09-22 17:50:53 +05:00
Nouman Tahir
efb620540c basic implementation on notifications fetching with useQuery 2022-09-22 15:35:47 +05:00
Nouman Tahir
b8ea6db4e5 Merge remote-tracking branch 'upstream/development' into nt/use-query-notifications 2022-09-22 14:26:01 +05:00
Feruz M
462642bdcb
Merge pull request #2482 from ecency/nt/thumb-selection-fix
Nt/thumb selection fix
2022-09-21 18:53:22 +03:00
Nouman Tahir
85c1e2d2e9 using checkContainer style instead of inline 2022-09-21 20:49:18 +05:00
Nouman Tahir
b6c2c6b55d updated selected thumb inicator style 2022-09-21 20:46:43 +05:00
Nouman Tahir
9bc9c0b050 using thumbUrl as thumb identifier instead of index 2022-09-21 20:32:38 +05:00
Feruz M
0c9e52bc39
Merge pull request #2481 from ecency/nt/draft-fixes
Nt/draft fixes
2022-09-21 18:13:38 +03:00
Nouman Tahir
bdb73dd387 lint 2022-09-21 19:38:24 +05:00
Nouman Tahir
0327c171d4 saving draft before app going to background 2022-09-21 19:36:41 +05:00
Nouman Tahir
bb9e6a1625 saving local draft first when attempting to save draft to db 2022-09-21 19:09:41 +05:00
Nouman Tahir
a73cbc9612 fixed logic picking wrong draft version 2022-09-21 19:08:20 +05:00
Feruz M
4a741801ba
Merge pull request #2480 from ecency/nt/wallet-global-props-fix
Nt/wallet global props fix
2022-09-21 15:44:43 +03:00
Nouman Tahir
a8691ecccf lint 2022-09-21 17:21:15 +05:00
Nouman Tahir
b3df1fca60 updated wallet data to fetch fresh global props if not already availale 2022-09-21 17:17:45 +05:00
Nouman Tahir
b960fb25a3 converted notifications container to functional component 2022-09-21 16:32:49 +05:00
Feruz M
53e11a4287
Merge pull request #2479 from ecency/nt/use-query
Nt/use query with drafts
2022-09-20 17:26:15 +03:00
Nouman Tahir
29a630437c updated refresh control colors 2022-09-20 18:46:22 +05:00
Nouman Tahir
689d675a29 injecting query client in class component as prop 2022-09-20 18:42:35 +05:00
Nouman Tahir
e0a01db559 injecting query client directly to class component 2022-09-20 18:28:11 +05:00
Nouman Tahir
3884af48e8 removed need for queryclient in stack navigator 2022-09-20 18:27:14 +05:00
Nouman Tahir
fe98e28c49 invalidating drafts data on update and add 2022-09-20 18:11:17 +05:00
Nouman Tahir
610cc4d4ec showing delete processing indicators 2022-09-20 17:34:04 +05:00
Nouman Tahir
c8d566bb72 support for persisted query client 2022-09-20 17:10:01 +05:00
Nouman Tahir
264e03bd2a support for moving schedules with mutation 2022-09-20 16:36:18 +05:00
Nouman Tahir
8bf90853b5 support for deleting schedules with mutation 2022-09-20 16:12:47 +05:00
Nouman Tahir
ff56a21d9b replaced delete draft with mutation 2022-09-20 15:28:46 +05:00
Nouman Tahir
990109a598 introduced delete draft mutation 2022-09-20 15:27:47 +05:00
Nouman Tahir
286223c9c9 init query client dedicated method for better code management 2022-09-20 15:27:15 +05:00
Nouman Tahir
499d1df8f8 using query drafts n schedules getting 2022-09-20 13:55:27 +05:00
Nouman Tahir
d45c6c29a8 added basic queries structure 2022-09-20 13:53:29 +05:00
Sadaqat Ali
73a8cb088b auto lint changes 2022-09-19 22:16:17 +05:00