From e5af7bf76fe533d5382b77c374ad2a7f712b854a Mon Sep 17 00:00:00 2001 From: ingawei Date: Thu, 6 Oct 2022 23:57:41 -0700 Subject: [PATCH] pushing things to the side --- web/components/answers/answers-panel.tsx | 13 +++++++++++++ web/components/contract/contract-tabs.tsx | 2 +- web/components/feed/feed-comments.tsx | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/web/components/answers/answers-panel.tsx b/web/components/answers/answers-panel.tsx index 08b1373f..56b6a4ab 100644 --- a/web/components/answers/answers-panel.tsx +++ b/web/components/answers/answers-panel.tsx @@ -25,6 +25,9 @@ import { useAdmin } from 'web/hooks/use-admin' import { needsAdminToResolve } from 'web/pages/[username]/[contractSlug]' import { CATEGORY_COLORS } from '../charts/contract/choice' import { useChartAnswers } from '../charts/contract/choice' +import { ChatAlt2Icon, ChatAltIcon } from '@heroicons/react/solid' +import { ChatIcon } from '@heroicons/react/outline' +import { ReplyTo } from '../feed/feed-comments' export function AnswersPanel(props: { contract: FreeResponseContract | MultipleChoiceContract @@ -236,6 +239,16 @@ function OpenAnswer(props: { BUY )} + { + + }
- +
setShowActions(true)} @@ -194,7 +194,7 @@ export function FeedComment(props: {