chore: update channels

This commit is contained in:
Jack Wotherspoon
2026-03-27 13:09:59 -04:00
parent e10b2d708c
commit 78bd526792
8 changed files with 203 additions and 58 deletions
@@ -46,7 +46,11 @@ export const ChannelsList: React.FC<ChannelsListProps> = ({ channels }) => {
<Text color={theme.text.secondary}>
Direction:{' '}
<Text
color={channel.supportsReply ? 'green' : theme.text.secondary}
color={
channel.supportsReply
? theme.status.success
: theme.text.secondary
}
>
{channel.supportsReply ? 'two-way' : 'one-way'}
</Text>