about summary refs log tree commit diff
path: root/src/view
Commit message (Collapse)AuthorAgeFilesLines
...
* Prefetch feed refreshes to speed up 'load more posts'Paul Frazee2022-12-162-2/+2
|
* Fixes to the composer UX around images and scrollingPaul Frazee2022-12-165-80/+116
|
* Add swipe gestures to the lightboxPaul Frazee2022-12-167-36/+339
|
* Implement 'forgot password' flowPaul Frazee2022-12-151-11/+367
|
* Split login screen into component filesPaul Frazee2022-12-154-641/+752
|
* Just do full renders of parent posts in the feedPaul Frazee2022-12-153-139/+119
|
* Dont use ??=Paul Frazee2022-12-151-1/+3
|
* Improve handling of connection lossPaul Frazee2022-12-141-83/+53
|
* Fix state-trackingPaul Frazee2022-12-141-2/+10
|
* Add haptic feedback to likes and repostsPaul Frazee2022-12-141-1/+11
|
* Add post embeds (images and external links)Paul Frazee2022-12-149-94/+339
|
* Move posts feed to root store (me) and ensure new posts always update the feedPaul Frazee2022-12-132-25/+11
|
* Enlarge feed avis slightlyPaul Frazee2022-12-131-1/+1
|
* Ensure load more is always visiblePaul Frazee2022-12-132-5/+9
|
* Use avatar in viewheader when cant go backPaul Frazee2022-12-131-7/+20
|
* Hide main menu drawer on click outsidePaul Frazee2022-12-131-1/+5
|
* Use full available screenPaul Frazee2022-12-131-3/+3
|
* Fix: show avatars in all notificationsPaul Frazee2022-12-131-1/+8
|
* Reposition 'load latest' based on minimal shell modePaul Frazee2022-12-131-2/+8
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-1216-7/+96
|
* Improvements to service selection during loginPaul Frazee2022-12-121-80/+81
|
* Add profile image lightboxPaul Frazee2022-12-1210-34/+122
|
* Add banner image upload to profilesPaul Frazee2022-12-123-28/+35
|
* Improvements to 'edit profile' error messagesPaul Frazee2022-12-121-8/+5
|
* Add 'loading more' spinner to feedsPaul Frazee2022-12-123-8/+38
|
* Tune the swipe gesture to detect more easilyPaul Frazee2022-12-121-3/+3
|
* More aesthetic and perf improvements to the menu drawerPaul Frazee2022-12-122-54/+79
|
* Fix duplicate 'end of feed' issuePaul Frazee2022-12-121-10/+12
|
* Improve aesthetic of main menu swipeout (use screen mask)Paul Frazee2022-12-092-5/+35
|
* Add main menu buttonPaul Frazee2022-12-093-23/+25
|
* Show 'processing' spinner in edit profile modalPaul Frazee2022-12-081-10/+25
|
* Turn the main menu into a 'drawer' instead of a screen in the historyPaul Frazee2022-12-083-27/+93
|
* Switch to temporary 'fixed tabs' model for default and notificationsPaul Frazee2022-12-082-5/+26
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-0822-52/+89
|
* Replace reanimated for tabs selectorPaul Frazee2022-12-072-54/+60
|
* CleanupPaul Frazee2022-12-072-5/+4
|
* Replace navigational 'back swipe' gesture with new HorzSwipe utilPaul Frazee2022-12-073-57/+68
|
* Add HorzSwipe gesture and integrate it into the ViewSelectorPaul Frazee2022-12-075-109/+186
|
* Switch to react-native default animation tools for composer and post controlsPaul Frazee2022-12-064-59/+103
|
* Fix mention-creation and implement mentions in notificationsPaul Frazee2022-12-061-1/+1
|
* Better empty state in profilesPaul Frazee2022-12-061-1/+7
|
* Ensure all feed views can refreshPaul Frazee2022-12-062-28/+49
|
* Add build version to menuPaul Frazee2022-12-063-3/+15
|
* Add context to replies when appearing in the feedPaul Frazee2022-12-063-6/+55
|
* Implement terms-of-service and privacy-policy links in signupPaul Frazee2022-12-062-0/+66
|
* Upload profile image (#29)João Ferreiro2022-12-064-15/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add editable button profile picture * add editable button cover picture * upload profile photos (save them locally) * rollback pbxproj changes * rollback podfile checksum (for git only) * move edit photos onto edit profile modal * adjust edit icon and image cropping size * added temporary (react state) image * added IMAGES_ENABLED flag * minor lint fix * save local photos on edit profile upload (wip) * save profile photos on profile view state (wip) * remove unecessary computed * save photo in state before pushing it to viewmodel * refactor profile pictures's state * remove unnecessary isMe prop * removing old comments * tweak icon size & position * A few styling tweaks and a fix to mobx state management Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Fix to unicode zero-width characters in expanded postsPaul Frazee2022-12-061-1/+0
|
* Rework the 'main menu' to be a screen that's always in historyPaul Frazee2022-12-065-373/+282
|
* Enlarge the small emoji-only repliesPaul Frazee2022-12-051-0/+7
|
* Dismiss keyboard in search on scrollPaul Frazee2022-12-051-3/+12
|