about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadItem.tsx
Commit message (Expand)AuthorAgeFilesLines
* Implement account mutingPaul Frazee2023-01-021-1/+14
* Integrate composer prompt into design systemPaul Frazee2022-12-301-2/+1
* Update threads to use design systemPaul Frazee2022-12-301-85/+49
* Tighten up spacing and dividersPaul Frazee2022-12-281-3/+2
* Add a design system (#34)Paul Frazee2022-12-281-3/+3
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-2/+2
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-201-50/+50
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-201-1/+2
* fixing remaining text colors on androidJoão Ferreiro2022-12-191-1/+2
* Enable image-only postsPaul Frazee2022-12-191-15/+24
* Improve thread renderingPaul Frazee2022-12-181-60/+83
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-181-1/+1
* Add post embeds (images and external links)Paul Frazee2022-12-141-2/+2
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-0/+4
* Fix to unicode zero-width characters in expanded postsPaul Frazee2022-12-061-1/+0
* Add 'copy post text' toolPaul Frazee2022-12-051-0/+7
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-1/+1
* Improve handling of deleted postsPaul Frazee2022-11-281-0/+9
* Fix toast positioning (close #9)Paul Frazee2022-11-281-7/+3
* Tune post-thread expanded view: add reply prompt, fix spacing and sizingPaul Frazee2022-11-281-99/+106
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-2/+2
* Add link embeds to postsPaul Frazee2022-11-231-0/+3
* Add replying-to context to threadsPaul Frazee2022-11-231-14/+43
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-1/+9
* Fix to thread reply lines (fill full space)Paul Frazee2022-11-221-31/+9
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-33/+1
|\
| * Remove downvotes from the UIPaul Frazee2022-11-201-33/+1
* | Add web linking and proper share controlsPaul Frazee2022-11-211-2/+0
|/
* Spacing and sizing fixesPaul Frazee2022-11-181-7/+7
* Add min height to post textPaul Frazee2022-11-181-1/+4
* Fix avatar click target in postsPaul Frazee2022-11-181-14/+18
* Add post deletion to highlighted post in threadsPaul Frazee2022-11-161-1/+3
* Add post deletionPaul Frazee2022-11-161-1/+21
* Fix overflows in post meta infoPaul Frazee2022-11-141-33/+15
* Always fallback from displayName to handlePaul Frazee2022-11-141-2/+6
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-18/+50
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-051-29/+29
* Replace likes with votes on post UIsPaul Frazee2022-11-051-68/+21
* Update to the latest APIsPaul Frazee2022-11-041-15/+15
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-7/+4
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-9/+11
* Update to latest APIsPaul Frazee2022-10-261-8/+11
* Update api nsidsPaul Frazee2022-10-121-1/+1
* Update the view after a post is createdPaul Frazee2022-10-041-1/+5
* Implement mentions renderingPaul Frazee2022-10-031-10/+27
* Improve thread rendering (show reply lines)Paul Frazee2022-09-281-0/+59
* Switch to one default aviPaul Frazee2022-09-281-9/+3
* Replace mock-api with real apiPaul Frazee2022-09-221-10/+10
* UI sizing fixesPaul Frazee2022-09-091-2/+9