UPDATE/FEAT: Proper handling of profile pictures where a fallback to the default pfp is used;

REFACTOR: Remove unnecessary props from users on `ResultsPage`;
REFACTOR: General formatting
This commit is contained in:
Chris-1010
2025-03-02 14:52:17 +00:00
parent 2fceb6c19d
commit 37122e1cea
7 changed files with 610 additions and 704 deletions

View File

@@ -84,9 +84,7 @@ const ResultsPage: React.FC = ({ }) => {
id: user.user_id,
type: "user",
title: `${user.is_live ? "🔴" : ""} ${user.username}`,
viewers: 0,
username: user.username,
thumbnail: user.profile_picture,
username: user.username
}))}
title="Users"
onItemClick={(username: string) =>