bsky-app/src/state/models
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
..
_common.ts Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
feed-view.ts Fix 'load more' showing up incorrectly 2022-11-28 08:30:34 -06:00
get-assertions-view.ts Handle pending invites correctly 2022-11-11 12:49:53 -06:00
link-metas-view.ts Add link embeds to posts 2022-11-23 17:01:00 -06:00
me.ts Use a persistent notifications model to improve load times of the notifications view 2022-11-28 14:19:49 -06:00
members-view.ts Fix empty states for scene members and memberships 2022-11-14 14:24:23 -06:00
memberships-view.ts Fix empty states for scene members and memberships 2022-11-14 14:24:23 -06:00
navigation.ts Turn home button into a 'go back to start of nav history' 2022-11-22 12:19:38 -06:00
notifications-view.ts Use a persistent notifications model to improve load times of the notifications view 2022-11-28 14:19:49 -06:00
onboard.ts Fixes to onboarding 2022-11-10 17:19:45 -06:00
post-thread-view.ts Improve handling of deleted posts 2022-11-28 16:37:39 -06:00
post.ts Refactor: create src/lib to reflect actual sharing of that code 2022-11-22 12:02:31 -06:00
profile-ui.ts Add 'posts & replies' view to profiles 2022-11-22 12:26:53 -06:00
profile-view.ts Detect links in profile bios 2022-11-23 14:53:33 -06:00
profiles-view.ts Invalidate profiles cache on direct load 2022-11-17 13:01:57 -06:00
reposted-by-view.ts Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
root-store.ts Add link embeds to posts 2022-11-23 17:01:00 -06:00
session.ts Track rotated auth tokens 2022-11-21 16:17:40 -06:00
shell-ui.ts Show parent post in composer when replying (close #3) 2022-11-23 13:28:29 -06:00
suggested-actors-view.ts Keep fetching suggestions to reach a full list 2022-11-22 15:53:23 -06:00
suggested-invites-view.ts Handle pending invites correctly 2022-11-11 12:49:53 -06:00
user-autocomplete-view.ts Add live search to autocomplete and only highlight known handles 2022-11-17 14:35:12 -06:00
user-followers-view.ts Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
user-follows-view.ts Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
user-local-photos.ts Upload image in composer (#27) 2022-12-02 10:41:01 -06:00
votes-view.ts Finish the upvote/downvote implementation 2022-11-08 12:14:51 -06:00