diff --git a/core/language/us.json b/core/language/us.json index 76458f9f..257c770b 100644 --- a/core/language/us.json +++ b/core/language/us.json @@ -1176,5 +1176,18 @@ "notify1": "Confirming transaction", "notify2": "Transaction confirmed", "explanation": "Your transaction is getting confirmed. To track its progress, click on the bell icon." + }, + "friends": { + "friend1": "Add name", + "friend2": "Add friend", + "friend3": "Adding a friend allows you to connect easily with that person. Be sure to also follow that user to support the hosting of their published resources.", + "friend4": "Notes", + "friend5": "Follow name", + "friend6": "Alias", + "friend7": "Add an alias to better remember your friend (Optional)", + "friend8": "Send a Q-Chat message", + "friend9": "Send a Q-Mail", + "friend10": "Edit friend", + "friend11": "Following" } } \ No newline at end of file diff --git a/core/src/components/app-view.js b/core/src/components/app-view.js index ca5a6732..814a18b9 100644 --- a/core/src/components/app-view.js +++ b/core/src/components/app-view.js @@ -43,6 +43,7 @@ import '../functional-components/side-menu-item.js' import './start-minting.js' import './notification-view/notification-bell.js' import './notification-view/notification-bell-general.js' +import './friends-view/friends-side-panel-parent.js' const parentEpml = new Epml({ type: 'WINDOW', source: window.parent }) @@ -559,8 +560,10 @@ class AppView extends connect(store)(LitElement) {
My Friends
+