0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Kevin Ansfield 08735aa9bf Fix posts navigation slowdown when lots of posts are loaded
refs #6274
- adds `active-link-wrapper` mixin that tracks the `active` state of child links and adds/removes a `.active` class on the mixed-in element
- removes the passed-in `active` attribute on `gh-posts-list-item` component that forced every item in the content list to be re-rendered each time the currently selected post changed
2016-01-04 16:55:36 +00:00
..
client Fix posts navigation slowdown when lots of posts are loaded 2016-01-04 16:55:36 +00:00
server Merge pull request #6251 from ErisDS/issues-6247 2015-12-21 20:20:44 +01:00
shared Fix non-idempotent Ghost API helper 2015-12-18 15:02:05 +01:00
test Switch channel filters to use strings not literals 2015-12-20 16:03:39 +00:00
index.js