From 481125f97857f78147c5a9024f2e5b143f649ce7 Mon Sep 17 00:00:00 2001 From: Martin Allerton Date: Wed, 18 Aug 2021 23:54:23 +0100 Subject: [PATCH] Explore app metaverse api updates Blended the metaverse api places data in to the list with the beacon data. Also lightened the icons at the top as they were a little lost. --- scripts/communityScripts/explore/explore.html | 138 +++++++++++++----- .../libraries/axios/axios.min.js | 3 + 2 files changed, 103 insertions(+), 38 deletions(-) create mode 100644 scripts/communityScripts/libraries/axios/axios.min.js diff --git a/scripts/communityScripts/explore/explore.html b/scripts/communityScripts/explore/explore.html index c147dba134..747e969daa 100644 --- a/scripts/communityScripts/explore/explore.html +++ b/scripts/communityScripts/explore/explore.html @@ -13,8 +13,18 @@ #component-templates { display: none; } + + .thumbnailItem .d-flex { + background: rgba(0, 0, 0, 0.2); + backdrop-filter: blur(5px); + text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px black; + } + + .thumbnailItemHover .d-flex { + background: rgba(100, 100, 100, 0.2); + } - +
@@ -22,7 +32,7 @@ @@ -30,7 +40,7 @@ mdi-close - Add Location + Add Location Beacon Save @@ -101,30 +111,28 @@ @@ -230,7 +238,7 @@ Go Home @@ -238,7 +246,7 @@ Go Back @@ -246,14 +254,14 @@ Go Forward + mdi-map-marker-plus + -->
@@ -286,22 +294,76 @@ +