···99import { useSearchParams } from 'react-router-dom';
1010import { uid } from 'uid/single';
11111212+import catchupUrl from '../assets/features/catch-up.png';
1313+1214import Avatar from '../components/avatar';
1315import Icon from '../components/icon';
1416import Link from '../components/link';
···614616 <h1>
615617 Catch-up <sup>beta</sup>
616618 </h1>
619619+ <details>
620620+ <summary>What is this?</summary>
621621+ <p>
622622+ Catch-up is a separate timeline for your followings, offering
623623+ a high-level view at a glance, with a simple, email-inspired
624624+ interface to effortlessly sort and filter through posts.
625625+ </p>
626626+ <img
627627+ src={catchupUrl}
628628+ width="1200"
629629+ height="900"
630630+ alt="Preview of Catch-up UI"
631631+ />
632632+ <p>
633633+ <button
634634+ type="button"
635635+ onClick={(e) => {
636636+ e.target.closest('details').open = false;
637637+ }}
638638+ >
639639+ Let's catch up
640640+ </button>
641641+ </p>
642642+ </details>
617643 <p>Let's catch up on the posts from your followings.</p>
618644 <p>
619645 <b>Show me all posts from…</b>