From e8f4e4c8e83154636068109752b252624ec1be16 Mon Sep 17 00:00:00 2001
From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com>
Date: Thu, 15 Jun 2023 22:12:42 -0400
Subject: [PATCH] Some UX changes
---
index.html | 14 +++++++++++++-
src/components/UserCard.vue | 11 +++++++++++
src/views/Auth/LoginView.vue | 2 +-
src/views/Auth/RegisterView.vue | 7 -------
src/views/Auth/ResetView.vue | 7 -------
5 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/index.html b/index.html
index b1016ca..8ca916a 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
PhaseWeb 3
-
+
@@ -16,4 +16,16 @@
+
+
diff --git a/src/components/UserCard.vue b/src/components/UserCard.vue
index 105e0e2..6dea5f1 100644
--- a/src/components/UserCard.vue
+++ b/src/components/UserCard.vue
@@ -25,6 +25,12 @@ const mainStore = useMainStore();
const greeting = GetRandomMessage();
+var last = {
+ game: "beatmaniaIIDX",
+ version: "22 PENDUAL",
+ arcade: "Ho-House",
+};
+
function getCardStyle(game) {
if (game !== null) {
return `
@@ -52,6 +58,11 @@ function getCardStyle(game) {
{{ mainStore.userName }}
+
+ Last seen playing {{ last.game }} {{ last.version }}
at
+ {{ last.arcade }}
+
{
-
New Here?
+
Not Registered?
{
Have an Account?
-
- Forgot Password?
-
diff --git a/src/views/Auth/ResetView.vue b/src/views/Auth/ResetView.vue
index 7337b76..143490a 100644
--- a/src/views/Auth/ResetView.vue
+++ b/src/views/Auth/ResetView.vue
@@ -59,13 +59,6 @@ const submit = () => {
Remember it?
-
- New Here?
-