Ghost/ghost/admin
Rishabh Garg 74e2d3ef8c 🐛 Fixed MRR start date value in chart (#1865)
no refs

MRR start date value for charts was being calculated with start value as 0, assuming we have the data for first date in our range to use as start value. Since the events data returned only has data on dates where any MRR event happened, in case the first date in our range didn't have any. data we started from 0 instead of value on previous date. This fix

- updates calculation to pick the start value for chart based on value on last date in our range(30 days)
- adds unit tests for stats
2021-03-15 15:23:55 +05:30
..
.github Updated test workflow for default branch rename 2021-02-02 17:56:51 +00:00
app 🐛 Fixed MRR start date value in chart (#1865) 2021-03-15 15:23:55 +05:30
config Added share/send preview footers to post preview modal 2021-02-02 16:08:05 +00:00
lib Fixed editor drag/drop getting stuck 2021-03-09 17:56:38 +00:00
mirage Removed more leftover unsplash code & fixed tests 2021-02-18 15:03:53 +13:00
public/assets Added community card to Dashboard 2021-03-10 20:49:23 +01:00
tests 🐛 Fixed MRR start date value in chart (#1865) 2021-03-15 15:23:55 +05:30
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli Co-located component template files 2020-05-18 13:14:08 +01:00
.eslintignore Bumped ember core dependencies to 3.5.x 2019-03-06 07:39:51 +00:00
.eslintrc.js Update dependency eslint-plugin-ghost to v2.0.0 2020-10-23 09:59:09 +01:00
.gitignore Bumped ember core dependencies to 3.7.x 2019-03-07 16:25:43 +00:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
ember-cli-build.js Pinned all postcss dependencies to v7 (#1830) 2021-01-19 09:25:05 +00:00
ember-cli-update.json Updated core files to match ember-cli new output 2020-08-03 09:24:58 +01:00
Gruntfile.js Bower => NPM (#972) 2018-03-19 17:56:09 +00:00
LICENSE 2021 2021-01-25 16:51:15 +00:00
package.json v4.0.0-rc.2 2021-03-12 20:33:20 +00:00
README.md Updated badge URL in README 2021-02-03 09:21:06 +00:00
renovate.json Pinned all postcss dependencies to v7 (#1830) 2021-01-19 09:25:05 +00:00
SECURITY.md Updated links to ghost.org sites 2021-01-19 13:18:59 +13:00
testem.js Increased testem's browser_start_timeout to 120s 2020-07-20 12:20:26 +01:00
yarn.lock Removed tour feature 2021-03-02 14:29:26 +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-2021 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.