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 64d7639b57
Added server-side search to new members screen (#1582)
requires https://github.com/TryGhost/Ghost/pull/11854

- ties the search input on the members screen to a `?search` query param, debounced at 250ms to avoid unnecessary API requests and UI churn
- updated the members route's `model` hook to pass through the search param in the API request query parameters
2020-05-28 10:15:17 +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 Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12: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 Fixed redirect after saving member in "old" member screen 2020-05-22 10:50:12 +01:00
member.js Memoized member stats with expiration 2020-05-26 17:17:52 +01:00
members-old.js Swapped duplicated members files from -dev to -old 2020-05-20 16:39:31 +01:00
members.js Added server-side search to new members screen (#1582) 2020-05-28 10:15:17 +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