From 886e8d3c6dc6e230b2805d842dbc832728cda466 Mon Sep 17 00:00:00 2001 From: recrof Date: Fri, 18 Jul 2025 16:55:13 +0200 Subject: [PATCH] added github icon, changed the api url --- README.md | 2 +- css/style.css | 3 +++ index.html | 5 +++++ lib/images/github-mark.svg | 1 + src/map.js | 2 +- 5 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 lib/images/github-mark.svg diff --git a/README.md b/README.md index c23a951..9650e97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Official MeshCore Map (frontend) ## Installation This is fully static and build-free site, cloning it to web location that can serve static content should be enough. -It uses backend api deployed on https://meshcore.dev/api/v1/nodes, so you will need to edit `apiUrl` in `src/map.js`. +It uses backend api deployed on https://meshcore.dev/api/v1/nodes ## Libraries used * [Vue3](https://github.com/vuejs/core) diff --git a/css/style.css b/css/style.css index 8448caa..395badf 100644 --- a/css/style.css +++ b/css/style.css @@ -131,6 +131,9 @@ table.node-info tr td:last-child { width: 16px; min-inline-size: 0px !important; } +.stats a.github { + margin-right: 15px; +} .search { position: fixed; z-index: 1000; diff --git a/index.html b/index.html index ce4f965..edc2af0 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ MeshCore Node Map +
@@ -49,6 +50,10 @@ monitoring + + + +