Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Unvendor the api and switch to @atproto/api | Paul Frazee | 2022-12-22 | 1 | -1/+1 | |
| | ||||||
* | Fixes to text input colors on android | Paul Frazee | 2022-12-20 | 3 | -0/+11 | |
| | ||||||
* | Wrap all <Text> in a helper that ensures black color is applied by default | Paul Frazee | 2022-12-20 | 7 | -7/+8 | |
| | ||||||
* | fixing remaining text colors on android | João Ferreiro | 2022-12-19 | 1 | -4/+4 | |
| | ||||||
* | initial android fixes | João Ferreiro | 2022-12-19 | 1 | -2/+13 | |
| | ||||||
* | Add WIP 'report account' modal | Paul Frazee | 2022-12-18 | 2 | -0/+103 | |
| | ||||||
* | Add WIP 'report post' modal | Paul Frazee | 2022-12-18 | 2 | -0/+102 | |
| | ||||||
* | Add profile image lightbox | Paul Frazee | 2022-12-12 | 1 | -4/+4 | |
| | ||||||
* | Add banner image upload to profiles | Paul Frazee | 2022-12-12 | 1 | -5/+10 | |
| | ||||||
* | Improvements to 'edit profile' error messages | Paul Frazee | 2022-12-12 | 1 | -8/+5 | |
| | ||||||
* | Show 'processing' spinner in edit profile modal | Paul Frazee | 2022-12-08 | 1 | -10/+25 | |
| | ||||||
* | Add avatar images and fix some type signatures | Paul Frazee | 2022-12-08 | 2 | -21/+28 | |
| | ||||||
* | Upload profile image (#29) | João Ferreiro | 2022-12-06 | 1 | -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 modal | Paul Frazee | 2022-11-28 | 2 | -2/+8 | |
| | ||||||
* | Fix toast positioning (close #9) | Paul Frazee | 2022-11-28 | 3 | -17/+7 | |
| | ||||||
* | Refactor: create src/lib to reflect actual sharing of that code | Paul Frazee | 2022-11-22 | 2 | -2/+6 | |
| | ||||||
* | Merge branch 'simplify' into main | Paul Frazee | 2022-11-21 | 1 | -2/+2 | |
|\ | ||||||
| * | Add build flags and disable tabs for now | Paul Frazee | 2022-11-20 | 1 | -2/+2 | |
| | | ||||||
* | | Add web linking and proper share controls | Paul Frazee | 2022-11-21 | 4 | -189/+1 | |
|/ | ||||||
* | Fix input positioning for small screens | Paul Frazee | 2022-11-16 | 3 | -23/+34 | |
| | ||||||
* | Improve reliability of modal close | Paul Frazee | 2022-11-16 | 1 | -2/+3 | |
| | ||||||
* | Add a server instance selector and drop env vars | Paul Frazee | 2022-11-15 | 2 | -0/+148 | |
| | ||||||
* | Update all state on profile change | Paul Frazee | 2022-11-14 | 1 | -1/+8 | |
| | ||||||
* | Enforce limits on create scene as well | Paul Frazee | 2022-11-14 | 2 | -6/+15 | |
| | ||||||
* | Fix double-posting bug | Paul Frazee | 2022-11-14 | 1 | -7/+2 | |
| | ||||||
* | Reposition to handle scene creation keyboard view | Paul Frazee | 2022-11-14 | 1 | -57/+66 | |
| | ||||||
* | Implement profile updates | Paul Frazee | 2022-11-11 | 1 | -1/+7 | |
| | ||||||
* | Handle pending invites correctly | Paul Frazee | 2022-11-11 | 1 | -9/+83 | |
| | ||||||
* | Only suggest users in invite suggestions | Paul Frazee | 2022-11-11 | 1 | -2/+2 | |
| | ||||||
* | Implement scene invitation and membership controls | Paul Frazee | 2022-11-10 | 4 | -7/+356 | |
| | ||||||
* | Add scene creator | Paul Frazee | 2022-11-09 | 3 | -2/+216 | |
| | ||||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 1 | -1/+1 | |
| | ||||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 3 | -317/+0 | |
| | ||||||
* | Remove old tabs selector modal | Paul Frazee | 2022-11-01 | 2 | -385/+1 | |
| | ||||||
* | Fix typo | Paul Frazee | 2022-10-31 | 1 | -2/+2 | |
| | ||||||
* | Fix some useEffect() cleanup issues | Paul Frazee | 2022-10-26 | 1 | -0/+5 | |
| | ||||||
* | Update to latest APIs | Paul Frazee | 2022-10-26 | 1 | -1/+2 | |
| | ||||||
* | Update api nsids | Paul Frazee | 2022-10-12 | 2 | -3/+3 | |
| | ||||||
* | Update the view after a post is created | Paul Frazee | 2022-10-04 | 1 | -1/+8 | |
| | ||||||
* | Implement profile-update api | Paul Frazee | 2022-10-04 | 1 | -4/+14 | |
| | ||||||
* | Implement a couple missing bits | Paul Frazee | 2022-10-04 | 2 | -9/+26 | |
| | ||||||
* | Choose mention candidates from follows | Paul Frazee | 2022-10-04 | 1 | -4/+19 | |
| | ||||||
* | Fixes to entity extraction | Paul Frazee | 2022-10-04 | 1 | -1/+2 | |
| | ||||||
* | Implement mentions rendering | Paul Frazee | 2022-10-03 | 1 | -1/+1 | |
| | ||||||
* | Fix to auth of mutation ops | Paul Frazee | 2022-10-03 | 1 | -2/+2 | |
| | ||||||
* | Add settings page | Paul Frazee | 2022-09-29 | 1 | -1/+6 | |
| | ||||||
* | Add profile to tabs selector modal | Paul Frazee | 2022-09-29 | 1 | -9/+24 | |
| | ||||||
* | Swap new tab and share buttons in tabs modal | Paul Frazee | 2022-09-29 | 1 | -6/+6 | |
| | ||||||
* | Implement unfollow, unlike, unrepost | Paul Frazee | 2022-09-23 | 1 | -1/+1 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 1 | -2/+2 | |
| |