about summary refs log tree commit diff
path: root/src/view/com/util
Commit message (Collapse)AuthorAgeFilesLines
* Fix to loading statePaul Frazee2022-12-301-3/+6
|
* Various small fixesPaul Frazee2022-12-301-1/+1
|
* Integrate profile listings into design systemPaul Frazee2022-12-301-4/+4
|
* Integrate ViewSelector into design systemPaul Frazee2022-12-302-16/+12
|
* Integrate composer prompt into design systemPaul Frazee2022-12-301-0/+1
|
* Integrate ViewHeader into the design systemPaul Frazee2022-12-301-47/+31
|
* Update threads to use design systemPaul Frazee2022-12-302-5/+9
|
* Improve image layoutPaul Frazee2022-12-303-79/+192
|
* Tune post controlsPaul Frazee2022-12-282-13/+13
|
* Update posts in feed to use the theming systemPaul Frazee2022-12-284-31/+50
|
* Tighten up spacing and dividersPaul Frazee2022-12-281-1/+1
|
* Add a design system (#34)Paul Frazee2022-12-2824-285/+632
| | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system
* Increase image resolutionsPaul Frazee2022-12-262-12/+12
|
* Start with highest quality compression and find a suitable size (#33)Paul Frazee2022-12-262-4/+4
|
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-222-3/+2
|
* Fix post-meta truncation on androidPaul Frazee2022-12-201-6/+25
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-2017-33/+43
|
* minor fixJoão Ferreiro2022-12-191-3/+3
|
* initial android fixesJoão Ferreiro2022-12-193-6/+11
|
* Tighten up the post control hit regionsPaul Frazee2022-12-191-1/+1
|
* Add WIP 'report post' modalPaul Frazee2022-12-183-1/+96
|
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-182-3/+19
|
* Add zooming to the lightboxPaul Frazee2022-12-161-19/+78
|
* Prefetch feed refreshes to speed up 'load more posts'Paul Frazee2022-12-161-1/+0
|
* Fixes to the composer UX around images and scrollingPaul Frazee2022-12-161-28/+31
|
* Add swipe gestures to the lightboxPaul Frazee2022-12-164-27/+244
|
* Just do full renders of parent posts in the feedPaul Frazee2022-12-151-1/+1
|
* Dont use ??=Paul Frazee2022-12-151-1/+3
|
* Improve handling of connection lossPaul Frazee2022-12-141-83/+53
|
* Fix state-trackingPaul Frazee2022-12-141-2/+10
|
* Add haptic feedback to likes and repostsPaul Frazee2022-12-141-1/+11
|
* Add post embeds (images and external links)Paul Frazee2022-12-142-49/+243
|
* Use avatar in viewheader when cant go backPaul Frazee2022-12-131-7/+20
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-121-1/+10
|
* Add profile image lightboxPaul Frazee2022-12-121-2/+2
|
* Add banner image upload to profilesPaul Frazee2022-12-121-22/+24
|
* Add 'loading more' spinner to feedsPaul Frazee2022-12-121-6/+9
|
* Tune the swipe gesture to detect more easilyPaul Frazee2022-12-121-3/+3
|
* Improve aesthetic of main menu swipeout (use screen mask)Paul Frazee2022-12-091-1/+11
|
* Add main menu buttonPaul Frazee2022-12-092-15/+14
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-27/+26
|
* Replace navigational 'back swipe' gesture with new HorzSwipe utilPaul Frazee2022-12-072-13/+34
|
* Add HorzSwipe gesture and integrate it into the ViewSelectorPaul Frazee2022-12-073-108/+185
|
* Switch to react-native default animation tools for composer and post controlsPaul Frazee2022-12-061-24/+58
|
* Add build version to menuPaul Frazee2022-12-062-2/+2
|
* Add context to replies when appearing in the feedPaul Frazee2022-12-062-6/+6
|
* Upload profile image (#29)João Ferreiro2022-12-062-7/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Enlarge the small emoji-only repliesPaul Frazee2022-12-051-0/+7
|
* Add 'copy post text' toolPaul Frazee2022-12-052-0/+11
|
* Better sized and more informative character counterPaul Frazee2022-12-052-23/+0
|