Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Revert "Logging module" #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
3,595 changes: 3,313 additions & 282 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"chroma-js": "^2.1.0",
"discord-oauth2": "^2.1.0",
"firebase": "^7.14.2",
"lodash": "^4.17.15",
"node-sass": "^4.14.0",
"install": "^0.13.0",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"npm": "^6.14.8",
"react": "^16.13.1",
"react-animate-height": "^2.0.21",
"react-color": "^2.18.1",
Expand All @@ -25,7 +28,6 @@
"react-scripts": "^3.4.3",
"react-select": "^3.1.0",
"react-use": "^15.1.0",
"styled-components": "^5.2.0",
"uid": "^1.0.0",
"uuid": "^8.3.0"
},
Expand Down
Binary file removed public/aprove.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/mod.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/role.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/speech.svg

This file was deleted.

7 changes: 4 additions & 3 deletions src/components/Bot/Bot.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.bot-page{
min-height: calc(100vh - var(--header-height))
}
.landing{
min-height: calc(100vh - 182px);
margin-bottom: 150px;
}
17 changes: 0 additions & 17 deletions src/components/DashBoard/Account/Account.js

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/DashBoard/Account/AccountComponent.js

This file was deleted.

45 changes: 0 additions & 45 deletions src/components/DashBoard/Account/Accounts.scss

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/DashBoard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import A from "../Shared/A";
import SettingBox from "./Settings/SettingBox";
import { AppContext } from "../../contexts/Appcontext";
import DiscordPage from "./Discord/DiscordPage";
import AccountSettings from "./Account/Account"

const Dashboard = props => {
const [overlaySettings, setOverlaySettings] = useState();
Expand Down Expand Up @@ -76,7 +75,7 @@ const Dashboard = props => {
</div>
<div className="settings">
<Switch>
<Route path={`${props.match.url}/account`} component={AccountSettings}></Route>
<Route path={`${props.match.url}/account`}></Route>
<Route path={`${props.match.url}/discord`} component={DiscordPage}></Route>
{/* <Route path={`${props.match.url}/overlaysettings`}>
<SettingBox
Expand Down
Loading