about summary refs log tree commit diff
path: root/src/view/com/modals/EditProfile.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-281-1/+7
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-4/+2
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+5
|
* Fix input positioning for small screensPaul Frazee2022-11-161-6/+15
|
* Update all state on profile changePaul Frazee2022-11-141-1/+8
|
* Enforce limits on create scene as wellPaul Frazee2022-11-141-2/+3
|
* Add scene creatorPaul Frazee2022-11-091-1/+1
|
* Update to the latest APIsPaul Frazee2022-11-041-1/+1
|
* Update api nsidsPaul Frazee2022-10-121-1/+1
|
* Implement profile-update apiPaul Frazee2022-10-041-4/+14
|
* Add EditProfile modalPaul Frazee2022-09-071-0/+123