diff --git a/web/satellite/vuetify-poc/src/assets/icon-change-name.svg b/web/satellite/vuetify-poc/src/assets/icon-change-name.svg new file mode 100644 index 000000000000..038b431221f1 --- /dev/null +++ b/web/satellite/vuetify-poc/src/assets/icon-change-name.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/web/satellite/vuetify-poc/src/components/dialogs/ChangeNameDialog.vue b/web/satellite/vuetify-poc/src/components/dialogs/ChangeNameDialog.vue new file mode 100644 index 000000000000..b7c8163f5664 --- /dev/null +++ b/web/satellite/vuetify-poc/src/components/dialogs/ChangeNameDialog.vue @@ -0,0 +1,135 @@ +// Copyright (C) 2023 Storj Labs, Inc. +// See LICENSE for copying information. + + + + diff --git a/web/satellite/vuetify-poc/src/views/AccountSettings.vue b/web/satellite/vuetify-poc/src/views/AccountSettings.vue index 6d2eaa16a6e4..5640d30be1af 100644 --- a/web/satellite/vuetify-poc/src/views/AccountSettings.vue +++ b/web/satellite/vuetify-poc/src/views/AccountSettings.vue @@ -21,12 +21,14 @@ Name - Tome Boshevski + {{ user.getFullName() }} @@ -37,7 +39,7 @@ Email - tome@storj.io + {{ user.email }}