Skip to content

Commit

Permalink
feat: wp
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 28, 2024
1 parent c380c4e commit 07b16d8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/app/signers/SignersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ import { Tr } from '../../ui/Tr';
import { ScrollableBox } from '../_components/BlockList/ScrollableDiv';
import { ExplorerErrorBoundary } from '../_components/ErrorBoundary';
import { useSuspenseCurrentStackingCycle } from '../_components/Stats/CurrentStackingCycle/useCurrentStackingCycle';
import { TimeFilter } from '../_components/time-filter/TimeFilter';
import { TimeInputState } from '../_components/time-filter/TimeInput';
import { BeforeForm } from '../search/filters/Before';
import { CycleFilter } from './CycleFilter';
import { removeStackingDaoFromName } from './SignerDistributionLegend';
import { SortByVotingPowerFilter, VotingPowerSortOrder } from './SortByVotingPowerFilter';
Expand Down Expand Up @@ -260,26 +257,6 @@ export function SignersTableLayout({
currentCycleId={currentCycleId}
/>
</Flex>
<TimeFilter
formType="input"
defaultButtonText="Cycle"
hasRange={false}
hasBefore={false}
hasAfter={true}
timeInputOnSubmitHandler={({ time }: TimeInputState) =>
console.log(`Time filter is changing the timeId to ${time}`)
}
/>
<TimeFilter
formType="date-picker"
defaultButtonText="Cycle Date"
hasRange={true}
hasBefore={false}
hasAfter={true}
timeInputOnSubmitHandler={({ time }: TimeInputState) =>
console.log(`Time filter is changing the timeId to ${time}`)
}
/>
</Flex>
}
>
Expand Down

0 comments on commit 07b16d8

Please sign in to comment.