diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx index e0c4ccbc..3098e72e 100644 --- a/src/components/timeline.jsx +++ b/src/components/timeline.jsx @@ -1,5 +1,6 @@ import { useEffect, useRef, useState } from 'preact/hooks'; import { useHotkeys } from 'react-hotkeys-hook'; +import { InView } from 'react-intersection-observer'; import { useDebouncedCallback } from 'use-debounce'; import useInterval from '../utils/useInterval'; @@ -376,14 +377,22 @@ function Timeline({ {uiState === 'default' && (showMore ? ( - + + ) : (
The end.
))}