Commit c5cadd9d authored by Arrr's avatar Arrr
Browse files

New Queue Helper tool + Added checkpoint list

parent a1225756
Loading
Loading
Loading
Loading
+41 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
      "name": "tct-website",
      "version": "0.1.0",
      "dependencies": {
        "@coreui/react": "^5.5.0",
        "@testing-library/jest-dom": "^5.17.0",
        "@testing-library/react": "^13.4.0",
        "@testing-library/user-event": "^13.5.0",
@@ -2103,6 +2104,36 @@
      "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
      "license": "MIT"
    },
    "node_modules/@coreui/coreui": {
      "version": "5.2.0",
      "resolved": "https://registry.npmjs.org/@coreui/coreui/-/coreui-5.2.0.tgz",
      "integrity": "sha512-DZLWzPIZP3KTNgcaRXny/7lcQm0rDMrheu3VsWpgbln5rUuJwxdopwhTSnOryVyCwjlDbs3Z8ZfIzOeBXNC4GA==",
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/coreui"
        }
      ],
      "license": "MIT",
      "peerDependencies": {
        "@popperjs/core": "^2.11.8"
      }
    },
    "node_modules/@coreui/react": {
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/@coreui/react/-/react-5.5.0.tgz",
      "integrity": "sha512-7bYbrA4y/glmSelvoLgJeHKDbAAXh5GFFSeD7V/6AcSSSzefnE6Ry5zXbyyBZzFisOraFHN8X8b0J5tAuyeWOg==",
      "license": "MIT",
      "dependencies": {
        "@coreui/coreui": "^5.2.0",
        "@popperjs/core": "^2.11.8",
        "prop-types": "^15.8.1"
      },
      "peerDependencies": {
        "react": ">=17",
        "react-dom": ">=17"
      }
    },
    "node_modules/@csstools/normalize.css": {
      "version": "12.1.1",
      "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz",
@@ -3593,6 +3624,16 @@
        }
      }
    },
    "node_modules/@popperjs/core": {
      "version": "2.11.8",
      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
      "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
      "license": "MIT",
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/popperjs"
      }
    },
    "node_modules/@remix-run/router": {
      "version": "1.21.0",
      "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz",
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "homepage": "http://travelerschosen.org",
  "private": true,
  "dependencies": {
    "@coreui/react": "^5.5.0",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
+12 −1
Original line number Diff line number Diff line
.h1 {
  text-align: center;
  color: white;
}
#bots{
  text-align: center;
  color: white;
  text-decoration: none;
}

.App-logo {
@@ -24,7 +30,7 @@
  color: white;
}

.luckbot9-link, .travelersChosen-link, .guardiandownbot-link, .d2checkpoints-link, .d2chests-link{
.luckbot9-link, .travelersChosen-link, .guardiandownbot-link, .d2checkpoints-link, .d2chests-link, .destinycheckpoints-link{
  color: white;
  margin-top: 1%;
}
@@ -50,6 +56,11 @@
  bottom: 12px;
}

.destinycheckpoints-link{
  position: relative;
  bottom: 12px;
}


/*@keyframes App-logo-spin {
  from {

src/Bot_Icons/GDB.png

0 → 100644
+2.79 KiB
Loading image diff...
(79.6 KiB)

File moved.

Loading