Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified client/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion client/.eslintcache

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"react-dom": "^16.13.1",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.6.0",
"react-moralis": "^1.4.0",
"react-query": "^3.39.0",
"react-router": "^5.2.1",
Expand Down
Binary file modified client/src/.DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { LifetimeContext } from "./lib/LifetimeContext";
import { LifetimeAccessRequestStatusContext } from "./lib/LifetimeAccessRequestStatusContext";

// Import UI components
import Home from "./components/home";
import Home from "./components/Home";
import PremiumContent from "./components/premium-content";
import Login from "./components/login";
import SignUp from "./components/signup";
Expand All @@ -14,6 +14,8 @@ import Payment from "./components/payment";
import PaymentForm from "./components/payment-form";
import Layout from "./components/layout";

import Dashboard from "./pages/Dashboard";

// Import Magic-related things
import { magic } from "./lib/magic";

Expand Down Expand Up @@ -65,6 +67,7 @@ function App() {
<Route path="/signup" component={SignUp} />
<Route path="/login" component={Login} />
<Route path="/profile" component={Profile} />
<Route path="/dashboard" component={Dashboard} />
<Route
path="/payment"
render={(props) => {
Expand Down
Binary file not shown.
Binary file added client/src/Assets/StatElements/TessStat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added client/src/Assets/bg/texture1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/Assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/Assets/video1.mov
Binary file not shown.
61 changes: 0 additions & 61 deletions client/src/components/Comments/Comments.jsx

This file was deleted.

17 changes: 0 additions & 17 deletions client/src/components/Comments/index.tsx

This file was deleted.

58 changes: 0 additions & 58 deletions client/src/components/Comments/theme.ts

This file was deleted.

11 changes: 0 additions & 11 deletions client/src/components/Content/Audio.js

This file was deleted.

13 changes: 0 additions & 13 deletions client/src/components/Content/Roadmap.js

This file was deleted.

11 changes: 0 additions & 11 deletions client/src/components/Content/Trailer.js

This file was deleted.

12 changes: 0 additions & 12 deletions client/src/components/Content/Updates.jsx

This file was deleted.

40 changes: 0 additions & 40 deletions client/src/components/Minigame/DirectionInput.js

This file was deleted.

56 changes: 0 additions & 56 deletions client/src/components/Minigame/GameObject.js

This file was deleted.

28 changes: 0 additions & 28 deletions client/src/components/Minigame/GameTabs.js

This file was deleted.

34 changes: 0 additions & 34 deletions client/src/components/Minigame/Minigame.js

This file was deleted.

Loading