Donations
- {row[0]}
+ |
- {row[1]}
+ |
{row[2]} | {index + 1} |
- {row[0]}
+ |
{username && (
diff --git a/frontend/js/src/settings/Settings.tsx b/frontend/js/src/settings/Settings.tsx
index 37845a3d63..b4c41addf4 100644
--- a/frontend/js/src/settings/Settings.tsx
+++ b/frontend/js/src/settings/Settings.tsx
@@ -5,9 +5,13 @@ import { toast } from "react-toastify";
import { Helmet } from "react-helmet";
import { ToastMsg } from "../notifications/Notifications";
import GlobalAppContext from "../utils/GlobalAppContext";
+import Username from "../common/Username";
+import FlairsSettings from "./flairs/FlairsSettings";
export default function Settings() {
- const { currentUser } = React.useContext(GlobalAppContext);
+ const globalContext = React.useContext(GlobalAppContext);
+ const { currentUser } = globalContext;
+
const { auth_token: authToken, name } = currentUser;
const [showToken, setShowToken] = React.useState(false);
@@ -53,10 +57,34 @@ export default function Settings() {
return (
<>
- {name}+User Settings+
+
+
+
+ Username:
+
+ {" "}
+ Edit Profile on MusicBrainz
+
+ |