feat: timeline fragments

This commit is contained in:
2023-11-09 12:20:53 +00:00
parent ffda4b1a43
commit ff2da6c5fd
15 changed files with 140 additions and 134 deletions

View File

@ -1,11 +1,12 @@
import { dedupe, unwrap } from "@snort/shared";
import { EventKind, parseNostrLink } from "@snort/system";
import { useEventFeed } from "@snort/system-react";
import { FormattedMessage } from "react-intl";
import { useParams } from "react-router-dom";
import { Hour } from "Const";
import Timeline from "Element/Feed/Timeline";
import PageSpinner from "Element/PageSpinner";
import { useEventFeed } from "Feed/EventFeed";
import { FormattedMessage } from "react-intl";
import { useParams } from "react-router-dom";
export function ListFeedPage() {
const { id } = useParams();