Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing page's card components #369

Merged
merged 43 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
32b5b79
Implement `IconCard` component
kpyszkowski Apr 17, 2024
8df74db
Merge branch 'landing-page' into landing-cards
kpyszkowski Apr 18, 2024
99c7abd
Add IconCard with key icon
kpyszkowski Apr 18, 2024
9358883
Update values to rem units
kpyszkowski Apr 18, 2024
f1644e2
Implement `ValueCard` component
kpyszkowski Apr 18, 2024
2bc02c4
Extract TVL card into separate component
kpyszkowski Apr 18, 2024
55cfc58
Add ContentCard component
kpyszkowski Apr 18, 2024
25a0d69
Rename component, fix missing keys
kpyszkowski Apr 18, 2024
36bb9e6
Implement `CardButton` component
kpyszkowski Apr 18, 2024
3c77258
Apply minor styling adjustments
kpyszkowski Apr 18, 2024
2f02355
Fix typo
kpyszkowski Apr 18, 2024
c6249b5
Refactor styles, update copies in cards
kpyszkowski Apr 19, 2024
36af881
Replace partner logos with SVGs, adjusted sizing
kpyszkowski Apr 19, 2024
127b14e
Merge branch 'landing-page' into landing-cards
kpyszkowski Apr 19, 2024
f1a4860
Merge branch 'landing-page' into landing-cards
kpyszkowski Apr 22, 2024
9fc1beb
Adjust `IconCard` responsive variant
kpyszkowski Apr 22, 2024
eb6b37e
Update `IconCard` icons, adjust styling
kpyszkowski Apr 23, 2024
81afaea
Reuse `ButtonLink` in `CardButton` component
kpyszkowski Apr 25, 2024
d08fc7a
Move partner logos to contants
kpyszkowski Apr 25, 2024
07eda72
Reorder props in `IconCard` component
kpyszkowski Apr 25, 2024
8487f97
Reuse `CurrencyBalance` component
kpyszkowski Apr 25, 2024
d99f126
Remove body prop from `IconCard` component
kpyszkowski Apr 25, 2024
b46a423
Merge branch 'landing-page' into landing-cards
kpyszkowski Apr 25, 2024
7340e46
Resolve ESLint error
kpyszkowski Apr 25, 2024
8942ba1
Define styles as props
kpyszkowski Apr 25, 2024
f2f52cd
Add TODO comment
kpyszkowski Apr 25, 2024
1043664
Remove `<br />` elements
kpyszkowski May 3, 2024
6a4e709
Adjust `IconCard` responsive styles
kpyszkowski May 3, 2024
49bf329
Refactor `Card` theme parts definition
kpyszkowski May 3, 2024
c1493b3
Add missing key while iterating over array
kpyszkowski May 3, 2024
93c22b6
Fix typo
kpyszkowski May 3, 2024
630db96
Refactor `TVLCard` component styles
kpyszkowski May 3, 2024
1b8eab9
Refactor partner logos export
kpyszkowski May 3, 2024
ffadd29
Fix typo
kpyszkowski May 3, 2024
49390ae
Rename component
kpyszkowski May 3, 2024
20659d0
Remove use of `CardFooter` component
kpyszkowski May 6, 2024
b978176
Rename component
kpyszkowski May 6, 2024
d68cb55
Use `TextMd` instead of `Text`
kpyszkowski May 6, 2024
1184455
Remove `value` property
kpyszkowski May 6, 2024
8ca3a0d
Hide unused/not ready cards
kpyszkowski May 6, 2024
b16913a
Merge branch 'landing-page' into landing-cards
kpyszkowski May 6, 2024
23e903b
Add cards wrapper padding for smaller viewports
kpyszkowski May 6, 2024
8cd2590
Merge branch 'landing-page' into landing-cards
kkosiorowska May 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dapp/src/assets/images/card-value-decorator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dapp/src/assets/images/content-card-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dapp/src/assets/images/mystery-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dapp/src/assets/images/partner-logos/base-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dapp/src/assets/images/partner-logos/ledger-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dapp/src/assets/images/partner-logos/threshold-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dapp/src/assets/images/partner-logos/wormhole-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dapp/src/assets/images/rewards-boost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading