Fix/misc UI (#1622)

* show available marketplace updates in menu

* complete feature

* delete unused class

* update tsmatches to remove console log

* fix merge conflict

* change config header font size

* fix new options emission for config elements

* delete unecessary import

* add custom modal for service marketplace conflict action

* cleanup

* remove unecessary imports

* pr cleanup of unused imports and classes

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Lucy C
2022-07-06 17:10:22 -06:00
committed by GitHub
parent b0a55593c1
commit 449968bc4e
13 changed files with 168 additions and 38 deletions

View File

@@ -38,7 +38,7 @@
"pbkdf2": "^3.1.2",
"rxjs": "^6.6.7",
"swiper": "^8.2.4",
"ts-matches": "^5.1.0",
"ts-matches": "^5.1.7",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"zone.js": "^0.11.5"
@@ -13293,9 +13293,9 @@
}
},
"node_modules/ts-matches": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.5.tgz",
"integrity": "sha512-PdashZCpn30SFH9mboHq3/rmC3wntKajw5IkQcSX9HhbcV7FoP3/nJzjFII6ZhRyoAV0mrDXWoblJulpMlh65g=="
"version": "5.1.8",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.8.tgz",
"integrity": "sha512-NDt8UCwE21SBJ9q3gWJUWyFUmOpYLv7zD7x5dWgriqBDDFo9gMIxLkGPwGqMBlMhlu5SOdsxokMhU9Xu1FllMA=="
},
"node_modules/ts-node": {
"version": "10.7.0",
@@ -24142,9 +24142,9 @@
"dev": true
},
"ts-matches": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.5.tgz",
"integrity": "sha512-PdashZCpn30SFH9mboHq3/rmC3wntKajw5IkQcSX9HhbcV7FoP3/nJzjFII6ZhRyoAV0mrDXWoblJulpMlh65g=="
"version": "5.1.8",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.1.8.tgz",
"integrity": "sha512-NDt8UCwE21SBJ9q3gWJUWyFUmOpYLv7zD7x5dWgriqBDDFo9gMIxLkGPwGqMBlMhlu5SOdsxokMhU9Xu1FllMA=="
},
"ts-node": {
"version": "10.7.0",