diff --git a/AquaNet/src/app.sass b/AquaNet/src/app.sass index d2130818..b86796d9 100644 --- a/AquaNet/src/app.sass +++ b/AquaNet/src/app.sass @@ -133,6 +133,17 @@ input transition: $transition box-sizing: border-box +select + border-radius: $border-radius + border: 1px solid transparent + padding: 0.6em 1.2em + font-size: 1em + font-weight: 500 + font-family: inherit + background-color: $ov-lighter + transition: $transition + box-sizing: border-box + input[type="checkbox"] width: 1.2em height: 1.2em diff --git a/AquaNet/src/components/UserBox.svelte b/AquaNet/src/components/UserBox.svelte new file mode 100644 index 00000000..c5b44edd --- /dev/null +++ b/AquaNet/src/components/UserBox.svelte @@ -0,0 +1,674 @@ + + + + +{#if !loading && !error} +
+ {availableOptions.trophy.find((x) => x.id === values.trophy) + ?.label} +
++ {user.displayName} +
+WIP
+