diff --git a/app/img/steam_logo.svg b/app/img/steam_logo.svg new file mode 100644 index 0000000..2e839c5 --- /dev/null +++ b/app/img/steam_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/img/xbox_logo.svg b/app/img/xbox_logo.svg new file mode 100644 index 0000000..3a16b88 --- /dev/null +++ b/app/img/xbox_logo.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index e8cb76d..bf32461 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,4 @@ import { Disclosure } from "@headlessui/react" -import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/outline" import { Link, NavLink, Outlet } from "@remix-run/react" import type { User } from "./services/auth.server" import { ThemeToggle } from "~/components/ThemeToggle" @@ -11,6 +10,7 @@ import { DropdownMenuContent, DropdownMenuItem, } from "~/components/ui/dropdown-menu" +import { X, Menu } from "lucide-react" const navigation = [ { name: "Armoury", href: "/armoury" }, @@ -112,15 +112,9 @@ export default function Layout({ user }: { user: User | null }) { > Open main menu {open ? ( - + ) : ( - +
)} diff --git a/app/routes/_pages.login.tsx b/app/routes/_pages.login.tsx index 9e28273..c4bd18d 100644 --- a/app/routes/_pages.login.tsx +++ b/app/routes/_pages.login.tsx @@ -1,5 +1,9 @@ import { json } from "@remix-run/node" +import { Link } from "@remix-run/react" +import { AlertTriangle } from "lucide-react" import { Button } from "~/components/ui/button" +import steamLogo from "~/img/steam_logo.svg" +import xboxLogo from "~/img/xbox_logo.svg" export const loader = async () => { return json({ title: "Sign In" }) @@ -7,64 +11,77 @@ export const loader = async () => { export default function LogIn() { return ( -No longer accepting sign ups!
++ FatShark have made changes that prevent the DTAuth mod from working, + so the site will be disabled until a new authentication method is + available. The{" "} + + Armoury Exchange Extension + {" "} + is still working and available. +
+- This website is not affiliated with or endorsed by Fatshark. This - website uses unofficial access to your account and has full permission - to it. Use at your own risk. This website has no{" "} - access to your Steam or Xbox account, only your Darktide account. -
-- Sign in with your account and then authorise using the{" "} - - DTAuth mod - {" "} - to enable managing your account from this website.{" "} -
-Features:
-+ This website is not affiliated with or endorsed by Fatshark. This + website uses unofficial access to your account and has full + permission to it. Use at your own risk. This website has{" "} + no access to your Steam or Xbox account, only your + Darktide account. +
++ Sign in with your account and then authorise using the{" "} + + DTAuth mod + {" "} + to enable managing your account from this website.{" "} +
+Features:
+