about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/intersection_observer_article.js
AgeCommit message (Collapse)Author
2019-02-10Refactor intersection observer article codeThibaut Girka
2019-02-10Hide items rendered out-of-frame (once they have been rendered at least once)Thibaut Girka
2018-08-31[Glitch] Fix off-by-one error in aria-posinsetThibaut Girka
Port 885711afb97b772f7c970ed16e17de799a74c923 to glitch-soc
2018-02-10Revert 245816ab2721f386184878d71be01143d207abf5 (fixes #348)Thibaut Girka
Since 245816ab2721f386184878d71be01143d207abf5, IntersectionObserverArticle assumes that its children do not change unless the number of children changes. This is not the case with the notification overlay, which resulted in the checkmark of notification cleaning mode not updating unless scrolling to make notifications appear/disappear. This change may negatively impact performances.
2017-12-03Rename themes -> flavours ? ?kibigo!