Skip to content

Commit

Permalink
Add leaderboard groups to front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentechy66 committed Oct 8, 2023
1 parent 743f645 commit b4c2a98
Show file tree
Hide file tree
Showing 10 changed files with 3,694 additions and 3,460 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REACT_APP_NO_SITE_LOCK="true"
RACTF_UI_KIT_THEME="RACTF"

# Runtime variables
RACTF_API_DOMAIN="https://staging.ractf.co.uk"
RACTF_API_DOMAIN="http://localhost:8000"
RACTF_SITE_NAME="RACTF"
RACTF_API_BASE="/api/v2"
RACTF_WSS_URL="wss://staging.ractf.co.uk/api/v2/ws/"
RACTF_WSS_URL="wss://localhost:8000/api/v2/ws/"
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
RACTF_UI_KIT_THEME="RACTF"

# Runtime variables
RACTF_API_DOMAIN=""
RACTF_API_DOMAIN="http://localhost:8000"
RACTF_SITE_NAME="RACTF"
RACTF_API_BASE="/api/v2"
RACTF_WSS_URL="wss://staging.ractf.co.uk/api/v2/ws/"
RACTF_WSS_URL="wss://localhost:8000/api/v2/ws/"
RACTF_SENTRY_DSN="https://b51135cca11047fe979c7b44cc35a404@o104250.ingest.sentry.io/1815863"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"react-vis-network": "^1.0.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"sass": "^1.69.0",
"simplebar-react": "^2.2.1",
"zxcvbn": "^4.4.2"
},
Expand Down Expand Up @@ -65,7 +66,6 @@
"html-webpack-plugin": "4.0.0-beta.5",
"is-wsl": "^1.1.0",
"mini-css-extract-plugin": "0.5.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.1",
"postcss-flexbugs-fixes": "4.1.0",
Expand Down
Loading

0 comments on commit b4c2a98

Please sign in to comment.