Enhancement: Add search icon to name headers for the channels and streams tables. Closes #686

This commit is contained in:
SergeantPanda 2025-11-25 13:45:25 -06:00
parent 13ad62d3e1
commit 8754839c81
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ import {
ArrowUpNarrowWide,
ArrowUpDown,
ArrowDownWideNarrow,
Search,
} from 'lucide-react';
import {
Box,
@ -949,6 +950,7 @@ const ChannelsTable = ({}) => {
size="xs"
variant="unstyled"
className="table-input-header"
leftSection={<Search size={14} opacity={0.5} />}
/>
<Center>
{React.createElement(sortingIcon, {

View file

@ -13,6 +13,7 @@ import {
ArrowUpDown,
ArrowUpNarrowWide,
ArrowDownWideNarrow,
Search,
} from 'lucide-react';
import {
TextInput,
@ -735,6 +736,7 @@ const StreamsTable = () => {
size="xs"
variant="unstyled"
className="table-input-header"
leftSection={<Search size={14} opacity={0.5} />}
/>
<Center>
{React.createElement(sortingIcon, {