-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rewards sections unified, support for donors added
Showing
19 changed files
with
62 additions
and
372 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,5 @@ | |
width: 100%; | ||
height: 0.1rem; | ||
background-color: $color-octant-grey1; | ||
margin: 0 0 1.6rem; | ||
margin: 1.6rem 0; | ||
} |
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 |
---|---|---|
|
@@ -76,6 +76,7 @@ | |
} | ||
|
||
.projectRewards { | ||
display: flex; | ||
flex: 1; | ||
padding: 0 $projectItemPadding; | ||
} | ||
|
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
2 changes: 1 addition & 1 deletion
2
...nts/shared/RewardsWithThreshold/index.tsx → ...t/src/components/shared/Rewards/index.tsx
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,2 @@ | ||
// eslint-disable-next-line no-restricted-exports | ||
export { default } from './RewardsWithThreshold'; | ||
export { default } from './Rewards'; |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/shared/RewardsWithoutThreshold/types.ts → ...nt/src/components/shared/Rewards/types.ts
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
76 changes: 0 additions & 76 deletions
76
client/src/components/shared/RewardsWithThreshold/RewardsWithThreshold.module.scss
This file was deleted.
Oops, something went wrong.
159 changes: 0 additions & 159 deletions
159
client/src/components/shared/RewardsWithThreshold/RewardsWithThreshold.tsx
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
client/src/components/shared/RewardsWithThreshold/types.ts
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
client/src/components/shared/RewardsWithThreshold/utils.test.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
client/src/components/shared/RewardsWithoutThreshold/index.tsx
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
client/src/components/shared/RewardsWithoutThreshold/testCases.ts
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
client/src/components/shared/RewardsWithoutThreshold/utils.test.ts
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
client/src/components/shared/RewardsWithoutThreshold/utils.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