From 588d55abf8eafd04dd3f246314991426f322ddd6 Mon Sep 17 00:00:00 2001 From: olcxja Date: Sun, 10 May 2026 20:55:45 +0200 Subject: [PATCH] Add working DM invites --- .../src/main/assets/public/login/index.html | 30 +++++--------- android/app/src/main/assets/public/main.js | 10 +++++ android/app/src/main/assets/public/style.css | 38 ++++++++++++++++++ webroot/index.html | 25 ++++++++++-- webroot/login/index.html | 39 ++++++++----------- webroot/main.js | 13 ++++++- webroot/style.css | 39 +++++++++++++++++++ 7 files changed, 147 insertions(+), 47 deletions(-) diff --git a/android/app/src/main/assets/public/login/index.html b/android/app/src/main/assets/public/login/index.html index 9a34169e..a2a93ec7 100644 --- a/android/app/src/main/assets/public/login/index.html +++ b/android/app/src/main/assets/public/login/index.html @@ -92,23 +92,7 @@ gap: 1.1rem; } - .input-group { - display: flex; - flex-direction: column; - gap: 0.2rem; - } - - .input-group label { - font-size: 0.75rem; - font-weight: 800; - margin-left: 0.6rem; - margin-bottom: -0.2rem; - opacity: 0.4; - text-transform: uppercase; - letter-spacing: 0.05rem; - position: relative; - z-index: 1; - } + input { width: 100%; @@ -127,9 +111,7 @@ font-size: 1.05rem; } - button:hover { - background-color: rgba(255, 255, 255, 0.5); - } + .footer-links { text-align: center; @@ -160,6 +142,14 @@ text-decoration: underline; } + .input-group { + display: flex; + flex-direction: column; + gap: 0.2rem; + + width: 100%; + } + diff --git a/android/app/src/main/assets/public/main.js b/android/app/src/main/assets/public/main.js index efc5d22a..7f2b728d 100644 --- a/android/app/src/main/assets/public/main.js +++ b/android/app/src/main/assets/public/main.js @@ -435,6 +435,16 @@ addDmBtn.addEventListener("click", () => { Add Chat

Add a private, encrypted chat by entering a username

+
+
+ + +
+
+ +
` }); diff --git a/android/app/src/main/assets/public/style.css b/android/app/src/main/assets/public/style.css index 15f1613f..6a571f5f 100644 --- a/android/app/src/main/assets/public/style.css +++ b/android/app/src/main/assets/public/style.css @@ -297,4 +297,42 @@ fullcontainer { herotitle { font-weight: bold; font-size: 1.6rem; +} + + + + +.input-group { + display: flex; + flex-direction: column; + gap: 0.2rem; + + width: 80%; + max-width: 30rem; +} + +.input-group label { + font-size: 0.75rem; + font-weight: 800; + margin-left: 0.6rem; + margin-bottom: -0.2rem; + opacity: 0.4; + + letter-spacing: 0.05rem; + position: relative; + z-index: 1; +} + + +.submit-button { + justify-content: center; + background-color: var(--text-color); + color: var(--main-bg-color); + font-weight: 800; + border: none; + font-size: 1.05rem; +} + +.submit-button:hover { + background-color: rgba(255, 255, 255, 0.5); } \ No newline at end of file diff --git a/webroot/index.html b/webroot/index.html index 125026b0..441f2e55 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -84,14 +84,14 @@ Splash -
+
Welcome to Miarven

First Larpix client. v1.0

-