about summary refs log tree commit diff
path: root/src/view/com/modals
Commit message (Collapse)AuthorAgeFilesLines
...
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-1/+1
|
* Fixes to text input colors on androidPaul Frazee2022-12-203-0/+11
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-207-7/+8
|
* fixing remaining text colors on androidJoão Ferreiro2022-12-191-4/+4
|
* initial android fixesJoão Ferreiro2022-12-191-2/+13
|
* Add WIP 'report account' modalPaul Frazee2022-12-182-0/+103
|
* Add WIP 'report post' modalPaul Frazee2022-12-182-0/+102
|
* Add profile image lightboxPaul Frazee2022-12-121-4/+4
|
* Add banner image upload to profilesPaul Frazee2022-12-121-5/+10
|
* Improvements to 'edit profile' error messagesPaul Frazee2022-12-121-8/+5
|
* Show 'processing' spinner in edit profile modalPaul Frazee2022-12-081-10/+25
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-082-21/+28
|
* Upload profile image (#29)João Ferreiro2022-12-061-6/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fixes to edit profile modalPaul Frazee2022-11-282-2/+8
|
* Fix toast positioning (close #9)Paul Frazee2022-11-283-17/+7
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-222-2/+6
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-2/+2
|\
| * Add build flags and disable tabs for nowPaul Frazee2022-11-201-2/+2
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-214-189/+1
|/
* Fix input positioning for small screensPaul Frazee2022-11-163-23/+34
|
* Improve reliability of modal closePaul Frazee2022-11-161-2/+3
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-152-0/+148
|
* Update all state on profile changePaul Frazee2022-11-141-1/+8
|
* Enforce limits on create scene as wellPaul Frazee2022-11-142-6/+15
|
* Fix double-posting bugPaul Frazee2022-11-141-7/+2
|
* Reposition to handle scene creation keyboard viewPaul Frazee2022-11-141-57/+66
|
* Implement profile updatesPaul Frazee2022-11-111-1/+7
|
* Handle pending invites correctlyPaul Frazee2022-11-111-9/+83
|
* Only suggest users in invite suggestionsPaul Frazee2022-11-111-2/+2
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-104-7/+356
|
* Add scene creatorPaul Frazee2022-11-093-2/+216
|
* Update to the latest APIsPaul Frazee2022-11-041-1/+1
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-013-317/+0
|
* Remove old tabs selector modalPaul Frazee2022-11-012-385/+1
|
* Fix typoPaul Frazee2022-10-311-2/+2
|
* Fix some useEffect() cleanup issuesPaul Frazee2022-10-261-0/+5
|
* Update to latest APIsPaul Frazee2022-10-261-1/+2
|
* Update api nsidsPaul Frazee2022-10-122-3/+3
|
* Update the view after a post is createdPaul Frazee2022-10-041-1/+8
|
* Implement profile-update apiPaul Frazee2022-10-041-4/+14
|
* Implement a couple missing bitsPaul Frazee2022-10-042-9/+26
|
* Choose mention candidates from followsPaul Frazee2022-10-041-4/+19
|
* Fixes to entity extractionPaul Frazee2022-10-041-1/+2
|
* Implement mentions renderingPaul Frazee2022-10-031-1/+1
|
* Fix to auth of mutation opsPaul Frazee2022-10-031-2/+2
|
* Add settings pagePaul Frazee2022-09-291-1/+6
|
* Add profile to tabs selector modalPaul Frazee2022-09-291-9/+24
|
* Swap new tab and share buttons in tabs modalPaul Frazee2022-09-291-6/+6
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-231-1/+1
|
* Replace mock-api with real apiPaul Frazee2022-09-221-2/+2
|