UI refactor

This commit is contained in:
Alejandro Gomez
2023-01-19 00:31:34 +01:00
parent 3fb1350e39
commit e06c3b2e7a
18 changed files with 272 additions and 122 deletions

View File

@ -44,13 +44,6 @@ export default function NoteReaction(props: NoteReactionProps) {
}
}
function tagLine() {
switch (ev.Kind) {
case EventKind.Reaction: return <small className="reaction-text">reacted with {mapReaction(ev.Content)}</small>;
case EventKind.Repost: return <small className="reaction-text">reposted</small>
}
}
/**
* Some clients embed the reposted note in the content
*/