diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index b839c76f..9dac498c 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -8,8 +8,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class AboutView extends Vue {} diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 7688e61c..bebea956 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -3,27 +3,59 @@
-

Your Identity

+

+ Your Identity +

-
-

Important: before you can create a new project or commit time to one, you need a friend to register you.

- +
+

+ Important: before you can create a new project or commit time to + one, you need a friend to register you. +

+
@@ -31,44 +63,91 @@

Firstname Lastname

ID
-
- did:peer:kl45kj41lk451kl3 - - - - +
+ did:peer:kl45kj41lk451kl3 + + + + +
Public Key
- dyIgKepL19trfrFu5jzkoNhI + dyIgKepL19trfrFu5jzkoNhI +
Derivation Path
- m/44'/0'/0'/0/0 + m/44'/0'/0'/0/0 +
- Edit Identity + Edit Identity

Contact Actions

- Scan New Contact - + Scan New Contact +

Identity Actions

- Backup Seed - Backup Other Data + Backup Seed + Backup Other Data
-
ID: did:peer:kl45kj41lk451kl3
- +
+ ID: did:peer:kl45kj41lk451kl3 +
+ - - + +
@@ -78,8 +157,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class AccountViewView extends Vue {} diff --git a/src/views/ConfirmContactView.vue b/src/views/ConfirmContactView.vue index 4dc4a8e6..2f299fe8 100644 --- a/src/views/ConfirmContactView.vue +++ b/src/views/ConfirmContactView.vue @@ -4,29 +4,44 @@

- - + + - Confirm Contact + Confirm Contact

-

Would you like to add Firstname to your network?

+

+ Would you like to add Firstname to your network? +

-

Firstname Lastname

+

Firstname Lastname

-
ID
-
- did:peer:kl45kj41lk451kl3 -
+
ID
+
+ did:peer:kl45kj41lk451kl3 +
- - + +
@@ -36,8 +51,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class ConfirmContactView extends Vue {} diff --git a/src/views/ContactScanView.vue b/src/views/ContactScanView.vue index ebd17387..a2b86ac9 100644 --- a/src/views/ContactScanView.vue +++ b/src/views/ContactScanView.vue @@ -3,47 +3,84 @@

- - + + - Scan Contact + Scan Contact

Scan a QR Code…

- - - - -
- -
- -
- -
- - - -
- -
- -
- -
+ + + + +
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
-

…or Enter Contact Data

- - - +

+ …or Enter Contact Data +

+ + +
- - + +
@@ -53,8 +90,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class ContactScanView extends Vue {} diff --git a/src/views/DiscoverView.vue b/src/views/DiscoverView.vue index 9886c141..ea533c07 100644 --- a/src/views/DiscoverView.vue +++ b/src/views/DiscoverView.vue @@ -2,84 +2,144 @@
-

Discover

+

+ Discover +

- - + +
@@ -89,8 +149,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class DiscoverView extends Vue {} diff --git a/src/views/ImportAccountView.vue b/src/views/ImportAccountView.vue index f86b5dcb..56a095dc 100644 --- a/src/views/ImportAccountView.vue +++ b/src/views/ImportAccountView.vue @@ -4,17 +4,36 @@

- + Import Existing Identity

-

Enter your seed phrase below to import your identity on this device.

- +

+ Enter your seed phrase below to import your identity on this device. +

+
- - + +
@@ -24,8 +43,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class ImportAccountView extends Vue {} diff --git a/src/views/NewEditAccountView.vue b/src/views/NewEditAccountView.vue index dcb1ee6d..64b3b985 100644 --- a/src/views/NewEditAccountView.vue +++ b/src/views/NewEditAccountView.vue @@ -3,19 +3,41 @@

- - - [New/Edit] Identity + + + [New/Edit] Identity

- - + +
- + - +
@@ -25,8 +47,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class NewEditAccountView extends Vue {} diff --git a/src/views/NewEditCommitmentView.vue b/src/views/NewEditCommitmentView.vue index ee464236..918765e8 100644 --- a/src/views/NewEditCommitmentView.vue +++ b/src/views/NewEditCommitmentView.vue @@ -4,26 +4,37 @@

- - + + - Make Commitment + Make Commitment

- - hours + + hours
@@ -31,8 +42,17 @@
- - + +
@@ -42,8 +62,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class NewEditCommitmentView extends Vue {} diff --git a/src/views/NewEditProjectView.vue b/src/views/NewEditProjectView.vue index 1a4bbbe9..d1e4c023 100644 --- a/src/views/NewEditProjectView.vue +++ b/src/views/NewEditProjectView.vue @@ -4,34 +4,65 @@

- - + + - [New/Edit] Project + [New/Edit] Project

- +
-
- - -
- +
+ + +
+
- + - -
88/500 max. characters
+ +
+ 88/500 max. characters +
- - + +
@@ -41,8 +72,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class NewEditProjectView extends Vue {} diff --git a/src/views/ProjectViewView.vue b/src/views/ProjectViewView.vue index 303cd028..997ce668 100644 --- a/src/views/ProjectViewView.vue +++ b/src/views/ProjectViewView.vue @@ -3,15 +3,35 @@ @@ -20,12 +40,18 @@

- - - - + + + + - View Project + View Project

@@ -33,42 +59,64 @@
- +
-

Canyon cleanup

-
- Rotary - 8 days ago -
+

Canyon cleanup

+
+ Rotary + 8 days + ago +
-
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium… Read More
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem + accusantium doloremque laudantium… + Read More +
- Make Commitment + Make Commitment

Commitments

@@ -78,8 +126,7 @@ import { Options, Vue } from "vue-class-component"; @Options({ - components: { - }, + components: {}, }) export default class ProjectViewView extends Vue {} diff --git a/src/views/StartView.vue b/src/views/StartView.vue index c2b1c51c..3a39cb2b 100644 --- a/src/views/StartView.vue +++ b/src/views/StartView.vue @@ -1,5 +1,8 @@