about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadItem.tsx
Commit message (Expand)AuthorAgeFilesLines
...
* Bump @types/react to ^18 and adjust types (#889)Logan Rosen2023-06-221-2/+2
* Add testnet warning (#880)Paul Frazee2023-06-141-0/+3
* translate to primary language rather than just english (#814)Samuel Newman2023-06-011-2/+4
* Add ability to reply, repost (without quote post), and like posts using Voice...Ollie H2023-05-301-3/+41
* Use non-pipe translation link (#740)Ollie H2023-05-301-1/+5
* Use dropdown for web reposting and quote posting (#607)Ollie H2023-05-151-1/+1
* [APP-639] Improve nsfw handling & force hidden on iOS (#605)Paul Frazee2023-05-091-2/+7
* Format count and fix type warning (#600)Ollie H2023-05-081-2/+3
* Remove some confusing horizontal lines in threads (#566)Paul Frazee2023-05-021-1/+9
* [APP-611] Add nice date to expanded post view (#567)Paul Frazee2023-05-021-2/+5
* React Native accessibility (#539)Ollie H2023-05-011-4/+9
* Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-16/+9
* Thread muting [APP-29] (#500)Paul Frazee2023-04-201-0/+24
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-32/+56
* Stripe checkmark emojis from display names (close #396) (#419)Paul Frazee2023-04-071-1/+4
* Update AtUri import to use official package with fix for usernames that start...Paul Frazee2023-04-071-1/+1
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-2/+2
* 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