Paul Frazee
65e5f2ac86
Fix: never attempt update on 0 items
2022-12-05 13:36:13 -06:00
Paul Frazee
f27e32e54c
Ensure the UI always renders, even in bad network conditions ( close #6 )
2022-12-05 13:25:04 -06:00
João Ferreiro
67c4dcff37
Upload image in composer ( #27 )
...
* upload images in composer v1
* fix android compile
* reafctor image carousel into new component;
fix photo overlapping text in composer
* revert android changes
* further refactoring code into different components
* move show carousel out of the component
* fixing add photo using camera
* fix typescript issue; force mediatype photo
* change post test with photo attached;
remove auto linking settings
* use runInAction in getPhotos model
* react-hooks/exhaustive-deps fixes
* crop every photo;
make use of useCallback
* moving placeholder condition
* Cleanup
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2022-12-02 10:41:01 -06:00
Paul Frazee
88c868dd80
Improve handling of deleted posts
2022-11-28 16:37:39 -06:00
Paul Frazee
9051aecdcb
Use a persistent notifications model to improve load times of the notifications view
2022-11-28 14:19:49 -06:00
Paul Frazee
6ec33dd89f
Batch notification loads to avoid layout reflows due to async
2022-11-28 13:45:49 -06:00
Paul Frazee
c86ff23757
Set a page-size on notifications
2022-11-28 10:22:52 -06:00
Paul Frazee
9c4f62ffeb
Fix 'load more' showing up incorrectly
2022-11-28 08:30:34 -06:00
Paul Frazee
f5ff0fd274
Add link embeds to posts
2022-11-23 17:01:00 -06:00
Paul Frazee
eb106a9758
Include reposts in no-replies view of feeds
2022-11-23 16:27:49 -06:00
Paul Frazee
4eb8bc1249
Detect links in profile bios
2022-11-23 14:53:33 -06:00
Paul Frazee
2b37b6549b
Add replying-to context to threads
2022-11-23 14:22:40 -06:00
Paul Frazee
a993499890
Ensure threads group together posts by op
2022-11-23 13:45:50 -06:00
Paul Frazee
1370353ff6
Fix: Adjust home TL post dedup to ensure polling works correctly
2022-11-23 13:29:26 -06:00
Paul Frazee
fbcf0d79d1
Show parent post in composer when replying ( close #3 )
2022-11-23 13:28:29 -06:00
Paul Frazee
ba837ad9af
Add threading to post feeds
2022-11-23 10:39:28 -06:00
Paul Frazee
99b50e2fd5
Keep fetching suggestions to reach a full list
2022-11-22 15:53:23 -06:00
Paul Frazee
eaa2105570
Add 'posts & replies' view to profiles
2022-11-22 12:26:53 -06:00
Paul Frazee
d608d67bfe
Turn home button into a 'go back to start of nav history'
2022-11-22 12:19:38 -06:00
Paul Frazee
c2a39d7c1f
Refactor: create src/lib to reflect actual sharing of that code
2022-11-22 12:02:31 -06:00
Paul Frazee
e858bb52de
Merge branch 'simplify' into main
2022-11-21 18:55:08 -06:00
Paul Frazee
b2dba9a15b
Track rotated auth tokens
2022-11-21 16:17:40 -06:00
Paul Frazee
ed146a582c
Add web linking and proper share controls
2022-11-21 16:07:26 -06:00
Paul Frazee
a21bcf10dd
Add build flags and disable tabs for now
2022-11-20 12:00:40 -06:00
Paul Frazee
39058cd36a
Dont group notifications that are an hour apart
2022-11-18 15:38:20 -06:00
Paul Frazee
e02b39bf84
Fix data loss on notifications-view update
2022-11-18 14:17:26 -06:00
Paul Frazee
fbb9689e4a
Dedup posts in the home TL
2022-11-18 14:05:19 -06:00
Paul Frazee
a3bca154c4
Improve reliability of screen titles
2022-11-17 16:01:29 -06:00
Paul Frazee
b2160ae159
Add new tab animation
2022-11-17 15:44:54 -06:00
Paul Frazee
2b98714548
Add live search to autocomplete and only highlight known handles
2022-11-17 14:35:12 -06:00
Paul Frazee
859087f21d
Fix loadLatest() on home feed
2022-11-17 13:17:08 -06:00
Paul Frazee
5d7f3e1863
Invalidate profiles cache on direct load
2022-11-17 13:01:57 -06:00
Paul Frazee
0d70a09777
Clear session when auth fails
2022-11-17 12:33:59 -06:00
Paul Frazee
eae5ac839c
Poll periodically for new posts
2022-11-17 12:33:19 -06:00
Paul Frazee
6b715224f2
Include tab count and move btn to center
2022-11-17 10:37:30 -06:00
Paul Frazee
41ae87e770
Add post deletion
2022-11-16 16:16:43 -06:00
Paul Frazee
bd1a4b198e
Clear notifications count optimistically
2022-11-16 14:36:16 -06:00
Paul Frazee
e9102bcbac
Reduce jank in refreshes
2022-11-16 13:18:53 -06:00
Paul Frazee
fe09567760
Fix up/down vote number changes
2022-11-16 11:02:36 -06:00
Paul Frazee
64d095a96b
Update prod service URL
2022-11-16 10:06:57 -06:00
Paul Frazee
3725a2eed1
Add a server instance selector and drop env vars
2022-11-15 15:09:50 -06:00
Paul Frazee
9a6df95ade
Switch to using setVote()
2022-11-15 13:19:21 -06:00
Paul Frazee
4ae6fbd3c8
Better loading screens
2022-11-15 12:07:41 -06:00
Paul Frazee
fb3a43c216
Improve error messages
2022-11-15 10:46:12 -06:00
Paul Frazee
6e93301542
Add profile info caching
2022-11-14 16:56:59 -06:00
Paul Frazee
723dee5704
Disable storing nav state due to bugs
2022-11-14 16:56:40 -06:00
Paul Frazee
700d4e99b9
Restore nav state hydration
2022-11-14 16:28:58 -06:00
Paul Frazee
9170040acb
Update all state on profile change
2022-11-14 15:55:38 -06:00
Paul Frazee
ef071c0915
Fix issue causing double-loads of notifications
2022-11-14 15:02:42 -06:00
Paul Frazee
23fd43e306
Fix empty states for scene members and memberships
2022-11-14 14:24:23 -06:00