Skip to content
Snippets Groups Projects
Commit 511f3a14 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

Merge branch 'addAnApp/hive-inbox' into 'develop'

added a new DApp - Hive Inbox

See merge request !212
parents 27730e50 e12d470e
No related branches found
No related tags found
2 merge requests!215Exchanges and Ecosystem Updates,!212added a new DApp - Hive Inbox
...@@ -18,7 +18,10 @@ ...@@ -18,7 +18,10 @@
"scss.validate": false, "scss.validate": false,
"editor.formatOnSaveTimeout": 10000, "editor.formatOnSaveTimeout": 10000,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": "explicit"
}, },
"prettier.packageManager": "yarn" "prettier.packageManager": "yarn",
"i18n-ally.localesPaths": [
"src/lang"
]
} }
src/assets/images/apps/hive-inbox.png

79.7 KiB

...@@ -551,7 +551,16 @@ export const ECOSYSTEM: IEcoItem[] = [ ...@@ -551,7 +551,16 @@ export const ECOSYSTEM: IEcoItem[] = [
image: 'riseofthepixels.png', image: 'riseofthepixels.png',
website: 'https://riseofthepixels.com/', website: 'https://riseofthepixels.com/',
types: [EcoType.game], types: [EcoType.game],
}, },
{
id: 'hive-inbox',
name: 'Hive Inbox',
description:
'Manage Hive Blog\'s replies',
image: 'hive-inbox.png',
website: 'https://hive-inbox.the-hive-mobile.app',
types: [EcoType.social],
},
].concat(BLOCKEXPLORERS as any) ].concat(BLOCKEXPLORERS as any)
export const TYPE_COLORS = { export const TYPE_COLORS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment