Specification
Story
As a user moderating a colony, I want to be able to filter incoming funds and balances by chain, as well as the actions depending on the chain they are happening on.
Description
- We should add the
chainId to the filters context and apply it when querying for incoming funds.
- We should add the
chainId to the filters context and apply it when querying for balances.
- We should add the
chainId to the filters context and apply it when querying for actions.
NOTE: before targeting this, we should add a chainId field to the action, instead of abusing the multiChainInfo property
Design
Figma link

Figma link

Figma link

Implementation
This issue is complete when...
Specification
Story
As a user moderating a colony, I want to be able to filter incoming funds and balances by chain, as well as the actions depending on the chain they are happening on.
Description
chainIdto the filters context and apply it when querying for incoming funds.chainIdto the filters context and apply it when querying for balances.chainIdto the filters context and apply it when querying for actions.NOTE: before targeting this, we should add a
chainIdfield to the action, instead of abusing themultiChainInfopropertyDesign
Figma link

Figma link

Figma link

Implementation
This issue is complete when...