fus-marcom / bulletin-react

React/Redux version of the University Bulletin
MIT License
42 stars 18 forks source link

Truncate post content for Grid view only. #32

Closed JesseRWeigel closed 7 years ago

JesseRWeigel commented 7 years ago

Truncate at somewhere around 300 characters and add "...Continue reading" to the end of truncated text. Make "...Continue reading" a link to the post details page.

Example (but no need to include the post title after "...Continue reading"):

image

pantharshit00 commented 7 years ago

I will get to it. What is the truncate limit?

pantharshit00 commented 7 years ago

@Rud156 Please see my review in your PR. The hacky thing you have done is REALLY too hacky. Also dont use the static class while styling.