Skip to content

Commit

Permalink
refactor: update app screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Dec 15, 2023
1 parent ec87c74 commit b16d70e
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 11 deletions.
6 changes: 5 additions & 1 deletion components/HeroArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { t } = useI18n();
</ButtonLink>
</div>
<div :class="css.screenshot">
<img alt="rotki screenshot" src="/img/screenshot.png" />
<img alt="rotki screenshot" src="/img/dashboard.png" />
</div>
<div :class="css.description">
<InfoBox>
Expand Down Expand Up @@ -143,6 +143,10 @@ $subtitle-line-height: 42px;
padding-right: $mobile-margin;
padding-left: $mobile-margin;
}
img {
@apply w-[980px];
}
}
.description {
Expand Down
13 changes: 3 additions & 10 deletions components/features/details/AppDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const css = useCssModule();
@import '@/assets/css/main.scss';
.image {
@apply w-[980px] hidden;
@media only screen and (min-width: 1190px) {
@apply block;
right: -750px !important;
}
Expand All @@ -44,16 +47,6 @@ const css = useCssModule();
right: -400px;
}
@include for-size(phone-only) {
position: relative;
margin-bottom: 60px;
}
@include for-size(tablet-portrait-up) {
position: relative;
margin-bottom: 60px;
}
@include for-size(desktop-up) {
top: 80px;
position: absolute;
Expand Down
Binary file modified public/img/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/1-sc-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/2-sc-defi-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/3-sc-history-events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/4-sc-statistics1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/5-sc-statistics2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/6-sc-eth-staking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/download/7-sc-liquity-staking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/dark_mode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/data_sync.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/deposits_and_withdrawals.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/sc_aave.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/sc_compound1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/sc_compound2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/sc_vaults_premium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/sc_vaults_premium_watchers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/sc_yearn_vaults2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/stats_asset_amount_value.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/stats_distribution_location.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/trades.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/products/details/transactions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/screenshot.png
Binary file not shown.

0 comments on commit b16d70e

Please sign in to comment.