about summary refs log tree commit diff
path: root/src/view/com/post/Post.tsx
Commit message (Expand)AuthorAgeFilesLines
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-82/+135
* 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-4/+4
* Lex refactor (#362)Paul Frazee2023-03-311-9/+8
* Add fulltext search for posts and profiles (closes #340) (#342)Paul Frazee2023-03-211-0/+5
* Move to expo and react-navigation (#288)Paul Frazee2023-03-131-7/+3
* Big batch of UI updates (#276)Paul Frazee2023-03-071-92/+82
* Add translate link to post menu (#261)Paul Frazee2023-03-031-0/+7
* 73-post-embeds (#253)Ansh2023-03-021-0/+7
* New onboarding (#241)Ansh2023-03-021-0/+2
* Fixes to lineheight on web to counteract emoji issuesPaul Frazee2023-02-241-1/+1
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-9/+12
* Resolve all remaining lint issues (#88)Paul Frazee2023-01-241-5/+3
* Post layout tweaks (#53)Paul Frazee2023-01-191-1/+3
* Remove all links from post meta to ensure taps are more consistentPaul Frazee2023-01-181-12/+7
* Rework all typographyPaul Frazee2023-01-181-5/+9
* More spacing fixes, especially for the repost infoPaul Frazee2023-01-161-1/+1
* Spacing fixesPaul Frazee2023-01-161-1/+1
* Fix visual consistency of 'reply to' in post and use display namePaul Frazee2023-01-161-1/+1
* Move menu controls into post footers and improve meta info renderingPaul Frazee2023-01-161-5/+5
* Implement validation and proper type detectionPaul Frazee2023-01-031-3/+3
* Improve error loggingPaul Frazee2023-01-021-6/+4
* Implement logging systemPaul Frazee2023-01-021-4/+6
* Implement account mutingPaul Frazee2023-01-021-1/+14
* Integrate notifications into the design systemPaul Frazee2022-12-301-19/+16
* Update notificationsPaul Frazee2022-12-281-2/+2
* Add a design system (#34)Paul Frazee2022-12-281-2/+2
* 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-25/+25
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-201-1/+1
* A couple more android updatesPaul Frazee2022-12-191-0/+1
* Tighten up the home feedPaul Frazee2022-12-191-1/+0
* Enable image-only postsPaul Frazee2022-12-191-7/+11
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-181-1/+5
* Just do full renders of parent posts in the feedPaul Frazee2022-12-151-1/+14
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-0/+2
* Add 'copy post text' toolPaul Frazee2022-12-051-0/+6
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-1/+1
* Improve unread notification stylingPaul Frazee2022-11-281-2/+11
* Batch notification loads to avoid layout reflows due to asyncPaul Frazee2022-11-281-4/+10
* Fix toast positioning (close #9)Paul Frazee2022-11-281-7/+3
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-2/+2
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-1/+11
* Remove downvotes from the UIPaul Frazee2022-11-201-8/+0
* Spacing and sizing fixesPaul Frazee2022-11-181-1/+1
* Add min height to post textPaul Frazee2022-11-181-1/+7
* Fix avatar click target in postsPaul Frazee2022-11-181-7/+9
* Add post deletionPaul Frazee2022-11-161-1/+26
* Fix overflows in post meta infoPaul Frazee2022-11-141-28/+10
* Always fallback from displayName to handlePaul Frazee2022-11-141-1/+3