0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client/app/mixins
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
..
404-handler.js Prevent 404-handler mixin from erroring on non-adapter errors 2015-12-07 18:37:35 +00:00
active-link-wrapper.js Fix posts navigation slowdown when lots of posts are loaded 2016-01-04 16:55:36 +00:00
body-event-listener.js Remove $ from jshint's predef, always use Ember's $ 2015-12-01 20:52:25 +00:00
current-user-settings.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
dropdown-mixin.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ed-editor-api.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ed-editor-scroll.js Remove setScrollClassName mixin and usage 2015-12-15 12:00:57 +00:00
ed-editor-shortcuts.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
editor-base-controller.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
editor-base-route.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
infinite-scroll.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
pagination-route.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
settings-menu-controller.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
settings-save.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
shortcuts-route.js Always call _super when using Ember hooks 2015-11-30 12:45:37 +00:00
slug-url.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
style-body.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
text-input.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
validation-engine.js deps: ember/ember-data@2.2.0 2015-11-30 12:23:47 -06:00
validation-state.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00