diff --git a/API/QRCODE.sh b/API/QRCODE.sh index 1dabb68f..234df9ec 100755 --- a/API/QRCODE.sh +++ b/API/QRCODE.sh @@ -104,7 +104,6 @@ if [[ ${QRCODE} == "station" ]]; then ## SHOW ZenStation FRONT sed "s~_STATION_~${myIPFS}${ISTATION}/~g" $MY_PATH/../templates/ZenStation/index.html > ~/.zen/tmp/${MOATS}/index.htm - [[ ! $isLAN ]] && sed -i "s~MENU~HOSTING~g" ~/.zen/tmp/${MOATS}/index.htm sed -i "s~http://127.0.0.1:8080~${myIPFS}~g" ~/.zen/tmp/${MOATS}/index.htm sed -i "s~http://127.0.0.1:33101~${myG1BILLET}~g" ~/.zen/tmp/${MOATS}/index.htm sed -i "s~http://astroport.localhost:1234~${myASTROPORT}~g" ~/.zen/tmp/${MOATS}/index.htm @@ -700,7 +699,7 @@ echo ">>> ${QRCODE} g1_to_ipfs $ASTROTOIPNS" ## WE SEND WALLET AMOUNT DISPLAY ( - echo "$HTTPCORS

${ZCHK}:${QRCODE}

${DISPLAY}

SCAN WALLET

" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 + echo "$HTTPCORS

${ZCHK}:${QRCODE}

${DISPLAY}

SCAN WALLET

" | nc -l -p ${PORT} -q 1 > /dev/null 2>&1 echo "BLURP ${DISPLAY} $PORT" && rm -Rf ~/.zen/tmp/${MOATS} ) & diff --git a/templates/ZenStation/index.html b/templates/ZenStation/index.html index d4138201..415daf3b 100644 --- a/templates/ZenStation/index.html +++ b/templates/ZenStation/index.html @@ -43,15 +43,19 @@ header { background: white; color: black; } -#yellow { - background: black; - color: white; - position: absolute; - bottom: 2%; - left: 2%; - width: 60%; - visibility: hidden; - } +#console { + visibility: visible; + background: rgba(0, 0, 0, 0.9); + color: white; + width: 80%; + height: 55%; + position: absolute; + bottom: 0; + left: 0; + padding: 5px; + box-sizing: border-box; + z-index: 1000; /* Ensure the console appears above other elements */ +} #ainfo { position: absolute; top: 2%; @@ -106,7 +110,13 @@ a { width: 400px; height: 400px; } +#toggleConsoleButton { + cursor: pointer; +} +#fullscreenButton { + cursor: pointer; +} @@ -277,17 +287,41 @@ a { }); -

-
MENU +

+
+ CONSOLE +       
+