Skip to content

Commit

Permalink
home page and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
poliha committed Apr 26, 2020
1 parent 1ff4840 commit 1aa2462
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ ionic cordova run android

Note that you will need to configure your andriod development environment. Android studion might be required. See the [Ionic guide](https://ionicframework.com/docs/developing/android) about developing for android for more details.

#### Electron app in dev

```bash
npm run electron:dev
```

### For usage

#### Build and electron desktop app
Expand Down
5 changes: 1 addition & 4 deletions src/app/pages/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<ion-grid>
<ion-row>
<ion-col size-md="4" offset-md="4">
<ion-text color="tertiary">
<h1 class="ion-text-center ion-padding-top xxlarge-font">
S<span class="rot-180">V</span>Z<span class="rot-180">V</span></h1>
</ion-text>
<ion-img src="/assets/logo.png"></ion-img>
</ion-col>
</ion-row>
<ion-row>
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/home/home.page.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.welcome-card ion-img {
max-height: 35vh;
overflow: hidden;
// overflow: hidden;
}

ion-grid {
Expand Down
1 change: 0 additions & 1 deletion src/app/providers/stellar.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ export class StellarService {
}

async buildOperation(operationData) {
// to do export constant of optype names ans use that instead
// if opsObj.source, check if source is active, raise error if not
// switch type - 14 conditions
// build operation based on type.
Expand Down
Binary file modified src/assets/icon/favicon.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 added src/assets/logo.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: 0 additions & 1 deletion src/assets/shapes.svg

This file was deleted.

0 comments on commit 1aa2462

Please sign in to comment.