about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/status_content.js
AgeCommit message (Expand)Author
2020-03-31Improve toot clicking areas (#13327)Mélanie Chauvel (ariasuni)
2019-12-29Summary: fix slowness due to layout thrashing when reloading a large … (#12...Matt Panaro
2019-10-24Add noopener and/or noreferrer (#12202)BSKY
2019-10-09Remove `lang` attribute from individual statuses (#12124)Eugen Rochko
2019-08-23Fix items in StatusContent render list not all having a key (#11645)ThibG
2019-08-08Fix “read more” button behing hidden (regression from #11404) (#11522)ThibG
2019-08-07Fix non-lowercase hashtags not being picked up by the streaming API (#11508)Eugen Rochko
2019-08-06Revert "Change links in webUI to rewrite misleading links (#11426)" (#11500)Eugen Rochko
2019-07-30Change links in webUI to rewrite misleading links (#11426)ThibG
2019-07-28Fix animate on hover in poll options without CW (#11404)ThibG
2019-07-28Change contrast of status links that are not mentions nor hashtags (#11406)ThibG
2019-07-21Play animated custom emoji on hover (#11348)ThibG
2019-06-13Do not expand toot when clicking on a poll option (#11067)ThibG
2019-06-08Put poll options behind content warnings (#10983)ThibG
2019-03-26Change language detector threshold from 140 characters to 4 words (#10376)Eugen Rochko
2019-02-01Refactor icons in web UI to use Icon component (#9951)Eugen Rochko
2018-10-29Fix dimensions of preview cards, fix crash in web UI, fix warning (#9133)Eugen Rochko
2018-10-01Double the threshold for "read more" functionality (#8835)Eugen Rochko
2018-09-27Show "read more" link on overly long in-stream statuses (#8205)Haelwenn Monnier
2018-08-18Fix #8264 - Do not override ctrl/cmd+click. (#8265)M Somerville
2018-03-26feat(ShowMore): Add classname to show more/show less button (#6904)Stephen Burgess
2018-03-13Fix #6757: Adjust RTL styles for landing page (#6768)Eugen Rochko
2018-03-07Remove text requirement when media attached from statuses (#6672)Eugen Rochko
2017-10-17Fix unwanted content warning gap in CSS (#5436)Eugen Rochko
2017-10-17Fix React warning about tabIndex on status with CW (#5432)unarist
2017-10-03Remove aria-label of status content (#5195)Akihiko Odaki
2017-08-07feat: Cache status height to avoid expensive renders (#4439)Sorin Davidoi
2017-07-31Improve accessibility (part 7) (#4457)Sorin Davidoi
2017-07-29Improve accessibility (part 6) (#4435)Sorin Davidoi
2017-07-11Redesign the landing page, mount public timeline on it (#4122)Eugen Rochko
2017-07-08Avoid using getBoundingClientRect to calculate height (#4001)Nolan Lawson
2017-07-06Parse links in status content on update as well as mount (#4042)STJrInuyasha
2017-06-23Fix a typo and give CW'd statuses the right cursor (#3918)Daniel Hunsaker
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-20Upgrade React Router (#3677)Sorin Davidoi
2017-06-20Clicking on the CW text should expand the status (#3855)unarist
2017-06-19Set cursor:pointer only when necessary (#3857)unarist
2017-06-13fix(status): Content jump due to height changes (#3734)Sorin Davidoi
2017-06-10Improve RTL detection (#3682)Eugen Rochko
2017-05-25Fix an error on dragging into status_content component (#3308)unarist
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-19Replace inline styles with stylesheet (#3115)Yamagishi Kazutoshi
2017-05-13tiny js fix for 'show more' button in chrome (#3045)beatrix
2017-05-13Revert HTML CW changes (#3020)beatrix
2017-05-12Use ES Class Fields & Static Properties (#3008)Yamagishi Kazutoshi
2017-05-11Fix regressions from #2683 (#2970)Eugen Rochko
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko