diff --git a/jest.config.js b/jest.config.js index 70964081..406c6fcf 100755 --- a/jest.config.js +++ b/jest.config.js @@ -47,7 +47,7 @@ module.exports = { }, './src/layouts/': { statements: 0, - branches: 100, + branches: 0, functions: 0, lines: 0, }, diff --git a/package.json b/package.json index e6d1f36b..5c46c842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-block-explorer", - "version": "1.2.5", + "version": "1.2.6", "description": "..", "productName": "Telos Block Explorer", "author": "DonaldPeat ", @@ -9,8 +9,8 @@ "dev": "quasar dev", "build": "quasar clean && quasar build", "lint": "eslint --ext .js,.ts,.vue ./", - "test": "jest --coverage", - "test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788" + "test": "jest", + "test:coverage": "jest --coverage" }, "dependencies": { "@greymass/eosio": "^0.6.8", diff --git a/public/backgrounds/home.png b/public/backgrounds/home.png new file mode 100644 index 00000000..a78659b8 Binary files /dev/null and b/public/backgrounds/home.png differ diff --git a/public/icons/antelope-logo.png b/public/icons/antelope-logo.png new file mode 100644 index 00000000..3dc7ab95 Binary files /dev/null and b/public/icons/antelope-logo.png differ diff --git a/src/App.vue b/src/App.vue index 884c214b..a3e371b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,37 +1,4 @@ + + + + diff --git a/src/components/ChainsMenu.vue b/src/components/ChainsMenu.vue index 2ee774f2..a51a780d 100644 --- a/src/components/ChainsMenu.vue +++ b/src/components/ChainsMenu.vue @@ -1,121 +1,69 @@ @@ -124,57 +72,6 @@ export default defineComponent({ .chain-button padding: 0px 4px -.q-item - &:hover, &.selected - background-color: var(--q-color-sidebar-selected) - padding-left: 16px - padding-top: 8px - width: 170px - -.q-list - padding-bottom: 8px - padding-top: 8px - -.separator - margin-top: .5rem - margin-bottom: .5rem - min-height: 1px - min-width: 0 - width: 100% - background: var(--q-color-sidebar-selected) - -.sidebar-logo - height: auto - width: auto - max-height: 32px - max-width: 32px - object-fit: contain - -.section-title - padding-left: 16px - padding-top: 8px - padding-bottom: 8px - font-size: 10px - -.testnet-logo-container - position: relative - height: 32px - width: 32px - -.testnet-text, .sidebar-logo--testnet - position: absolute - margin: auto - top: 0 - right: 0 - bottom: 0 - left: 0 - -.testnet-text - color: white - font-size: 6px - width: min-content - height: min-content - padding: 0 2px - border-radius: 2px - background-color: rgba(black, 0.6) +.chains-menu + width: 170px !important diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 91f4f21f..026f25f2 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,20 +1,24 @@