feat: emoji reaction

This commit is contained in:
Shusui MOYATANI
2023-05-12 21:05:31 +09:00
parent c3a657e8db
commit 9253bb9554
13 changed files with 261 additions and 50 deletions

View File

@@ -267,9 +267,14 @@ const ProfileDisplay: Component<ProfileDisplayProps> = (props) => {
</button>
</ContextMenu>
</div>
<Show when={followed()}>
<div class="shrink-0 text-xs"></div>
</Show>
<Switch>
<Match when={userFollowingQuery.isLoading}>
<div class="shrink-0 text-xs"></div>
</Match>
<Match when={followed()}>
<div class="shrink-0 text-xs"></div>
</Match>
</Switch>
</div>
</div>
<div class="flex items-start px-4 pt-2">