Commit graph

39 commits

Author SHA1 Message Date
João Ferreiro
84a60592a8 Upload profile image (#29)
* 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>
2022-12-06 10:57:15 -06:00
Paul Frazee
0e6237e58c Fix toast positioning (close #9) 2022-11-28 10:38:16 -06:00
Paul Frazee
1784a4912d Enlarge the view header, left align the title, and add a compose button 2022-11-28 09:29:35 -06:00
Paul Frazee
4eb8bc1249 Detect links in profile bios 2022-11-23 14:53:33 -06:00
Paul Frazee
c2a39d7c1f Refactor: create src/lib to reflect actual sharing of that code 2022-11-22 12:02:31 -06:00
Paul Frazee
c6108fb646 Move search btn into the viewheader 2022-11-20 12:25:11 -06:00
Paul Frazee
fec1589f7c Nicer loading state for profiles 2022-11-16 13:32:10 -06:00
Paul Frazee
60c72087ff Add current user profile to header and enlarge the header 2022-11-15 13:11:01 -06:00
Paul Frazee
9170040acb Update all state on profile change 2022-11-14 15:55:38 -06:00
Paul Frazee
38ed9a7943 Implement profile updates 2022-11-11 14:15:43 -06:00
Paul Frazee
d3707f30e3 Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
Paul Frazee
e7536289cb Add scene creator 2022-11-09 15:57:49 -06:00
Paul Frazee
93b64cf474 Add 'you are a member' line to scene headers and small other tweaks 2022-11-09 13:48:40 -06:00
Paul Frazee
41a18bf32f Add creator to scene profile header 2022-11-09 13:12:03 -06:00
Paul Frazee
0cdfd089f5 Implement scene member/memberships listings 2022-11-08 16:37:21 -06:00
Paul Frazee
d228a5f4f5 Add onboarding (WIP) 2022-11-07 15:35:51 -06:00
Paul Frazee
ff9161d8e7 Sizing and spacing fixes based on on-device testing 2022-11-05 16:12:06 -05:00
Paul Frazee
5d6ab1f548 Unify profile follow btn colors with the rest 2022-11-05 15:07:28 -05:00
Paul Frazee
eb28a12639 More profile header tweaks 2022-11-05 13:02:21 -05:00
Paul Frazee
851ff65d66 Tweak profile header 2022-11-05 12:43:21 -05:00
Paul Frazee
807bd3b834 Switch to procedurally-generated banners 2022-11-05 12:33:59 -05:00
Paul Frazee
60b1c53d85 Add actor types to the profiles and clean up the UI 2022-11-05 11:58:48 -05:00
Paul Frazee
f333a90fab Update to the latest APIs 2022-11-04 17:39:54 -05:00
Paul Frazee
ab134cac93 Add consistent view headers 2022-11-01 11:06:43 -05:00
Paul Frazee
fd6a2b1b40 Switch to autogenerated avis for now 2022-10-31 17:23:47 -05:00
Paul Frazee
eceef67d46 WIP scene UIs 2022-10-31 12:17:58 -05:00
Paul Frazee
287f2992fa Rework profile header controls 2022-10-10 21:13:10 -05:00
Paul Frazee
bf39791f01 Implement a couple missing bits 2022-10-04 10:53:08 -05:00
Paul Frazee
e6627183e1 Switch to one default avi 2022-09-28 14:00:40 -05:00
Paul Frazee
a8c8286b88 Implement unfollow, unlike, unrepost 2022-09-23 09:47:21 -05:00
Paul Frazee
aabde2b401 Replace mock-api with real api 2022-09-22 19:28:25 -05:00
Paul Frazee
9010078489 Add EditProfile modal 2022-09-07 16:00:25 -05:00
Paul Frazee
bb06ef4f6e Rework profile page to include working view selector 2022-09-06 14:26:39 -05:00
Paul Frazee
2ec09ba545 Rework profile header 2022-09-05 16:57:20 -05:00
Paul Frazee
b4802c6b5b Unify the color palette 2022-08-31 17:06:44 -05:00
Paul Frazee
97f52b6a03 New navigation model (#1)
* Flatten all routing into a single stack

* Replace router with custom implementation

* Add shell header and titles

* Add tab selector

* Add back/forward history menus on longpress

* Fix: don't modify state during render

* Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history

* Cache screens during navigation to maintain scroll position and improve load-time for renders
2022-08-31 14:36:50 -05:00
Paul Frazee
62eb9f3c93 Add followers and follows list 2022-07-26 12:02:34 -05:00
Paul Frazee
1504d144d9 Implement follow/unfollow 2022-07-26 10:29:59 -05:00
Paul Frazee
cc8a170204 Add profile view 2022-07-21 19:55:04 -05:00