Add graphs and retention metrics to admin dashboard (#16829)

This commit is contained in:
Eugen Rochko
2021-10-14 20:44:59 +02:00
committed by GitHub
parent 959f7fc580
commit 07341e7aa6
46 changed files with 1650 additions and 257 deletions

View File

@ -7,7 +7,7 @@ import { getLocale } from 'mastodon/locales';
import { getScrollbarWidth } from 'mastodon/utils/scrollbar';
import MediaGallery from 'mastodon/components/media_gallery';
import Poll from 'mastodon/components/poll';
import Hashtag from 'mastodon/components/hashtag';
import { ImmutableHashtag as Hashtag } from 'mastodon/components/hashtag';
import ModalRoot from 'mastodon/components/modal_root';
import MediaModal from 'mastodon/features/ui/components/media_modal';
import Video from 'mastodon/features/video';