about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadItem.tsx
Commit message (Expand)AuthorAgeFilesLines
...
* Lex refactor (#362)Paul Frazee2023-03-311-137/+134
* Move to expo and react-navigation (#288)Paul Frazee2023-03-131-14/+5
* Big batch of UI updates (#276)Paul Frazee2023-03-071-25/+6
* Add translate link to post menu (#261)Paul Frazee2023-03-031-1/+9
* Fix dark mode ellipsis on postsPaul Frazee2023-03-031-1/+1
* 73-post-embeds (#253)Ansh2023-03-021-0/+14
* New onboarding (#241)Ansh2023-03-021-0/+2
* Fixes to lineheight on web to counteract emoji issuesPaul Frazee2023-02-241-1/+5
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-30/+46
* Fix all type errorsPaul Frazee2023-01-261-3/+9
* Resolve all remaining lint issues (#88)Paul Frazee2023-01-241-7/+9
* Add the ability to expand/collapse users in notificationsPaul Frazee2023-01-191-4/+1
* Post layout tweaks (#53)Paul Frazee2023-01-191-8/+19
* Handle post deletions by removing from active views (close #37)Paul Frazee2023-01-181-1/+1
* Remove all links from post meta to ensure taps are more consistentPaul Frazee2023-01-181-1/+0
* Rework all typographyPaul Frazee2023-01-181-17/+23
* Refer to upvotes as 'likes' in the UI (will change in the protocol soon)Paul Frazee2023-01-171-2/+2
* Remove the avi from the compose promptPaul Frazee2023-01-161-1/+1
* Fix missing metrics in post threadsPaul Frazee2023-01-161-0/+3
* Move menu controls into post footers and improve meta info renderingPaul Frazee2023-01-161-8/+10
* Implement validation and proper type detectionPaul Frazee2023-01-031-2/+6
* Improve error loggingPaul Frazee2023-01-021-3/+3
* Implement logging systemPaul Frazee2023-01-021-3/+3
* 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
|\