Ghost/ghost/admin/tests/unit
Kevin Ansfield 17710c3e8e Switched members table to show info from most-recently-updated subscription instead of first in array
no issue

- members having multiple subscriptions is not really expected but if it does happen then the most recently updated subscription is most likely to be the one that we're interested in showing the details of in the members table
- added `{{most-recently-updated arr}}` helper+function that will return the item in the array argument with the most recent "updated at" value
  - uses `updatedAtUTC` or `updatedAt` or `updated_at` values so it will work against any of our models or un-transformed API response objects
- updated `<GhMembersListItemColumn>` to use a `mostRecentSubscription` getter when showing subscription data rather than assuming the first object in the subscriptions array should be displayed
2022-03-04 16:32:41 +00:00
..
authenticators Made session.user a synchronous property rather than a promise 2021-07-08 14:54:31 +01:00
components Update dependency ember-mocha to v0.16.0 2019-06-17 15:32:09 +01:00
controllers Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
helpers Switched members table to show info from most-recently-updated subscription instead of first in array 2022-03-04 16:32:41 +00:00
mixins Update dependency eslint-plugin-ghost to v1.4.0 2020-05-06 18:07:01 +01:00
models Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
serializers Switched from v3 to canary API 2021-02-05 09:12:26 +00:00
services Ran ember-cli-update --run-codemods (#2219) 2022-01-21 19:25:47 +00:00
transforms Fixed EmberObject.create error on Admin start (#1841) 2021-02-18 13:25:21 +13:00
utils Migrate to latest ember, ember-mocha and modern ember testing (#1044) 2019-01-02 09:58:55 +00:00
validators 🔥 Removed all subscriber feature related code (#1337) 2019-09-26 15:58:01 +02:00
.gitkeep Ember init, bower deps, es6 modules 2015-03-11 12:37:41 -06:00