Skip to content

Commit

Permalink
Merge branch 'feat/iso-text' into 'develop'
Browse files Browse the repository at this point in the history
Feat/iso text

See merge request papers/airgap/airgap-wallet!732
  • Loading branch information
godenzim committed Jan 26, 2024
2 parents 18789fa + 55ebf12 commit 8903a7e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/app/pages/account-add/account-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,21 @@
></currency-item>
</ion-list>
</ion-grid>

<ion-card class="ion-padding" color="secondary">
<ion-row>
<ion-col>
<ion-icon style="zoom: 4;" src="assets/img/shapes.svg"></ion-icon>
</ion-col>
<ion-col size="9">
<ion-label class="ion-text-wrap">
<h2 style="color: white;">{{ "account-add.isolated-module" | translate }}</h2>
</ion-label>
</ion-col>
</ion-row>
</ion-card>
</ion-content>

<ion-fab vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button id="add-more-coins-button" color="secondary" (click)="navigateToScan()">
<ion-icon name="barcode-outline"></ion-icon>
Expand Down
3 changes: 2 additions & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"generic": {
"xtz_label": "Add Unlisted Tezos Asset",
"optimism-erc20_label": "Add Unlisted Optimism ERC-20 Token"
}
},
"isolated-module": "Can't find your favourite coin? Create an Isolated Module to integrate it"
},
"scan": {
"title": "Scan QR",
Expand Down
3 changes: 3 additions & 0 deletions src/assets/img/shapes.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8903a7e

Please sign in to comment.