From 94e8ad5c9a2b13ef51caef357a71917c4b7ae97c Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 4 Oct 2024 15:35:03 +1000 Subject: [PATCH] more ui --- server/components/DiscordLogo.vue | 9 +++ server/components/GithubLogo.vue | 16 ++++++ server/components/InlineUserWidget.vue | 2 +- server/components/UserFooter.vue | 75 +++---------------------- server/components/UserHeader.vue | 2 +- server/layouts/default.vue | 11 +++- server/nuxt.config.ts | 8 +++ server/pages/index.vue | 8 ++- server/public/favicon.ico | Bin 4286 -> 765 bytes 9 files changed, 61 insertions(+), 70 deletions(-) create mode 100644 server/components/DiscordLogo.vue create mode 100644 server/components/GithubLogo.vue diff --git a/server/components/DiscordLogo.vue b/server/components/DiscordLogo.vue new file mode 100644 index 00000000..80bf9275 --- /dev/null +++ b/server/components/DiscordLogo.vue @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/server/components/GithubLogo.vue b/server/components/GithubLogo.vue new file mode 100644 index 00000000..fc6f27c0 --- /dev/null +++ b/server/components/GithubLogo.vue @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/server/components/InlineUserWidget.vue b/server/components/InlineUserWidget.vue index 385495ab..c73cda68 100644 --- a/server/components/InlineUserWidget.vue +++ b/server/components/InlineUserWidget.vue @@ -2,7 +2,7 @@
- {{ userData.name }} + {{ userData.name }}
diff --git a/server/components/UserFooter.vue b/server/components/UserFooter.vue index cf79179d..cb9705b2 100644 --- a/server/components/UserFooter.vue +++ b/server/components/UserFooter.vue @@ -8,7 +8,7 @@

An open-source game distribution platform built for speed, flexibility and beauty.

- {{ item.name }}