-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TOK-412: List all activated builders (#369)
* feat: list all the activated builders * chore: apply small fixes and leave placeholder for future changes * chore: remove duplicate code * style: apply lint rules * feat: allow table sort * chore: small ui improvements * fix: change arrow orintation * fix: remove mocked data * fix: lint * chore: feedback improvements * fix: last cycle rewards --------- Co-authored-by: Antonio <[email protected]> Co-authored-by: Francisco Tobar <[email protected]>
- Loading branch information
Showing
30 changed files
with
951 additions
and
330 deletions.
There are no files selected for viewing
419 changes: 419 additions & 0 deletions
419
src/app/collective-rewards/leaderboard/BuildersLeaderBoardTable.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
src/app/collective-rewards/leaderboard/hooks/useGetBuildersRewards.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
export * from './hooks' | ||
export * from './LeaderBoard' | ||
export * from './BuildersLeaderBoardTable' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.