new notifications design

This commit is contained in:
2023-08-02 18:27:29 +01:00
parent 2adce0ead1
commit f968299f4d
17 changed files with 327 additions and 44 deletions

View File

@ -14,9 +14,10 @@ import Icon from "Icons/Icon";
import TrendingUsers from "Element/TrendingUsers";
import TrendingNotes from "Element/TrendingPosts";
import HashTagsPage from "Pages/HashTagsPage";
import SuggestedProfiles from "Element/SuggestedProfiles";
import { TaskList } from "Tasks/TaskList";
import messages from "./messages";
import SuggestedProfiles from "Element/SuggestedProfiles";
interface RelayOption {
url: string;
@ -272,6 +273,7 @@ const NotesTab = () => {
return (
<>
<FollowsHint />
<TaskList />
<Timeline subject={subject} postsOnly={true} method={"TIME_RANGE"} />
</>
);