Ghost/ghost/admin
Kevin Ansfield 92ece7b373 Refactored member activity list components
refs https://github.com/TryGhost/Team/issues/1277

- renamed `<GhActivityTimeline>` to `<GhMemberActivityEventParser>` and modified so that it yields parsed events rather than directly renders them
  - makes the component re-usable as it can be used to decorate raw events ready for use in context-specific templates
  - switches to using a getter to yield the parsed events so that they will update automatically when the `@events` argument changes
- updated `<Dashboard::LatestMemberActivity>` to use `<GhMemberActivityEventParser>` and keep the member activity box output local to itself
- added integration tests for `<Dashboard::LatestMemberActivity>`
  - added Mirage setup for member activity event models/serializers/route
2022-01-19 12:58:09 +00:00
..
.github
app Refactored member activity list components 2022-01-19 12:58:09 +00:00
config Removed deprecated ember-keyboard options 2022-01-17 17:38:24 +00:00
lib Cleaned up headerCard labs flag 2022-01-04 14:58:19 +00:00
mirage Refactored member activity list components 2022-01-19 12:58:09 +00:00
public/assets Changed Apple touch icon to the new Ghost logo 2022-01-11 12:47:50 +01:00
tests Refactored member activity list components 2022-01-19 12:58:09 +00:00
.csscomb.json
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli
.eslintignore
.eslintrc.js
.gitignore
.watchmanconfig
ember-cli-build.js
ember-cli-update.json
Gruntfile.js
LICENSE 2022 2022-01-05 12:41:56 +00:00
package.json Update dependency @ember/render-modifiers to v2.0.3 (#2199) 2022-01-18 10:46:30 +00:00
README.md 2022 2022-01-05 12:41:56 +00:00
renovate.json Added faker to ignored deps in Renovate config 2022-01-06 10:59:24 +00:00
SECURITY.md
testem.js
yarn.lock Update dependency @ember/render-modifiers to v2.0.3 (#2199) 2022-01-18 10:46:30 +00:00

Ghost-Admin

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.