Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge test into main #606

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
707c1c3
feat: initial vector redesign, colour and config changes
Kahnix Nov 29, 2024
a48ae40
chore: add husky
Kahnix Nov 29, 2024
3cd4ff1
fix: build errors
Kahnix Nov 29, 2024
ba8a812
ci(dependabot): add dependabot.yml
Sen-Com Dec 2, 2024
fa6b99a
Bump axios from 1.5.0 to 1.7.8
dependabot[bot] Dec 2, 2024
629945e
Bump postcss from 8.4.29 to 8.4.49
dependabot[bot] Dec 2, 2024
3019265
Bump vue-i18n from 9.3.0 to 9.14.2
dependabot[bot] Dec 2, 2024
c3debf4
fix(husky): add missing husky cfg
Kahnix Dec 2, 2024
53f2883
feat(explorer): redo styling based on feedback
Kahnix Dec 2, 2024
f4d66e9
feat: add analytics
Kahnix Dec 3, 2024
95f15e3
fix: added redirect to dashboard
Kahnix Dec 3, 2024
5b1c2b4
revert: revert router
Kahnix Dec 3, 2024
3c749da
fix(routing): fix routing not automatically going to the chain
Kahnix Dec 3, 2024
a75ccc0
fix(analytics): move analytics scope
Kahnix Dec 3, 2024
f55eee6
feat: new homescreen look
Kahnix Dec 5, 2024
7ff605b
feat: more home screen changes - Color correction on modals
Kahnix Dec 5, 2024
4831d36
feat(app): apr calculator and styling fixes
Kahnix Dec 6, 2024
f1adf23
feat: add search button to home page
Kahnix Dec 9, 2024
5b48bc2
Merge pull request #1 from vector-org/feat/vector-redesign
Kahnix Dec 9, 2024
bafe144
Merge pull request #12 from vector-org/dependabot/npm_and_yarn/vue-i1…
Kahnix Dec 9, 2024
494bfb8
Merge pull request #11 from vector-org/dependabot/npm_and_yarn/test/p…
Kahnix Dec 9, 2024
81a8f51
Merge pull request #10 from vector-org/dependabot/npm_and_yarn/test/a…
Kahnix Dec 9, 2024
02607d5
Bump @osmonauts/lcd from 0.8.0 to 1.0.3
dependabot[bot] Dec 9, 2024
9ac43cd
Bump unplugin-vue-components from 0.23.0 to 0.27.5
dependabot[bot] Dec 9, 2024
4af1278
Merge pull request #9 from vector-org/dependabot/npm_and_yarn/test/un…
Kahnix Dec 9, 2024
65e56e0
Bump vue3-perfect-scrollbar from 1.6.1 to 2.0.0
dependabot[bot] Dec 9, 2024
8f57c0a
Merge pull request #8 from vector-org/dependabot/npm_and_yarn/test/vu…
Kahnix Dec 9, 2024
0300266
Merge pull request #7 from vector-org/dependabot/npm_and_yarn/test/os…
Kahnix Dec 9, 2024
e96a686
fix(styling): changed colors, default values, made search bar interac…
Kahnix Dec 9, 2024
c848283
Merge pull request #17 from vector-org/feat/vector-redesign
Kahnix Dec 9, 2024
1266efd
feat(styling): added pentagon, updated chain icon to use local icons
Kahnix Dec 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# .github/dependabot.yml

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
target-branch: "test"
schedule:
interval: "monthly"
3 changes: 3 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
exec < /dev/tty && node_modules/.bin/git-cz --hook || true

2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
node = "21.3.0"
74 changes: 0 additions & 74 deletions chains/mainnet/axelar.json

This file was deleted.

47 changes: 47 additions & 0 deletions chains/mainnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"chain_name": "chain",
"registry_name": "cosmoshub",
"api": [
{
"provider": "cosmos.directory",
"address": "https://rest.cosmos.directory/cosmoshub"
},
{
"provider": "publicnode",
"address": "https://cosmos-rest.publicnode.com"
},
{
"provider": "silknode",
"address": "https://cosmos.api.silknodes.io"
}
],
"rpc": [
{
"provider": "icycro",
"address": "https://cosmos-rpc.icycro.org"
},
{
"provider": "dragonstake",
"address": "https://rpc.cosmos.dragonstake.io"
},
{
"provider": "Golden Ratio Staking",
"address": "https://rpc-cosmoshub.goldenratiostaking.net"
}
],
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "cosmos",
"logo": "/logo.svg",
"theme_color": "#6e6e6e",
"assets": [
{
"base": "uatom",
"symbol": "ATOM",
"exponent": "6",
"coingecko_id": "cosmos",
"logo": "/logo.svg"
}
]
}
26 changes: 0 additions & 26 deletions chains/mainnet/cosmos.json

This file was deleted.

30 changes: 0 additions & 30 deletions chains/mainnet/neutron.json

This file was deleted.

27 changes: 0 additions & 27 deletions chains/mainnet/nolus.json

This file was deleted.

32 changes: 0 additions & 32 deletions chains/mainnet/osmosis.json

This file was deleted.

11 changes: 0 additions & 11 deletions chains/testnet/crossfi.json

This file was deleted.

26 changes: 6 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,28 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/logo.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ping Dashboard - Cosmos Blockchain Explorer And Web Wallet</title>
<meta name="description" content="Ping Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub" />
<title>Vector Explorer</title>
<meta name="description" content="Dashboard and explorer for the Vector gaming blockchain" />
<link rel="stylesheet" type="text/css" href="/loader.css" />
</head>
<body>
<div id="app">
<div id="loading-bg">
<div class="loading-logo">
<img src="/logo.svg" alt="Logo" />
</div>
<div class="pre-loading">
<div class="effect-1 effects"></div>
<div class="effect-2 effects"></div>
<div class="effect-3 effects"></div>
</div>
</div>

</div>
</div>
<script type="module" src="/src/main.ts"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SSBKVF3GMX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
// Set default consent to 'denied' as a placeholder
// Determine actual values based on your own requirements
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
gtag('config', 'G-SSBKVF3GMX');
</script>

<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ping-widget.min.js"></script>

</body>
Expand Down
Loading
Loading