Commit Graph

30875 Commits

Author SHA1 Message Date
Sadaqat Ali
66a7d4f2df update discovers data when changed in membership tab 2022-07-03 13:55:44 +05:00
Sadaqat Ali
e29239e837 added subscribed communities cache in community modal container 2022-07-03 10:38:02 +05:00
Sadaqat Ali
309065ee4b add communitiesPlaceholder in communities results screen 2022-07-03 10:04:46 +05:00
Sadaqat Ali
6365165238 clear subscribed communities cache while switching accounts 2022-07-03 09:52:02 +05:00
Sadaqat Ali
fb30ef818b commented log statements 2022-06-30 23:31:56 +05:00
Sadaqat Ali
6fca89dd40 sort communities while fetching 2022-06-30 23:29:41 +05:00
Sadaqat Ali
87dc6853cb sort subscribed communities when fetching 2022-06-30 22:50:29 +05:00
Sadaqat Ali
7820a52fa7 added CommunitiesPlaceHolder while loading discovers data 2022-06-30 22:38:01 +05:00
Sadaqat Ali
e416b7ce49 cache implemented in membership/joined tab with merge and delete functionality 2022-06-30 22:28:44 +05:00
Sadaqat Ali
d77b27d798 added subscribed communities cache actions/reducer in cache and added item into cache upon subscribe/leave 2022-06-30 16:07:09 +05:00
Sadaqat Ali
1c94b8d423 add status message in communities reducer 2022-06-30 11:38:42 +05:00
Feruz M
5e869e31d5
Merge pull request #2363 from ecency/nt/reply-modal
Nt/reply modal
2022-06-24 17:06:03 +03:00
noumantahir
2b1d3820b2 changed modal component used in insertLinkModal 2022-06-24 18:23:17 +05:00
noumantahir
73d6964933 cleaned up quickReplyModal with inputSupportModal 2022-06-24 18:05:42 +05:00
noumantahir
02ece3d2de added inputSupportModal for generic use 2022-06-24 18:05:25 +05:00
noumantahir
380f5661c9 improved reply modal implementation 2022-06-24 17:21:20 +05:00
Feruz M
e66d4172db
Merge pull request #2362 from ecency/nt/register-device
Nt/register device
2022-06-24 10:22:31 +03:00
noumantahir
c9a188f567 updated note 2022-06-24 04:14:47 +05:00
noumantahir
41710a8b90 Merge remote-tracking branch 'origin/development' into nt/register-device 2022-06-24 04:11:21 +05:00
noumantahir
66bb54421b changed position on decrypting access token 2022-06-24 04:09:30 +05:00
noumantahir
699407ef29 registering push token for default pin accounts 2022-06-24 03:35:52 +05:00
feruz
c98da9143f fix image insert issue 2022-06-22 22:41:36 +03:00
feruz
bd98ee843f empty alt for image uploads 2022-06-21 23:38:47 +03:00
noumantahir
55f5b6ec2f using private-api/register-device instead of legacy api 2022-06-20 17:12:50 +05:00
Feruz M
2a6e949052
Merge pull request #2354 from ecency/sa/full-comment-editor-cache-bug
fixed comment cache bug in full editor
2022-06-18 14:43:01 +03:00
Sadaqat Ali
450eac65e1 fixed comment cache bug in full editor 2022-06-18 16:35:18 +05:00
feruz
1b0d4b1e5f update render helper 2022-06-13 09:53:51 +03:00
Feruz M
e41ac34853
Merge pull request #2352 from ecency/sa/cache-subscribed-communities
user communities load glitch fix
2022-06-11 20:52:38 +03:00
Feruz M
3c472a5a96
Merge pull request #2350 from ecency/sa/separate-schedules-option
added separate schedules item in side menu
2022-06-10 22:49:11 +03:00
Sadaqat Ali
ff0c7883f7 fixed glitch by adding setIsSubscriptionsLoading to end of post processing 2022-06-10 22:39:31 +05:00
Sadaqat Ali
cd2a95f158 added separate schedules item in side menu 2022-06-10 21:04:40 +05:00
Feruz M
c772cb1de4
Merge pull request #2346 from ecency/nt/optimise-editor
Nt/optimise editor
2022-06-10 12:32:10 +03:00
Nouman Tahir
a305f9e9c3 Merge branch 'development' into nt/optimise-editor
# Conflicts:
#	src/screens/editor/screen/editorScreen.tsx
2022-06-09 18:48:30 +05:00
Feruz M
d1fa363303
Merge pull request #2348 from ecency/nt/drafts-cache-extension
Nt/drafts cache extension
2022-06-09 16:23:43 +03:00
Nouman Tahir
1fd71decb8 fixed issue with remote draft not loading 2022-06-09 17:55:40 +05:00
Nouman Tahir
b7928234e7 removed dependency of draftId from navigation params for reply cache 2022-06-09 17:46:07 +05:00
noumantahir
12a4f1e7af replaced setDraftPost, getDraftPost with redux based drafts 2022-06-09 15:30:16 +05:00
noumantahir
6b859aaaea cleaned up draft catch update method arguments 2022-06-09 15:29:46 +05:00
noumantahir
2fd9c41421 loading and saving comment draft based on passed draft id 2022-06-09 14:00:45 +05:00
noumantahir
63a9506f3c saving quick reply draft more frequently 2022-06-09 13:58:42 +05:00
noumantahir
2fae22c049 fixed comment edit crash 2022-06-09 13:13:06 +05:00
Feruz M
d1b7e16b5d
Merge pull request #2343 from ecency/sa/3speak-video-bug
Fixed 3speak videos don't play in fullscreen
2022-06-08 19:55:37 +03:00
Nouman Tahir
c97c5b7879 Merge remote-tracking branch 'upstream/development' into nt/optimise-editor
# Conflicts:
#	src/screens/editor/screen/editorScreen.tsx
2022-06-08 19:44:46 +05:00
Nouman Tahir
b572b8b719 resetting body text and selection upon new editor start 2022-06-08 19:34:03 +05:00
Nouman Tahir
8a29293751 loading post options view into memory through method 2022-06-08 19:27:33 +05:00
Nouman Tahir
ad94a2da06 dropped useRef hook for old school variable 2022-06-08 19:21:13 +05:00
Nouman Tahir
63ca2ef324 using reference based text and selection tracker instead of state 2022-06-08 19:12:45 +05:00
feruz
ae915abee2 version bump 2022-06-08 16:40:55 +03:00
Feruz M
b0e95ed951
Merge pull request #2340 from ecency/sa/quick-comment-cache
quick comment cache
2022-06-08 16:40:14 +03:00
Sadaqat Ali
b09192c2b5 removed parent_permlink property from drafts 2022-06-08 13:51:49 +05:00