about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
* Implement account mutingPaul Frazee2023-01-022-1/+13
|
* Add dark mode togglePaul Frazee2022-12-302-1/+25
|
* Update threads to use design systemPaul Frazee2022-12-301-40/+1
|
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-2218-46/+66
|
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-202-272/+218
|
* Proper fix to the previous panic fix: put threads at the end when they ↵Paul Frazee2022-12-201-1/+3
| | | | should be there
* Fix to error condition that breaks the feedPaul Frazee2022-12-201-1/+2
|
* Remove prefetch of feed (it wasnt working)Paul Frazee2022-12-191-16/+2
|
* Fix to thread ordering in the feed: correctly identify the starts of threads ↵Paul Frazee2022-12-191-2/+5
| | | | when adjacent
* Improve thread renderingPaul Frazee2022-12-182-41/+77
|
* Add WIP 'report account' modalPaul Frazee2022-12-181-1/+11
|
* 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
|