diff --git a/components/views/friends/add/Add.html b/components/views/friends/add/Add.html index e7a9d565c3..5128ea3982 100644 --- a/components/views/friends/add/Add.html +++ b/components/views/friends/add/Add.html @@ -6,45 +6,6 @@ - - - - - + + diff --git a/components/views/friends/add/Add.less b/components/views/friends/add/Add.less index 9e47707aeb..e02833a33f 100644 --- a/components/views/friends/add/Add.less +++ b/components/views/friends/add/Add.less @@ -1,15 +1,10 @@ .add { display: flex; flex-direction: column; - gap: @normal-spacing; + gap: 8px; .title-container { display: flex; gap: 0.75rem; } - .card { - &:extend(.background-semitransparent-light); - &:extend(.bordered); - &:extend(.font-primary); - } } diff --git a/components/views/friends/add/Add.vue b/components/views/friends/add/Add.vue index d98b86db82..906dbc7171 100644 --- a/components/views/friends/add/Add.vue +++ b/components/views/friends/add/Add.vue @@ -1,21 +1,11 @@ diff --git a/components/views/friends/friend/Friend.less b/components/views/friends/friend/Friend.less index fce8f2fa53..0bb10e5980 100644 --- a/components/views/friends/friend/Friend.less +++ b/components/views/friends/friend/Friend.less @@ -2,7 +2,6 @@ display: flex; align-items: center; padding: @light-spacing @normal-spacing; - margin: 0 @light-spacing; gap: @normal-spacing; &:extend(.no-select); &:extend(.round-corners); diff --git a/components/views/friends/qrSection/QrSection.vue b/components/views/friends/qrSection/QrSection.vue new file mode 100644 index 0000000000..430d0e5422 --- /dev/null +++ b/components/views/friends/qrSection/QrSection.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/components/views/friends/search/Search.vue b/components/views/friends/search/Search.vue new file mode 100644 index 0000000000..d08f690fb2 --- /dev/null +++ b/components/views/friends/search/Search.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/locales/en-US.js b/locales/en-US.js index 31a72927dd..eaec428594 100644 --- a/locales/en-US.js +++ b/locales/en-US.js @@ -743,6 +743,7 @@ export default { options: 'Options', cancel: 'Cancel request', request: 'Requests', + copy_your_id: 'Copy your ID', }, market_place: { title: 'Marketplace\nComing soon', diff --git a/pages/friends/Friends.html b/pages/friends/Friends.html index 0ce63c18b4..27bd2948dd 100644 --- a/pages/friends/Friends.html +++ b/pages/friends/Friends.html @@ -35,7 +35,8 @@ /> -
+
+