lemmy-ui/src/shared/components/post
eduardog3000 5f6ea5de6d
Improvements to post listings (#536)
* Improvements to post listings.

* Expanded image and body now show below the rest of the listing.
* The above are also offset to not be under the votes and thumbnail.
* Post title doesn't jump to a new line when you expand the image.
* Thumbnail doesn't disappear when you expand the image.
* Does not apply on mobile since things don't jump around as much.
* Clicking expanded image opens the original in a new tab.
* Does not apply on mobile since you can just long press.
* Instead tapping the image closes it.
* pictrs images now prefer the original format over jpg.
* Rendering split into many functions to improve readability.
* Post actions are now on the same line as the comments button.
* Post actions now show on mobile.
* Comments button made larger.
* Expanding or contracting an image now expands or contracts the body.

* Regenerated yarn.lock

To avoid problems resulting from malicous changes by the dev of `colors`
2022-01-11 19:53:23 -05:00
..
create-post.tsx Feature/user community block (#362) 2021-08-19 22:56:18 -04:00
metadata-card.tsx Improvements to post listings (#536) 2022-01-11 19:53:23 -05:00
post-form.tsx Using console.error for error logs. (#517) 2021-12-02 11:46:32 -05:00
post-listing.tsx Improvements to post listings (#536) 2022-01-11 19:53:23 -05:00
post-listings.tsx Fixing cross-posts showing on initial load. Fixes #457 (#464) 2021-10-17 21:44:39 -04:00
post-report.tsx Private instances (#523) 2021-12-30 10:26:45 -05:00
post.tsx Dont receive post room comments from blocked users. (#516) 2021-12-02 11:46:41 -05:00