about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the ability to paste images into the composer (#56)Paul Frazee2023-01-192-25/+69
|
* Fix error logsPaul Frazee2023-01-191-2/+2
|
* Fixes to likes listPaul Frazee2023-01-192-83/+68
|
* Fixes to reposted-by listPaul Frazee2023-01-192-86/+73
|
* Fixes to follows listingPaul Frazee2023-01-192-65/+73
|
* Fixes to the followers list viewPaul Frazee2023-01-193-61/+74
|
* Fix: ensure all views can scroll to the bottomPaul Frazee2023-01-1913-5/+15
|
* Update load latest to match sizing and aesthetic betterPaul Frazee2023-01-191-16/+18
|
* Visual tweaks to post promptsPaul Frazee2023-01-191-7/+6
|
* Fix weird bar at top of composer in dark modePaul Frazee2023-01-191-2/+3
|
* Fix bad refPaul Frazee2023-01-191-1/+1
|
* Change post prompt to a set of buttons (#55)Paul Frazee2023-01-193-4/+59
|
* Fixes youtube embed issues (#50)Aryan Goharzad2023-01-195-55/+103
| | | | | | | | | | | | | | | | | * fixes youtube embed * move extractMetaHtml test to its own file * tests cleanup * Add fallback for youtube meta data * lint * Check for youtube in the url domain * use hostname instead of full url to check for link domain * checks only for domain
* Improve link meta fetching for bsky links (#54)Paul Frazee2023-01-196-21/+113
| | | | | | | * Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards
* Clean up the settings pagePaul Frazee2023-01-191-4/+6
|
* Improve the 'expand avis' animation in the notificationsPaul Frazee2023-01-191-27/+35
|
* Fix missing key in listPaul Frazee2023-01-191-0/+1
|
* Add the ability to expand/collapse users in notificationsPaul Frazee2023-01-194-58/+202
|
* Tune the empty state visualsPaul Frazee2023-01-192-5/+9
|
* Tweak compose prompt spacingPaul Frazee2023-01-191-3/+2
|
* Post layout tweaks (#53)Paul Frazee2023-01-197-26/+44
| | | | | | | | | | | | | | | | | * Increase left margin on feed and embiggen avis * Decrease feed margins a bit * Tweak post bottom margin * Update loading placeholder to match feed * Update 'view full thread' positioning * Update postthread to match feed layout * Update notifications and individual post to match new layout * Add missing aborted check
* Update composer to preview external link cards (#52)Paul Frazee2023-01-185-63/+258
| | | | | | | * Fetch external link metadata during compose so the user can preview and remove the embed * Add missing mocks * Update tests to match recent changes
* Enlarge avatars in the notificationsPaul Frazee2023-01-181-4/+5
|
* Remove logPaul Frazee2023-01-181-1/+0
|
* Handle post deletions by removing from active views (close #37)Paul Frazee2023-01-187-4/+59
|
* Fix image compression (close #41)Paul Frazee2023-01-181-1/+1
|
* Keep the composer image selector open after choosing an imagePaul Frazee2023-01-181-1/+3
|
* Hackfix around 'images too large' issuePaul Frazee2023-01-181-1/+11
|
* Update compose prompt for isual balance and to include image buttonPaul Frazee2023-01-187-19/+56
|
* Lighten the button gradients a bitPaul Frazee2023-01-181-1/+1
|
* Fix to text consistency in composerPaul Frazee2023-01-181-2/+8
|
* Focus the text input on tap during the composerPaul Frazee2023-01-181-136/+146
|
* Remove all links from post meta to ensure taps are more consistentPaul Frazee2023-01-184-35/+16
|
* Prettier profile headers (no standard header)Paul Frazee2023-01-183-9/+22
|
* Move the grays from a red undertone to bluePaul Frazee2023-01-182-10/+10
|
* Update gradients to use a more consistent blue themePaul Frazee2023-01-1815-68/+30
|
* Rework all typographyPaul Frazee2023-01-1828-162/+355
|
* Merge branch 'improved-lightbox' into mainPaul Frazee2023-01-175-144/+13
|\
| * Fix an issue that caused the shelf menu to show up at randomPaul Frazee2023-01-171-9/+12
| |
| * Remove leftover codePaul Frazee2023-01-175-136/+1
| |
| * Upgrade to react-native 0.71.0Paul Frazee2023-01-171-0/+1
| |
| * Switch to a better lightbox implementation (close #42)Paul Frazee2023-01-174-167/+45
| |
* | Improve lightbox... and update to React Native 0.71.0 (#49)Paul Frazee2023-01-174-167/+46
|/ | | | | | | * Switch to a better lightbox implementation (close #42) * Upgrade to react-native 0.71.0 * Update (or remove low-value) tests
* Add images to the post in the right orderPaul Frazee2023-01-171-3/+3
|
* Give a more sensible default crop in the post image picker (related #39)Paul Frazee2023-01-173-6/+47
|
* Add profile menuitem to main menu (close #47)Paul Frazee2023-01-172-3/+49
|
* Fix to extraneous home feed pollingPaul Frazee2023-01-172-7/+8
|
* Visual improvements to post embeds for external linksPaul Frazee2023-01-171-16/+51
|
* Group together notifications more aggressivelyPaul Frazee2023-01-171-2/+3
|
* Fix left-alignment on notificationsPaul Frazee2023-01-171-1/+1
|