about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/status_list.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2022-02-25Add explore page to web UI (#17123)Eugen Rochko
2021-07-13Improve modal flow and back button handling (#16499)Claire
2020-07-09Freeze scroll position when a dropdown menu is open in the TL (#14271)ThibG
2020-01-02Fix 12661 (#12744)Matt Panaro
2019-12-29Summary: fix slowness due to layout thrashing when reloading a large … (#12...Matt Panaro
2019-10-06Fix performance of home feed regeneration (#12084)Eugen Rochko
2019-05-03When selecting a toot via keyboard, ensure it is scrolled into view (#10593)ThibG
2018-12-12Various fixes to scrollable lists and media gallery (#9501)ThibG
2018-11-08Use local instead of global loading indicator for timelines, account timeline...Eugen Rochko
2018-11-08Add "Show thread" link to self-replies (#9228)Eugen Rochko
2018-07-29Do not scroll up when modal is opened (#8095)Yamagishi Kazutoshi
2018-06-29Keyword/phrase filtering (#7905)Eugen Rochko
2018-05-29Always display tab navigation on local/federated timeline even when empty (#7...Eugen Rochko
2018-04-20Fix the hot key (j, k) does not function correctly when there is a pinned too...TakesxiSximada
2018-04-10Improve load gap styling in web UI (#7100)Eugen Rochko
2018-03-24Allow clients to fetch statuses made while they were offline (#6876)Akihiko Odaki
2018-03-05Replace onScrollToBottom with onLoadMore (#6615)Akihiko Odaki
2018-03-04Federate pinned statuses over ActivityPub (#6610)Eugen Rochko
2018-01-17Fix home regeneration (#6251)Eugen Rochko
2017-10-06Implement hotkeys for web UI (#5164)Eugen Rochko
2017-08-28Generalized the infinite scrollable list (#4697)abcang
2017-08-02fix(status_list): Use correct keys for keyboard navigation (#4487)Sorin Davidoi
2017-07-28Accessability fixes (#4432)Sorin Davidoi
2017-07-28Improve accessibility (part 5) (#4417)Sorin Davidoi
2017-07-28Improve accessibility (part 4) (#4408)Sorin Davidoi
2017-07-26Fix infinite scroll fluidity (#4381)Eugen Rochko
2017-07-25fix(status_list): Guard against missing ref (#4353)Sorin Davidoi
2017-07-19fix(status_list): Update scroll position after toots are appended (#4277)Sorin Davidoi
2017-07-19Update scroll top state on column mounting (#4276)unarist
2017-07-14Small style fixes (#4206)Sorin Davidoi
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-18Fix jittery scrolling for Chromium browsers (#3776) (#3832)Nolan Lawson
2017-06-12Unread indicator was invisible behind column header, adjusted (#3720)Eugen Rochko
2017-06-05Prevent pinned columns from scroll to top on URL changing (#3586)unarist
2017-05-29Add IntersectionObserverWrapper to cut down on re-renders (#3406)Nolan Lawson
2017-05-28Fix IntersectionObserver isIntersecting in Edge (#3365)Nolan Lawson
2017-05-28Simplify isIntersecting in status_list.js (#3371)Nolan Lawson
2017-05-24Lazy load toots using IntersectionObserver (#3191)Sorin Davidoi
2017-05-23Refactoring. Removed useless import. (#3254)Yamagishi Kazutoshi
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-20Performance improvements (#3168)Sorin Davidoi
2017-05-12Use ES Class Fields & Static Properties (#3008)Yamagishi Kazutoshi
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko