about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Add WIP 'report post' modalPaul Frazee2022-12-181-1/+11
|
* Prefetch feed refreshes to speed up 'load more posts'Paul Frazee2022-12-161-4/+23
|
* Add swipe gestures to the lightboxPaul Frazee2022-12-161-4/+48
|
* Improve handling of connection lossPaul Frazee2022-12-144-4/+16
|
* Reset feeds on loginPaul Frazee2022-12-141-0/+4
|
* Add post embeds (images and external links)Paul Frazee2022-12-143-4/+12
|
* Move posts feed to root store (me) and ensure new posts always update the feedPaul Frazee2022-12-131-6/+16
|
* Fix: avoid dup keynames in posts feedPaul Frazee2022-12-131-4/+4
|
* Fix: avoid duplicate key names in notificationsPaul Frazee2022-12-131-2/+3
|
* Fix issue that caused repost & trend data to get lost on feed updatesPaul Frazee2022-12-131-4/+5
|
* Fix: show avatars in all notificationsPaul Frazee2022-12-131-0/+1
|
* Debug: disable feed reordering to isolate bugsPaul Frazee2022-12-131-23/+28
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-121-0/+5
|
* Add profile image lightboxPaul Frazee2022-12-121-13/+32
|
* Improve session managementPaul Frazee2022-12-121-0/+2
|
* Add banner image upload to profilesPaul Frazee2022-12-121-7/+15
|
* Add main menu buttonPaul Frazee2022-12-091-3/+3
|
* Turn the main menu into a 'drawer' instead of a screen in the historyPaul Frazee2022-12-081-23/+7
|
* Switch to temporary 'fixed tabs' model for default and notificationsPaul Frazee2022-12-081-12/+65
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-0817-70/+117
|
* Add HorzSwipe gesture and integrate it into the ViewSelectorPaul Frazee2022-12-071-0/+5
|
* Fix mention-creation and implement mentions in notificationsPaul Frazee2022-12-061-2/+12
|
* Add context to replies when appearing in the feedPaul Frazee2022-12-061-34/+85
|
* Upload profile image (#29)João Ferreiro2022-12-061-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Never allow undefined values in me modelPaul Frazee2022-12-061-12/+12
|
* Rework the 'main menu' to be a screen that's always in historyPaul Frazee2022-12-062-6/+18
|
* Fix: never attempt update on 0 itemsPaul Frazee2022-12-052-0/+6
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-053-9/+88
|
* Upload image in composer (#27)João Ferreiro2022-12-021-0/+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>
* Improve handling of deleted postsPaul Frazee2022-11-281-4/+7
|
* Use a persistent notifications model to improve load times of the ↵Paul Frazee2022-11-282-17/+35
| | | | notifications view
* Batch notification loads to avoid layout reflows due to asyncPaul Frazee2022-11-281-14/+58
|
* Set a page-size on notificationsPaul Frazee2022-11-281-4/+6
|
* Fix 'load more' showing up incorrectlyPaul Frazee2022-11-281-5/+10
|
* Add link embeds to postsPaul Frazee2022-11-232-0/+46
|
* Include reposts in no-replies view of feedsPaul Frazee2022-11-231-1/+6
|
* Detect links in profile biosPaul Frazee2022-11-231-0/+6
|
* Add replying-to context to threadsPaul Frazee2022-11-231-4/+30
|
* Ensure threads group together posts by opPaul Frazee2022-11-231-0/+19
|
* Fix: Adjust home TL post dedup to ensure polling works correctlyPaul Frazee2022-11-231-1/+2
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-2/+10
|
* Add threading to post feedsPaul Frazee2022-11-231-12/+73
|
* Keep fetching suggestions to reach a full listPaul Frazee2022-11-221-10/+17
|
* Add 'posts & replies' view to profilesPaul Frazee2022-11-222-1/+11
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-221-0/+6
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-223-3/+3
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-1/+10
|\
| * Add build flags and disable tabs for nowPaul Frazee2022-11-201-1/+10
| |
* | Track rotated auth tokensPaul Frazee2022-11-211-1/+14
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-212-29/+18
|/