about summary refs log tree commit diff
path: root/src/view/com/posts/FeedItem.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Dont mute posts for a user when viewing their profilePaul Frazee2023-01-021-2/+9
|
* Implement account mutingPaul Frazee2023-01-021-1/+15
|
* Update threads to use design systemPaul Frazee2022-12-301-6/+3
|
* Tune post controlsPaul Frazee2022-12-281-2/+2
|
* Update posts in feed to use the theming systemPaul Frazee2022-12-281-32/+37
|
* Tighten up spacing and dividersPaul Frazee2022-12-281-18/+10
|
* Add a design system (#34)Paul Frazee2022-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-2/+2
|
* Fix issue which caused parent posts to fail at mobx reactivityPaul Frazee2022-12-211-1/+1
|
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-201-57/+58
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-201-1/+2
|
* Use consistent rendering of avis and post metas in threadsPaul Frazee2022-12-201-40/+15
|
* initial android fixesJoão Ferreiro2022-12-191-0/+1
|
* Tighten up the home feedPaul Frazee2022-12-191-16/+50
|
* Enable image-only postsPaul Frazee2022-12-191-7/+11
|
* Improve thread renderingPaul Frazee2022-12-181-0/+31
|
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-181-1/+1
|
* Fixes to the composer UX around images and scrollingPaul Frazee2022-12-161-1/+4
|
* Just do full renders of parent posts in the feedPaul Frazee2022-12-151-137/+104
|
* Add post embeds (images and external links)Paul Frazee2022-12-141-1/+1
|
* Enlarge feed avis slightlyPaul Frazee2022-12-131-1/+1
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-081-0/+3
|
* Add context to replies when appearing in the feedPaul Frazee2022-12-061-0/+49
|
* Add 'copy post text' toolPaul Frazee2022-12-051-0/+6
|
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-1/+1
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-7/+3
|
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-2/+2
|
* Add link embeds to postsPaul Frazee2022-11-231-0/+2
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-1/+11
|
* Add threading to post feedsPaul Frazee2022-11-231-14/+64
|
* 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/+4
|
* Fix avatar click target in postsPaul Frazee2022-11-181-10/+9
|
* Add post deletionPaul Frazee2022-11-161-4/+24
|
* Fix overflows in post meta infoPaul Frazee2022-11-141-40/+9
|
* Always fallback from displayName to handlePaul Frazee2022-11-141-1/+3
|
* Turn 'include reason' on posts into a linkPaul Frazee2022-11-141-4/+10
|
* Implement trendingPaul Frazee2022-11-111-7/+18
|
* Add scene creatorPaul Frazee2022-11-091-1/+1
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-081-6/+14
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-051-8/+7
|
* Replace likes with votes on post UIsPaul Frazee2022-11-051-68/+11
|
* Update to the latest APIsPaul Frazee2022-11-041-10/+10
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-4/+2
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-11/+9
|
* Update to latest APIsPaul Frazee2022-10-261-7/+9
|
* Update api nsidsPaul Frazee2022-10-121-1/+1
|
* Update the view after a post is createdPaul Frazee2022-10-041-1/+1
|
* Implement mentions renderingPaul Frazee2022-10-031-4/+14
|