Commit Graph

488 Commits

Author SHA1 Message Date
Kalle (Sendou)
2d33e73378 Seeding script with variations 2021-12-06 15:58:02 +02:00
Kalle (Sendou)
291da9e7bc Update deps 2021-12-06 02:02:43 +02:00
Kalle (Sendou)
fb89f5111b Fix running seed via script 2021-12-05 13:12:55 +02:00
Kalle (Sendou)
687da723fd Update tests 2021-12-04 15:22:33 +02:00
Kalle (Sendou)
30459016c0 Add Prettier 2021-12-02 20:56:38 +02:00
Kalle (Sendou)
da954fb532 Upgrade deps 2021-12-02 20:51:14 +02:00
Kalle (Sendou)
163d72d2e4 Update seed not to use faker 2021-11-30 23:00:33 +02:00
Kalle (Sendou)
357d4e03fd Switch from serial to UUID's 2021-11-30 21:34:00 +02:00
Kalle (Sendou)
eb3701edda E2E test tweaks (still not working though) 2021-11-30 01:20:24 +02:00
Kalle (Sendou)
dae0ed137b Cypress test with auth initial 2021-11-29 22:07:48 +02:00
Kalle (Sendou)
4dbc56e98c Port auth 2021-11-27 16:08:32 +02:00
Kalle (Sendou)
3007c6aa38 TypeScript server 2021-11-27 15:06:19 +02:00
Kalle (Sendou)
7fbcdd196c Tweaks 2021-11-27 03:32:02 +02:00
Kalle (Sendou)
a14f14815d Upgrade deps 2021-11-27 02:58:42 +02:00
Kalle (Sendou)
813374ca45 Add register button 2021-11-27 02:51:02 +02:00
Kalle (Sendou)
7463c2a02c Upgrade deps 2021-11-26 00:13:24 +02:00
Kalle (Sendou)
3cb407a4a8 Add data fetching for tournament page 2021-11-26 00:12:13 +02:00
Kalle (Sendou)
19ac935036 Port Layout to Remix 2021-11-24 22:47:02 +02:00
Kalle (Sendou)
4b17732f0f Remix starter 2021-11-23 18:54:52 +02:00
Kalle (Sendou)
44b4ce5bb1 Move stuff to old folder 2021-11-23 18:24:02 +02:00
Kalle (Sendou)
3a89be47d5 Add navigation tests 2021-11-22 19:28:52 +02:00
Kalle (Sendou)
334e3b3840 Setup Cypress 2021-11-22 18:07:11 +02:00
Kalle (Sendou)
ef9ed60a75 Add superjson 2021-11-21 14:19:26 +02:00
Kalle (Sendou)
7eacbc9dcb Upgrade deps 2021-11-21 13:28:14 +02:00
Kalle (Sendou)
d011a4408d Add Stylelint 2021-11-21 13:18:32 +02:00
Kalle (Sendou)
1d5ce2d7d3 Upgrade deps 2021-11-17 11:45:01 +02:00
Kalle (Sendou)
4a3cb7815f Add auth 2021-11-17 01:06:50 +02:00
Kalle (Sendou)
a654ab2b0c Can log in 2021-11-16 12:19:10 +02:00
Kalle (Sendou)
9394ffee5d Add Teams Tab 2021-11-15 21:30:37 +02:00
Kalle (Sendou)
a8a255fba6 Tournament data from tRPC 2021-11-14 13:32:40 +02:00
Kalle (Sendou)
ca16aa5d07 Fetch data from server to route 2021-11-14 01:46:15 +02:00
Kalle (Sendou)
8edbd6b515 Add server 2021-11-14 00:04:55 +02:00
Kalle (Sendou)
88b690b6ad Switch to Solid.js 2021-11-13 23:29:31 +02:00
Kalle (Sendou)
e1c05939cb Delete redundants parts 2021-11-09 23:32:40 +02:00
Kalle (Sendou)
bc1742b123 Add Prettier 2021-10-31 13:23:45 +02:00
Kalle (Sendou)
5a68158ad0 Use shared packages for storing constants 2021-10-31 10:40:24 +02:00
Kalle (Sendou)
568380cc73 Remove packages folder 2021-10-25 16:45:29 +03:00
Kalle (Sendou)
90408ca7f9 Share types between backend and frontend 2021-10-25 16:16:20 +03:00
Kalle (Sendou)
1d24abebad Use useSWR to fetch tournament on frontend 2021-10-25 01:42:00 +03:00
Kalle (Sendou)
94a0897833 Server initial 2021-10-23 16:28:07 +03:00
Kalle (Sendou)
e123544358 Clean slate 2021-10-23 16:06:15 +03:00
Kalle
732366d5c1
CSS modules initial (#669)
* More global css

* Migrate 404.tsx

* Header.tsx partial

* links.tsx

* 500.tsx

* AbilityIcon.tsx

* BuildStats.tsx progress

* about.tsx

* admin.tsx

* Adjust button border

* Stylelint
2021-09-27 21:15:42 +03:00
Kalle (Sendou)
b59ba4908e Upgrade swr to 1.0.1 2021-09-19 10:59:53 +03:00
dependabot[bot]
4c54b12273
Bump next from 11.1.0 to 11.1.2 (#645)
Bumps [next](https://github.com/vercel/next.js) from 11.1.0 to 11.1.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v11.1.0...v11.1.2)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-18 18:07:10 +03:00
Kalle (Sendou)
7b67a96b30 Closes #625 2021-09-18 18:05:33 +03:00
Kalle (Sendou)
05550927df Upgrade deps 2021-08-25 21:10:29 +03:00
Kalle (Sendou)
2584213b3d TS check for unused vars 2021-08-06 17:39:04 +03:00
Kalle
af3a654595
Customize profile colors (#603)
* Variables rearranged

* Make patron.json empty again

* Fix styles.css

* Working prototype

* Table legible color

* UI furthened

* Set opaque theme color with custom colors

* Control Color Selector with buttons

* Show info if can't edit colors

* borzoic can also edit colors

* Add migration

* Can send colors to backend

* Edit existing colors

* Use new layering strat for footer

* useMutation custom hook

* Footer adjusted text color

* Reset style after profile visit

* Set squid color after page load

* Mutate user after color selection
2021-07-29 20:30:47 +03:00
Kalle (Sendou)
b68cfc2aa4 Make ending plus voting a script 2021-07-19 19:50:11 +03:00
Kalle (Sendou)
5e8dc532f2 Revert "Upgrade deps"
This reverts commit 9bee5726f4.
2021-07-13 22:05:01 +03:00
Kalle (Sendou)
9bee5726f4 Upgrade deps 2021-07-11 13:29:24 +03:00
Kalle
58543532ca
New frontpage drawing (#582)
* Aligned

* Optimize loading

* Bigger top nav

* Chunkier top nav icon
2021-07-10 13:21:26 +03:00
Kalle (Sendou)
eed1856a37 Remove unused 2021-06-27 18:06:13 +03:00
Kalle (Sendou)
c02e9228bf Remove next-images 2021-06-20 23:31:18 +03:00
Kalle (Sendou)
7a7558629b Next.js Eslint fix errors 2021-06-20 19:52:05 +03:00
Kalle (Sendou)
56543f51b9 Next.js lint set up 2021-06-20 15:31:29 +03:00
Kalle (Sendou)
673fdbdb4a Next.js 11 2021-06-20 15:25:44 +03:00
Kalle (Sendou)
80a7647f10 useMyRouter + jest initial 2021-06-16 22:40:08 +03:00
Kalle (Sendou)
2ccbfdf4e6 Delete Cypress for now 2021-06-16 21:13:42 +03:00
Kalle (Sendou)
e962aecfa7 Update deps 2021-06-13 12:20:25 +03:00
Kalle (Sendou)
e6071d3e38 Update deps 2021-05-29 18:41:39 +03:00
Kalle (Sendou)
e5b9a6ccb3 Closes #520 2021-05-27 21:18:11 +03:00
Kalle (Sendou)
f8186d4189 Revert "⬆️ upgrade to trpc6 (#444)"
This reverts commit dfb68d06fd.
2021-05-16 17:59:13 +03:00
Alex Johansson
dfb68d06fd
⬆️ upgrade to trpc6 (#444)
* ⬆️ upgrade to trpc6

* `npm run prettier:format`

* Use final release

Co-authored-by: Kalle (Sendou) <38327916+Sendouc@users.noreply.github.com>
2021-05-16 12:25:41 +03:00
Kalle (Sendou)
924752b2ad Update deps 2021-05-11 21:47:38 +03:00
Kalle (Sendou)
2c6ab2e826 Remove useless scripts 2021-05-10 01:08:31 +03:00
Kalle (Sendou)
53f13b2239 Update deps 2021-05-10 01:07:11 +03:00
Kalle (Sendou)
bbd78c875c ColorPicker use react-color's CirclePicker
Using native input is too inconsistent. Closes #463
2021-05-05 21:11:28 +03:00
Kalle (Sendou)
c573b28bac Update deps 2021-05-03 13:00:30 +03:00
dependabot[bot]
5185307ae9
Bump @chakra-ui/icons from 1.0.9 to 1.0.12 (#474)
Bumps [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui) from 1.0.9 to 1.0.12.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/icons@1.0.9...@chakra-ui/icons@1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 12:15:05 +03:00
dependabot[bot]
f8a453aded
Bump zod from 1.11.13 to 1.11.17 (#475)
Bumps [zod](https://github.com/colinhacks/zod) from 1.11.13 to 1.11.17.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 02:16:45 +03:00
dependabot[bot]
07a332befc
Bump @chakra-ui/react from 1.5.0 to 1.6.0 (#461)
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/react@1.5.0...@chakra-ui/react@1.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 02:05:59 +03:00
dependabot[bot]
32023f3e8c
Bump @types/node from 14.14.37 to 15.0.1 (#470)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.37 to 15.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 02:03:35 +03:00
Kalle
cfd8de5d1d
Migration for western LB (#472)
* Migration

* Bot freeAgents API get profile updatedAt

* Add isJP script
2021-05-01 16:27:14 +03:00
dependabot[bot]
4169a7e612
Bump ts-trueskill from 3.2.0 to 3.2.2 (#465)
Bumps [ts-trueskill](https://github.com/scttcper/ts-trueskill) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/scttcper/ts-trueskill/releases)
- [Commits](https://github.com/scttcper/ts-trueskill/compare/v3.2.0...v3.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 13:27:16 +03:00
dependabot[bot]
caeb7fcd57
Bump react-query from 3.13.6 to 3.15.1 (#462)
Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.6 to 3.15.1.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.6...v3.15.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 12:38:04 +03:00
dependabot[bot]
e587996be0
Bump next from 10.1.3 to 10.2.0 (#460)
Bumps [next](https://github.com/vercel/next.js) from 10.1.3 to 10.2.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.1.3...v10.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 12:27:59 +03:00
dependabot[bot]
07ac1c8b61
Bump framer-motion from 4.1.10 to 4.1.11 (#458)
Bumps [framer-motion](https://github.com/framer/motion) from 4.1.10 to 4.1.11.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v4.1.10...v4.1.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 11:58:26 +03:00
dependabot[bot]
ea5d581502
Bump next-seo from 4.23.0 to 4.24.0 (#459)
Bumps [next-seo](https://github.com/garmeeh/next-seo) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/garmeeh/next-seo/releases)
- [Changelog](https://github.com/garmeeh/next-seo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/garmeeh/next-seo/compare/v4.23.0...v4.24.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 11:57:24 +03:00
dependabot[bot]
71a9985e7e
Bump react-datepicker from 3.7.0 to 3.8.0 (#451)
Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v3.7.0...v3.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 11:14:30 +03:00
dependabot[bot]
cb008fae3a
Bump @types/react-select from 4.0.14 to 4.0.15 (#450)
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 4.0.14 to 4.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 11:13:58 +03:00
dependabot[bot]
04d425e7b2
Bump framer-motion from 4.1.3 to 4.1.10 (#446)
Bumps [framer-motion](https://github.com/framer/motion) from 4.1.3 to 4.1.10.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v4.1.3...v4.1.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 00:04:35 +03:00
dependabot[bot]
6be6fcfb0d
Bump react-hotkeys-hook from 3.3.0 to 3.3.1 (#437)
Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/JohannesKlauss/react-keymap-hook/releases)
- [Changelog](https://github.com/JohannesKlauss/react-hotkeys-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JohannesKlauss/react-keymap-hook/compare/3.3.0...3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 00:04:09 +03:00
dependabot[bot]
66c88df3d8
Bump react-query from 3.13.5 to 3.13.6 (#406)
Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.5 to 3.13.6.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.5...v3.13.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 10:39:44 +03:00
dependabot[bot]
c7a7e6e8cc
Bump @emotion/styled from 11.1.5 to 11.3.0 (#390)
Bumps [@emotion/styled](https://github.com/emotion-js/emotion) from 11.1.5 to 11.3.0.
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.1.5...@emotion/styled@11.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09 14:41:36 +03:00
dependabot[bot]
2ef7985f7c
Bump react-query from 3.13.4 to 3.13.5 (#391)
Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.4 to 3.13.5.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.4...v3.13.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09 08:36:26 +03:00
dependabot[bot]
9e00314cbc
Bump @babel/core from 7.13.14 to 7.13.15 (#392)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.14 to 7.13.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.15/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09 08:36:11 +03:00
dependabot[bot]
1734e59463
Bump @chakra-ui/icons from 1.0.8 to 1.0.9 (#385)
Bumps [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/icons@1.0.8...@chakra-ui/icons@1.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 12:41:17 +03:00
dependabot[bot]
410d66d38f
Bump framer-motion from 4.1.2 to 4.1.3 (#384)
Bumps [framer-motion](https://github.com/framer/motion) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/commits/v4.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 11:34:35 +03:00
dependabot[bot]
4257df03fa
Bump @chakra-ui/react from 1.4.2 to 1.5.0 (#381)
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/react@1.4.2...@chakra-ui/react@1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 11:25:38 +03:00
dependabot[bot]
fca05b8e35
Bump typescript from 4.2.3 to 4.2.4 (#383)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 11:09:36 +03:00
dependabot[bot]
ca29a457d7
Bump cypress from 7.0.0 to 7.0.1 (#382)
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v7.0.0...v7.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 11:09:25 +03:00
dependabot[bot]
7b33497266
Bump @chakra-ui/theme-tools from 1.1.2 to 1.1.3 (#379)
Bumps [@chakra-ui/theme-tools](https://github.com/chakra-ui/chakra-ui) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/theme-tools@1.1.2...@chakra-ui/theme-tools@1.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 01:09:44 +03:00
dependabot[bot]
9a3d320f14
Bump next from 10.1.2 to 10.1.3 (#380)
Bumps [next](https://github.com/vercel/next.js) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.1.2...v10.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 01:09:35 +03:00
dependabot[bot]
5e9a8e2d91
Bump @lingui/react from 3.8.2 to 3.8.3 (#378)
Bumps [@lingui/react](https://github.com/lingui/js-lingui) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v3.8.2...v3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 01:07:27 +03:00
Ryan Laughlin
cba5f4db83
Re-enable GitHub Actions (#369)
* Re-enable GitHub Actions

* Run prettier

* Try running all build steps during GitHub Actions

* Skip running 'next build' maybe?

* Tell prettier to ignore exported locale files
2021-04-08 01:04:37 +03:00
dependabot[bot]
cdad7d9598
Bump react-markdown from 4.3.1 to 5.0.3 (#374)
* Bump react-markdown from 4.3.1 to 5.0.3

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 4.3.1 to 5.0.3.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/v4.3.1...5.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

* add github style md parser

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kalle (Sendou) <38327916+Sendouc@users.noreply.github.com>
2021-04-07 12:00:58 +03:00
dependabot[bot]
40befe5ee1
Bump next-auth from 3.13.3 to 3.14.0 (#370)
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 3.13.3 to 3.14.0.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextauthjs/next-auth/compare/v3.13.3...v3.14.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:38:13 +03:00
dependabot[bot]
e070a90cfc
Bump @next/bundle-analyzer from 10.1.2 to 10.1.3 (#373)
Bumps [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v10.1.3/packages/next-bundle-analyzer)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:37:55 +03:00
dependabot[bot]
a6a3e11dd0
Bump @lingui/cli from 3.8.2 to 3.8.3 (#372)
Bumps [@lingui/cli](https://github.com/lingui/js-lingui) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v3.8.2...v3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:37:33 +03:00
dependabot[bot]
54fd7ae667
Bump framer-motion from 4.1.0 to 4.1.2 (#371)
Bumps [framer-motion](https://github.com/framer/motion) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:36:51 +03:00
dependabot[bot]
5acd5f0492
Bump react-query from 3.13.3 to 3.13.4 (#367)
Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.3 to 3.13.4.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.3...v3.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 21:00:52 +03:00
dependabot[bot]
e0a6186281
Bump swr from 0.4.2 to 0.5.5 (#368)
Bumps [swr](https://github.com/vercel/swr) from 0.4.2 to 0.5.5.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 21:00:40 +03:00
dependabot[bot]
e45e75c82d
Bump cypress from 6.8.0 to 7.0.0 (#366)
Bumps [cypress](https://github.com/cypress-io/cypress) from 6.8.0 to 7.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v6.8.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 21:00:24 +03:00
dependabot[bot]
4783d43165
Bump @lingui/macro from 3.8.2 to 3.8.3 (#365)
Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v3.8.2...v3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 21:00:14 +03:00
dependabot[bot]
9b922bc055
Bump @types/react-select from 4.0.13 to 4.0.14 (#364)
Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 20:59:59 +03:00
Alex Johansson
edcf1c875a
suggested changes for trpc 5 (#357)
* suggested changes for trpc 5

* prettier format

* add queryclient options

* 5.0

Co-authored-by: Kalle (Sendou) <38327916+Sendouc@users.noreply.github.com>
2021-04-06 20:48:30 +03:00
Kalle (Sendou)
f9f9f8da47 non-native date picker 2021-04-02 19:54:59 +03:00
Kalle (Sendou)
b3e4b5056b translations for calendar 2021-04-02 19:23:36 +03:00
Kalle (Sendou)
323b093dfa prettier:format command 2021-04-02 00:35:48 +03:00
Kalle (Sendou)
bb7f1d8f47 use custom random element function instead of lodash 2021-04-01 23:45:00 +03:00
Ryan Laughlin
15ff99bc9e
Start to fix tests + add more factories (#334)
* Stop using npm run migrate:reset in tests

* Begin moving other existing fixtures to factories

* Update cypress/support/index.ts

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>

* Clean up usage of _.sample

* Rename files

* Remove incomplete building of associations

* Add missing references to calendarEvent

* Remove inaccurate seeds

* Add explicit lodash devDependency

Co-authored-by: Kalle <38327916+Sendouc@users.noreply.github.com>
2021-04-01 23:32:19 +03:00
Kalle (Sendou)
b0386fbc23 upgrade deps closes #311 2021-03-31 20:19:51 +03:00
Ryan Laughlin
bf30c025f8
Use a factory to create seed data (#315)
* Add fishery for factory creation

* Refactor existing seed file

* Create a UserFactory to seed user data

* Make fishery a devDependency

* Prefer const over let

* Eliminate the dropAllData method

* Move factory files to prisma/factories

* Update UserFactory to return valid discordAvatar value
2021-03-31 12:01:16 +03:00
Kalle (Sendou)
a0445f3631 fix weapon selector 2021-03-28 01:17:14 +02:00
Kalle (Sendou)
d1d6a3b2a9 update deps 2021-03-24 16:18:38 +02:00
Kalle (Sendou)
3f7d6874ae build analyzer 2021-03-23 13:22:51 +02:00
Kalle (Sendou)
a0bf6ca6fd upgrade deps 2021-03-23 13:05:47 +02:00
Kalle (Sendou)
29d1a9f68f uninstall chakra-icons 2021-03-23 12:21:58 +02:00
Kalle (Sendou)
2e0f812745 roll back deps 2021-03-21 13:25:42 +02:00
Kalle (Sendou)
750ed1f91a roll back next auth 2021-03-21 13:17:11 +02:00
Kalle (Sendou)
b423b6d004 remove migrate from build step 2021-03-21 12:11:37 +02:00
Kalle (Sendou)
3e500302d4 add analyze script 2021-03-21 00:51:58 +02:00
Kalle (Sendou)
877f89d0b3 disable blue focus border for not keyboard 2021-03-20 16:54:11 +02:00
Alex Johansson
c1b3c77d20
bump @trpc/* (#302)
```
npx ncu --filter /@trpc/ -u && npm i
```
2021-03-17 13:41:38 +02:00
Kalle (Sendou)
1485479d24 upgrade deps 2021-03-16 16:24:17 +02:00
Kalle (Sendou)
d13585b61b upgrade deps 2021-03-11 17:51:42 +02:00
Kalle (Sendou)
e3ab352e5e closes #276 2021-03-09 13:00:58 +02:00
Kalle (Sendou)
0cbffc8cb2 suggestions plusStatuses via trpc 2021-03-08 20:25:16 +02:00
Kalle (Sendou)
8665eea605 package json fix restore command for current env 2021-03-08 19:21:47 +02:00
Kalle (Sendou)
a80e7847c4 trpc initial 2021-03-08 18:26:31 +02:00
Kalle (Sendou)
ebb7da7d48 update deps 2021-03-08 17:33:33 +02:00
Kalle (Sendou)
72505f4402 upgrade deps 2021-03-05 18:11:53 +02:00
Kalle (Sendou)
3c5abe87d2 update deps 2021-03-04 09:27:54 +02:00
Kalle (Sendou)
5073974fc3 remove plus 2021-03-04 00:42:54 +02:00
Kalle (Sendou)
51083c7f5e plus 3 script 2021-03-03 23:06:38 +02:00
Kalle
3258ddfd2c suggestions improvements 2021-02-25 20:57:42 +02:00
Kalle
9d7345af5e upgrade deps 2021-02-25 16:04:24 +02:00
Kalle
b26b0bca50 cypress mock login 2021-02-25 13:28:58 +02:00
Kalle
e748e3938b preload font 2021-02-24 12:58:53 +02:00
Kalle
0ce5d4fc4a update deps 2021-02-20 22:55:41 +02:00
Kalle
a30dcc394f cypress initial 2021-02-18 10:12:50 +02:00
Kalle
aa71886e80 seeding script initial 2021-02-15 11:57:21 +02:00
Kalle
a95cf16c35 https://stackoverflow.com/a/65954985 2021-02-13 21:14:08 +02:00
Sendou
89cae88060 hebrew translation 2021-02-12 21:15:51 +02:00
dependabot[bot]
26d4dfd50d
Bump next-auth from 3.2.1 to 3.3.0 (#272)
Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextauthjs/next-auth/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-12 11:00:08 +02:00
Kalle (Sendou)
a33a811894 make prisma dev dep 2021-02-10 12:35:06 +02:00
Kalle (Sendou)
5042ee1a80 upgrade deps 2021-02-08 23:10:43 +02:00
Kalle (Sendou)
63e76cdf81 upgrade deps 2021-02-07 11:22:09 +02:00
Kalle (Sendou)
bfaef318dc update deps 2021-02-03 23:05:12 +02:00
Kalle (Sendou)
0c2862a3fc upgrade deps 2021-01-31 21:52:16 +02:00
Kalle (Sendou)
3a589c053f crash fixes 2021-01-30 13:36:39 +02:00
Kalle (Sendou)
9d6f5731f9 remove unused 2021-01-30 12:38:46 +02:00
Kalle (Sendou)
249a5dcf01 update deps 2021-01-30 01:56:58 +02:00
Kalle (Sendou)
c274aaea12 generate ladder matches 2021-01-25 21:00:18 +02:00
Kalle (Sendou)
81b0ed5a07 update deps 2021-01-21 10:12:04 +02:00
Kalle (Sendou)
480713abb1 upgrade countries list 2021-01-15 20:19:03 +02:00
Kalle (Sendou)
8722d58798 remove simple maps 2021-01-15 20:01:59 +02:00
Kalle (Sendou)
633b4d6d1f update recharts 2021-01-15 20:00:47 +02:00
Kalle (Sendou)
9ce776601c update swr 2021-01-15 19:48:54 +02:00
Kalle (Sendou)
ae8fe3a803 update general deps 2021-01-15 19:42:59 +02:00
Kalle (Sendou)
f93f0fb870 create new team 2021-01-13 13:22:01 +02:00
Kalle (Sendou)
6231c67030 upgrade chakra 2021-01-12 12:05:26 +02:00
Kalle (Sendou)
cee8cd9d84 principal id import initial script 2021-01-11 12:43:59 +02:00
Kalle (Sendou)
98fd8bb9f8 closes #244 npm run ex:clean problem 2021-01-08 10:32:52 +02:00
Kalle (Sendou)
bf82230049 update deps 2021-01-07 17:14:23 +02:00
Kalle (Sendou)
9780de7f63 hookform resolvers back to 1.3.0 2021-01-02 16:11:45 +02:00
Kalle (Sendou)
f3941a3fc4 update deps 2021-01-01 13:05:45 +02:00
Kalle (Sendou)
14b8532b3d update deps 2020-12-29 18:48:42 +02:00
Kalle (Sendou)
9b12e18282 seed script rearranged 2020-12-25 21:52:07 +02:00
Kalle (Sendou)
ac8f1c2e5a upgrade deps 2020-12-24 00:59:51 +02:00
Kalle (Sendou)
05eb099718 remove discord tests 2020-12-23 19:21:19 +02:00
Kalle (Sendou)
9da5075b30 discord bot ping pong test 2020-12-22 18:41:40 +02:00
Kalle (Sendou)
a4c3faf1c8 discord api try v6 2020-12-22 15:28:22 +02:00
Kalle (Sendou)
3283937a63 discord api try v5 2020-12-22 14:15:15 +02:00
Kalle (Sendou)
4a7a363766 discord api try v2 2020-12-22 13:41:00 +02:00
Kalle (Sendou)
c49c279807 discord api test 2020-12-22 13:11:54 +02:00
Kalle (Sendou)
2fef7bf3c5 upgrade deps 2020-12-21 14:08:34 +02:00
Kalle (Sendou)
4e971c0a1e upgrade deps 2020-12-20 15:04:17 +02:00
Kalle (Sendou)
c5d7263a9f closes #229 same arrow for react-select dropdown 2020-12-18 21:52:32 +02:00
Kalle (Sendou)
360e2ec50c upgrade deps 2020-12-18 11:01:55 +02:00
Kalle (Sendou)
2a176ef379 remove husky postinstall hook 2020-12-17 16:27:26 +02:00
Kalle (Sendou)
846a37b9fa remove pre-commit hooks 2020-12-17 15:46:28 +02:00
Kalle (Sendou)
ca93b0de7b weapon select fancy initial 2020-12-17 14:25:33 +02:00
Kalle (Sendou)
f83b3f99c5 update deps 2020-12-17 10:08:43 +02:00
Kalle (Sendou)
25ffda52c4 add salmon run tables migration 2020-12-14 17:58:46 +02:00
Kalle (Sendou)
5f70d59ab8 prisma migrate preview 2020-12-14 14:14:34 +02:00
Kalle (Sendou)
f7cc9ee7d0 seo test v3 2020-12-14 11:26:33 +02:00
Kalle (Sendou)
4f9d93c719 update deps 2020-12-13 23:24:31 +02:00
Kalle (Sendou)
2e8e027ae7 closes #199 2020-12-12 15:55:07 +02:00
Kalle (Sendou)
04f022c731 closes #196 2020-12-11 16:37:57 +02:00
Kalle (Sendou)
f991317b9c update how to get top 500 helper text 2020-12-09 15:17:46 +02:00
Kalle (Sendou)
94df54a92f remove fix gear script 2020-12-09 14:33:46 +02:00
Kalle (Sendou)
900e07a546 fix gear script 2020-12-09 14:31:35 +02:00
Kalle (Sendou)
38fff6234b fixes #183 2020-12-09 13:48:29 +02:00
Kalle (Sendou)
cde148dc3f update deps 2020-12-09 12:08:00 +02:00
Kalle (Sendou)
296e6734bd upgrade deps 2020-12-06 20:16:41 +02:00
Kalle (Sendou)
55da97e1b2 gMerge branch 'main' of https://github.com/Sendouc/sendou.ink into main 2020-12-06 16:03:09 +02:00
Kalle
38ba91121e
Update package.json 2020-12-05 22:36:58 +02:00
Kalle (Sendou)
9735bc26b1 initial l 2020-12-05 22:02:47 +02:00