Commit Graph

30852 Commits

Author SHA1 Message Date
Sadaqat Ali
e840c94b43 changed addDraft/updateDraft params structure 2022-06-19 16:10:16 +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
Nouman Tahir
38968d79a0 removed unused modals and methods from editor screen and basic header 2022-06-08 12:53:30 +05:00
Sadaqat Ali
d034be445f added author with draftId for unique Map reference 2022-06-07 23:58:36 +05:00
Sadaqat Ali
9ba51bef3d renamed quickComment to draft in redux and set expiry time to 7 days 2022-06-07 23:37:03 +05:00
Sadaqat Ali
c3a3cf561e add html iframe wrapper for video urls in webview 2022-06-07 22:00:02 +05:00
Nouman Tahir
c69799d2d4 loading uploads modal content only when modal is visible 2022-06-07 13:26:03 +05:00
Sadaqat Ali
34faaad8e5 added quick comment cache entry in purgeExpiredCache 2022-06-07 11:05:16 +05:00
Sadaqat Ali
4fdb7a4ed2 remove empty comment check causing glitch 2022-06-07 10:55:19 +05:00
Sadaqat Ali
f37c53ec57 fixed loading old cache in full editor 2022-06-07 10:54:18 +05:00
Sadaqat Ali
4a590b9408 differentiate creatde and updated values 2022-06-07 10:09:50 +05:00
Sadaqat Ali
4e71d2901b delete quick comment cache after comment is done 2022-06-07 09:56:15 +05:00
Sadaqat Ali
ba5f3f1e33 load quick comment value from cache 2022-06-07 09:16:54 +05:00
Sadaqat Ali
93dd7e6508 added quick comment cache when sheet is closed 2022-06-07 09:02:23 +05:00
Nouman Tahir
4a28525f42 processing a selection of string for word at index, instead of whole body 2022-06-06 20:33:20 +05:00
Nouman Tahir
9a0117f419 reduced frequency username check 2022-06-06 20:32:30 +05:00
Nouman Tahir
c202c1fc4d reduced frequency of form update callback to update state 2022-06-06 19:36:05 +05:00
Feruz M
1b1b6d0175
Merge pull request #2338 from ecency/nt/iap-update
updated iap
2022-06-06 11:51:49 +03:00
Nouman Tahir
3fc7aaff1c updated iap 2022-06-06 13:32:39 +05:00
feruz
933c4bb38f better alt text without file extension 2022-06-01 21:00:29 +03:00
Feruz M
352d6faed5
Merge pull request #2334 from ecency/nt/reply-modal-tweak
fine tuned reply modal experience
2022-06-01 11:49:04 +03:00
noumantahir
e78c8e8e1a fine tuned reply modal experience 2022-06-01 12:53:22 +05:00
Feruz M
bfa37ed681
Merge pull request #2296 from ecency/l10n_development
New Crowdin updates
2022-05-31 20:48:22 +03:00
Feruz M
9578f70dc9 New translations en-US.json (Spanish) 2022-05-31 20:21:10 +03:00
Feruz M
951de5f480
Merge pull request #2333 from ecency/nt/progress-styling
updated progress bar styling
2022-05-31 17:50:20 +03:00