Skip to content

Commit

Permalink
Merge pull request #3392 from cardano-foundation/feat/MET-2039-add-dr…
Browse files Browse the repository at this point in the history
…ep-filter

Feat/met 2039 add drep filter
  • Loading branch information
Sotatek-TaiTruong committed May 3, 2024
2 parents 5d2351f + 4999e62 commit 27e5624
Show file tree
Hide file tree
Showing 9 changed files with 992 additions and 15 deletions.
6 changes: 6 additions & 0 deletions src/commons/resources/icons/DrepId.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/commons/resources/icons/activeStakeDrep.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/commons/resources/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ import PoolSaturationIcon from "./icons/pool-saturation.svg?react";
import PoolBlocksIcon from "./icons/pool-block.svg?react";
import PoolParticipationIcon from "./icons/pool-participation.svg?react";
import PoolVotingIcon from "./icons/pool-voting.svg?react";
import DrepIdIcon from "./icons/DrepId.svg?react";
import ActiveStakeDrepIcon from "./icons/activeStakeDrep.svg?react";

// eslint-disable-next-line import/order
import TotalOutput from "./icons/totalOutput.svg?react";
export {
Expand Down Expand Up @@ -302,6 +305,8 @@ export {
UserIcon,
DropIcon,
DelegatorIcon,
DrepIdIcon,
ActiveStakeDrepIcon,
LightningIcon,
LinkOff,
SignOut,
Expand Down
1 change: 1 addition & 0 deletions src/commons/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const API = {
},
POOL_CERTIFICATES_HISTORY: "pools/certificates-history",
POOL_RANGE_VALUES: "pools/range-values-for-filter",
DREP_RANGE_VALUES: "dreps/range-values-for-filter",
DREP_CERTIFICATES_HISTORY: "dreps/:drepId/certificates-history",
DREP_OVERVIEW: "dreps/:drepId/drep-details",
DREP_OVERVIEW_CHART: "dreps/:drepId/vote-procedure-chart",
Expand Down

0 comments on commit 27e5624

Please sign in to comment.