Compare commits

...

1 commit

Author SHA1 Message Date
Sung Won Cho
7debe1b8ce Add deprecation notice 2020-02-06 13:59:51 +11:00

View file

@ -126,6 +126,11 @@ const Digest: React.FunctionComponent<Props> = ({ location, match }) => {
<Header digest={digest.data} isFetched={digest.isFetched} /> <Header digest={digest.data} isFetched={digest.isFetched} />
<div className="container mobile-fw"> <div className="container mobile-fw">
<Flash kind="danger" wrapperClassName={styles.flash}>
Spaced repetition is deprecated and will be removed in the next major
release.
</Flash>
<Toolbar <Toolbar
digestUUID={digest.data.uuid} digestUUID={digest.data.uuid}
sort={params.sort} sort={params.sort}