1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/controllers
Kevin Ansfield 33bb521c11 Updated members list to use paginated loading
no issue

- disabled members search/filter/chart as they won't work without all members loaded into memory (they will be added back later)
- added `ember-ella-sparse` to handle a sparse array of members
- updated `fetchMembersTask` to return a sparse array instance
- updated components that work on a `member` instance to use `.get` because all items in a sparse array are proxy objects
- changed list loading behaviour to not refresh the list from the API unless the client-side list is more than a minute old - allows for much snappier nav between list and details screens
2020-05-20 16:39:32 +01:00
..
editor 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
members Updated members routes/controllers with Octane idioms 2020-05-20 16:39:31 +01:00
members-old Swapped duplicated members files from -dev to -old 2020-05-20 16:39:31 +01:00
settings Removed test email function from Labs 2020-05-20 11:34:56 +02:00
setup Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
staff updated to use new model._meta 2020-02-10 12:41:35 +00:00
about.js Switched About screen to use config service 2019-02-26 16:12:34 +07:00
application.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
billing.js Added billing controller for explicitness 2020-04-22 16:44:34 +12:00
editor.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
error.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
member-old.js Swapped duplicated members files from -dev to -old 2020-05-20 16:39:31 +01:00
member.js Updated members list to use paginated loading 2020-05-20 16:39:32 +01:00
members-old.js Swapped duplicated members files from -dev to -old 2020-05-20 16:39:31 +01:00
members.js Updated members list to use paginated loading 2020-05-20 16:39:32 +01:00
pages-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
pages.js Extracted duplicated posts/pages filter into a component 2020-01-15 15:15:20 +00:00
posts-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
posts.js Fixed query params not resetting when deleting a custom view 2020-02-03 16:38:14 +00:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
setup.js Fixed deprecated access of controller.{currentPath,currentRouteName} 2019-05-06 14:51:23 +01:00
signin.js Refactored check with regexp to error type checking 2020-05-06 00:05:19 +12:00
signup.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
site.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tag.js Reduced unnecessary waiting in tests 2020-05-11 11:37:35 +01:00
tags.js Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00