about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/status.js
AgeCommit message (Expand)Author
2017-09-01Finish up embed modal feature (#4759)Eugen Rochko
2017-08-28Generalized the infinite scrollable list (#4697)abcang
2017-08-25Pinned statuses (#4675)Eugen Rochko
2017-08-07feat: Cache status height to avoid expensive renders (#4439)Sorin Davidoi
2017-08-07Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src an...Ondřej Hruška
2017-07-29fix(status): Don't add tabIndex to wrapped status (#4437)unarist
2017-07-28Improve accessibility (part 5) (#4417)Sorin Davidoi
2017-07-28Fix broken PropTypes (#4413)Yamagishi Kazutoshi
2017-07-28Improve accessibility (part 4) (#4408)Sorin Davidoi
2017-07-27Update intersection-observer to version 0.4.0 (#4398)Yamagishi Kazutoshi
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-08Lazy load components (#3879)Sorin Davidoi
2017-07-06Unobserve status on unmount (#4013)unarist
2017-06-27fix(components/status): Up & down jump due to content being added to the DOM ...Sorin Davidoi
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-21Don't attach IntersectionObserver for wrapped statuses (#3883)unarist
2017-06-21Revert #3851 (#3878)Eugen Rochko
2017-06-21Revert "Don't attach IntersectionObserver for wrapped statuses" (#3877)Eugen Rochko
2017-06-20Upgrade React Router (#3677)Sorin Davidoi
2017-06-20Do not call setState from unmounted component (#3853)alpaca-tc
2017-06-20Don't attach IntersectionObserver for wrapped statuses (#3863)unarist
2017-06-19Unobserve status on unmount (#3851)alpaca-tc
2017-06-13fix(status): Content jump due to height changes (#3734)Sorin Davidoi
2017-06-06Improve ESLint rules for JSX (#3608)Yamagishi Kazutoshi
2017-06-03Fix isIntersecting in Chrome (#3525)Nolan Lawson
2017-05-31Improve scheduling of requestIdleCallback tasks (#3477)Nolan Lawson
2017-05-29Add IntersectionObserverWrapper to cut down on re-renders (#3406)Nolan Lawson
2017-05-26Fix "Cannot read property" on missing status (#3322)unarist
2017-05-26Improve shouldComponentUpdate for status and status_action_bar (#3323)Nolan Lawson
2017-05-25Prevent contents of the status placeholder from overflowing (#3287)unarist
2017-05-24Lazy load toots using IntersectionObserver (#3191)Sorin Davidoi
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-20Remove unnecessary status__info-time div (#3172)Nolan Lawson
2017-05-19Avoid useless renders (#3141)Sorin Davidoi
2017-05-13Make direct statuses stand out more (#3025)Eugen Rochko
2017-05-12Use ES Class Fields & Static Properties (#3008)Yamagishi Kazutoshi
2017-05-03Show boosted user's avatar (#2518)kawax
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko