Kris Urbas
8eca8568c4
connect wallet instead of login button ( #118 )
2020-09-18 17:39:51 +10:00
dependabot[bot]
8d8bfe3ade
Bump @graphql-codegen/typescript-react-apollo from 1.17.7 to 2.0.6 ( #102 )
...
Bumps [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/react-apollo ) from 1.17.7 to 2.0.6.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases )
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/react-apollo/CHANGELOG.md )
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-react-apollo@2.0.6/packages/plugins/typescript/react-apollo )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 16:51:31 -06:00
dependabot[bot]
c9d9906ce1
Bump @types/node from 13.13.15 to 14.6.4 ( #109 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 13.13.15 to 14.6.4.
- [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>
2020-09-10 16:51:00 -06:00
dependabot[bot]
bb0df44f9c
Bump @walletconnect/web3-provider from 1.1.0 to 1.2.2 ( #113 )
...
Bumps [@walletconnect/web3-provider](https://github.com/walletconnect/walletconnect-monorepo ) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/walletconnect/walletconnect-monorepo/releases )
- [Commits](https://github.com/walletconnect/walletconnect-monorepo/compare/1.1.0...1.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 16:50:47 -06:00
dependabot[bot]
c37cd6301a
Bump next from 9.5.1 to 9.5.3 ( #112 )
...
Bumps [next](https://github.com/vercel/next.js ) from 9.5.1 to 9.5.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/v9.5.1...v9.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 16:50:35 -06:00
dependabot[bot]
3bf3a2d0f2
Bump @types/jest from 24.9.1 to 26.0.13 ( #115 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 24.9.1 to 26.0.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 16:50:27 -06:00
dependabot[bot]
420751b69b
Bump @babel/core from 7.11.1 to 7.11.4 ( #106 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.11.1 to 7.11.4.
- [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.11.4/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 16:50:19 -06:00
Hammad Jutt
ab8782cf28
Fix handler for SourceCred migration ( #108 )
...
Was breaking before due to unique key conflicts because sourceCredIdentity IDs have potential to change around.
2020-09-06 18:59:48 -06:00
Hammad Jutt
e8f1a1628d
Update TS, setup SourceCred SDK, and add helpers to utils ( #107 )
...
* Update TS version and setup SourceCred API in backend
* Fix typeError in Player.tsx
* Update yarn.lock
* Update yarn.lock and fix type errors
2020-09-06 18:50:22 -06:00
Max Jackson
0987ee1960
mymeta aboutme ( #100 )
...
* About Me component
* ...
* fix player about-me section to not be its own file
* About Me component
* Remove empty file
* Remove H1 in About Me
Co-authored-by: Hammad Jutt <jutt@ualberta.ca >
2020-08-26 21:09:14 -06:00
Hammad Jutt
6a569429d9
Remove incorrect migration
2020-08-26 02:52:05 -06:00
Hammad Jutt
121856896d
Disable NextJS telemetry
2020-08-26 02:52:05 -06:00
Hammad Jutt
2b18dc5fbb
Change header link to pink on hover
2020-08-26 02:52:05 -06:00
Hammad Jutt
d035ff5efb
Update Links in Navbar + UI tweaks to Player page
2020-08-26 02:52:05 -06:00
Hammad Jutt
c51dd6b469
Update Profile Page to include About Me, Location, and contact info
2020-08-26 02:30:58 -06:00
Hammad Jutt
2e4760d83e
Improve types in SetupContext
2020-08-26 02:30:58 -06:00
Hammad Jutt
1aa05b850b
Expose DB Ports for IDEs
2020-08-26 02:30:58 -06:00
Hammad Jutt
025d612502
Create migration to add skills
2020-08-26 00:29:27 -06:00
Hammad Jutt
9cc01623d8
Add skill categories enum
2020-08-26 00:29:27 -06:00
dan13ram
2e4c3a6c65
set up web3modal
2020-08-25 22:06:20 -06:00
Kris Urbas
b5f5f661ed
Add responsive page header ( #87 )
2020-08-24 18:41:54 +10:00
dependabot[bot]
88553140e6
Bump react-scripts from 3.4.1 to 3.4.3 ( #91 )
2020-08-24 18:41:23 +10:00
dependabot[bot]
ce50f5eb21
Bump @typescript-eslint/eslint-plugin from 3.9.0 to 3.9.1 ( #92 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.9.1/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 18:40:56 +10:00
dependabot[bot]
8663a674ab
Bump @graphql-codegen/typescript-resolvers from 1.17.7 to 1.17.9 ( #95 )
2020-08-24 18:40:30 +10:00
dependabot[bot]
306134f4e7
Bump tsdx from 0.13.2 to 0.13.3 ( #88 )
2020-08-24 18:23:54 +10:00
dan13ram
d242b33eca
SetupContext with useProgress hook
2020-08-24 01:03:17 -06:00
dan13ram
0fb6ea4a18
using ResponsiveText for SetupHeader
2020-08-24 01:03:17 -06:00
dan13ram
094af24832
created ResponsiveText in design-system
2020-08-24 01:03:17 -06:00
dan13ram
5bf2463408
fixed fontWeight as normal for MetaHeading
2020-08-24 01:03:17 -06:00
dan13ram
b05b2750c7
basic setup flow components done
2020-08-24 01:03:17 -06:00
Kris Urbas
a4d9e853e4
remove PageHeader for now
2020-08-24 00:56:32 -06:00
Kris Urbas
4057f384bb
use chakra sizes
2020-08-24 00:56:32 -06:00
Kris Urbas
c2ce137a65
use rems
2020-08-24 00:56:32 -06:00
Kris Urbas
37547cf025
add features section
2020-08-24 00:56:32 -06:00
Kris Urbas
67a83d9064
Simple profile page
2020-08-24 00:56:32 -06:00
Hammad Jutt
b3b7aa3ed8
Hotfix Hasura Port env var
2020-08-21 23:12:41 -06:00
Hammad Jutt
c207575e76
Add contact info and DAOHaus memberships to player list
2020-08-21 23:04:26 -06:00
Hammad Jutt
13ab1eef2f
Setup Trigger to fetch verified accounts from 3box when ETH address gets updated or user gets inserted
2020-08-21 23:04:26 -06:00
Hammad Jutt
caca26b1ce
Add Remote Schema for DAOHaus / Moloch Dao memberships
...
Uses the ethereum address of a specific player to fetch the Moloch DAOs that player is a member of
2020-08-21 10:57:31 -06:00
Hammad Jutt
475ec3f4a3
Use BACKEND_HOST environment variable in WAIT_HOSTS for docker-compose.yml
...
This allows running the backend locally (not in docker) without Hasura waiting forever
2020-08-21 10:57:31 -06:00
Hammad Jutt
a44fa49cfd
Remove constraint on Account, allowing a Player to have multiple identifiers of the same type
2020-08-21 10:57:31 -06:00
Hammad Jutt
d19df2ed44
Setup .graphqlconfig and update schema
2020-08-21 10:57:31 -06:00
Hammad Jutt
6ee27a3695
Fix backend build and add graphql codegen watch to web:dev
2020-08-17 15:05:17 -06:00
dependabot[bot]
ca4fd2e697
Bump eslint-plugin-import from 2.21.2 to 2.22.0
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-17 14:57:01 -06:00
dependabot[bot]
4f737449ab
Bump @typescript-eslint/eslint-plugin from 3.8.0 to 3.9.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.9.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-17 14:27:16 -06:00
dependabot[bot]
56d0bd4168
Bump eslint-import-resolver-typescript from 2.0.0 to 2.2.1
...
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript ) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.0.0...v2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-17 14:26:43 -06:00
dependabot[bot]
6c9c239c4c
Bump @testing-library/jest-dom from 4.2.4 to 5.11.3
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 4.2.4 to 5.11.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v4.2.4...v5.11.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-17 14:26:17 -06:00
dependabot[bot]
5a78e5ae97
Bump concurrently from 5.2.0 to 5.3.0
...
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases )
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.2.0...v5.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-08-17 14:26:01 -06:00
Hammad Jutt
9b4e36b2c3
Clean up colors in theme and fix redundant backgroundSize
2020-08-17 14:25:04 -06:00
Hammad Jutt
19bd2ce197
Update error handling
2020-08-17 14:25:04 -06:00