The actual state of the component is really really messy
We want to split the component so we have the following levels of subcomponents:
- Issue Component
- Issue's bounty component
- Bounty's claim component with actions (Check, Approve, Reject)
- Claim's Check component (This one MUST use emits to forward the information to the actions)
The actual state of the component is really really messy
We want to split the component so we have the following levels of subcomponents: