Commit Graph

328 Commits

Author SHA1 Message Date
dan13ram
4d59ac3f1b moved brightId verified tag to contacts (#388)
* moved brightId verified tag to contacts

* empty commit
2021-03-08 20:17:57 +05:30
Alec LaLonde
04d967d64b Revert "Make username params lowercase to match those in the database"
This reverts commit ca5cb638b8.
2021-03-04 16:47:38 -07:00
Alec LaLonde
76e963473c Revert "Add username lowercase mutation"
This reverts commit 18d52cf5bf.
2021-03-04 16:47:38 -07:00
Alec LaLonde
4d8dc211aa Revert "Allow case-insensitive player username lookups"
This reverts commit e1c5322421.
2021-03-04 16:47:38 -07:00
Alec LaLonde
3447ac8026 Revert "Added player username regex check constraint"
This reverts commit c21562203b.
2021-03-04 16:47:38 -07:00
Alec LaLonde
3ef18b4b92 Revert "Removed client-side username regex so as not to duplicate the server-side one"
This reverts commit 3e249faf93.
2021-03-04 16:47:38 -07:00
Alec LaLonde
3775db64c1 Revert "Redirect to the proper player page URL when appropriate"
This reverts commit 20b5035987.
2021-03-04 16:47:38 -07:00
Alec LaLonde
20b5035987 Redirect to the proper player page URL when appropriate 2021-03-04 14:49:28 -07:00
Alec LaLonde
3e249faf93 Removed client-side username regex so as not to duplicate the server-side one 2021-03-04 14:49:28 -07:00
Alec LaLonde
c21562203b Added player username regex check constraint 2021-03-04 14:49:28 -07:00
Alec LaLonde
e1c5322421 Allow case-insensitive player username lookups 2021-03-04 14:49:28 -07:00
Alec LaLonde
18d52cf5bf Add username lowercase mutation 2021-03-04 14:49:28 -07:00
Alec LaLonde
ca5cb638b8 Make username params lowercase to match those in the database 2021-03-04 14:49:28 -07:00
dependabot[bot]
ebf190da12 Bump @storybook/addon-actions from 5.3.21 to 6.1.20 (#374)
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 5.3.21 to 6.1.20.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.1.20/addons/actions)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 22:34:53 +01:00
dependabot[bot]
864a22a52e Bump @types/styled-components from 5.1.4 to 5.1.7 (#372)
Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) from 5.1.4 to 5.1.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 22:34:20 +01:00
dependabot[bot]
7f799a476a Bump react-select from 3.1.0 to 4.1.0 (#371)
Bumps [react-select](https://github.com/JedWatson/react-select) from 3.1.0 to 4.1.0.
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.1.0...react-select@4.1.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 22:33:52 +01:00
dependabot[bot]
d48aefb73d Bump typescript from 4.1.3 to 4.2.2 (#369)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.1.3...v4.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 22:31:58 +01:00
dependabot[bot]
a6b0395bb0 Bump web3modal from 1.9.2 to 1.9.3 (#367)
Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](https://github.com/web3modal/web3modal/compare/1.9.2...1.9.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-04 22:31:27 +01:00
dan13ram
a997dd8bbe added token balance from seed-graph (#380) 2021-03-05 00:03:46 +05:30
dan13ram
32af86e51c fixed seed price & login button not showing on mobile (#379) 2021-03-02 20:47:00 +05:30
dan13ram
965be2782a setup brightId verified labels (#361)
* setup basic brightId hook

* updated brightId logo

* polling brightId status & refreshing

* incorporated review comments
2021-03-02 17:50:13 +05:30
dan13ram
b0ab6f1e2d updated backend for brightId (#362)
* updated backend for brightId

* updated schema

* removed unwanted console logs

* made brightId context constant
2021-03-01 12:06:52 +05:30
Alec LaLonde
c7111fe3fd Changed update player username graphql mutation 2021-02-26 16:07:47 -07:00
Alec LaLonde
e4c56d0cc5 little cleanup 2021-02-25 11:29:22 -07:00
Alec LaLonde
c6d669e725 Modified setupOptions data structure to be more straightforward, consolidated step logic 2021-02-25 11:29:22 -07:00
Alec LaLonde
bf1a93418e Added separate pages for each step in the setup flow 2021-02-25 11:29:22 -07:00
Pacien Boisson
d094e1c4ba Quest create handlers (#340)
* create quest handler

* Updating action schema and removing backend-only insert permissions

* Better handle auth bearer token

* Basic tests for creating quests

* Check if player has > 100 pSEED to allow creating a quest

* move quests actions into its own router

* create quest completion

* updateCompletion handler

* update types

* Improving handler input types

* Improve types and logic

* Removing types file and using autogenerated ones

* Reject other submissions when accepting a unique quest completion

* Fix linting errors

* Fix CreateQuestCompletionInput maybe

* error messages

* Puttin pSEED contractnaddress in config file

Co-authored-by: Hammad Jutt <jutt@ualberta.ca>
2021-02-22 12:58:31 +04:00
Alec LaLonde
03b5c413a4 Added test for gold rank 2021-02-19 15:59:30 -07:00
Alec LaLonde
00339464c9 Added rank helpers for computing rank, hooked up to account migrator, with bonus tests 2021-02-19 15:59:30 -07:00
Pacien Boisson
ba4807f62c update schema.graphql 2021-02-18 21:00:43 -07:00
Pacien Boisson
8e461d5b5b removing backend-only permissions and changing permissions for quest_completion updates 2021-02-18 21:00:43 -07:00
Pacien Boisson
0054ed6e3b Fix repetition default value 2021-02-18 21:00:43 -07:00
Pacien Boisson
2bd0f12dcb Fixing down migration 2021-02-18 21:00:43 -07:00
Pacien Boisson
bba8a7fd5d Adding id field in quest_completion 2021-02-18 21:00:43 -07:00
Pacien Boisson
c0cb56be0a change quest repetition to PERSONAL, RECURRING, UNIQUE 2021-02-18 21:00:43 -07:00
Pacien Boisson
dac85d32db Use timestamptz instead of date 2021-02-18 21:00:43 -07:00
Pacien Boisson
2a87beb9a7 schema 2021-02-18 21:00:43 -07:00
Pacien Boisson
ab6137ad0b Permissions 2021-02-18 21:00:43 -07:00
Pacien Boisson
40118f6d75 Status defaults 2021-02-18 21:00:43 -07:00
Pacien Boisson
231ba8d479 Tracks 2021-02-18 21:00:43 -07:00
Pacien Boisson
f9f5a05b6a Squash migrations 2021-02-18 21:00:43 -07:00
Pacien Boisson
a439bb44e1 Quest models 2021-02-18 21:00:43 -07:00
Alec LaLonde
f6668d9f71 Persist personality type immediately rather than when saving player type 2021-02-18 20:55:47 -07:00
Pacien Boisson
3d84b35ec1 Revert react-timezone-select version (#353) 2021-02-17 18:51:08 +04:00
Pacien Boisson
682e0177d7 merge dependabot (#352)
* Bump react-timezone-select from 0.9.8 to 0.10.7

Bumps [react-timezone-select](https://github.com/ndom91/react-timezone-select) from 0.9.8 to 0.10.7.
- [Release notes](https://github.com/ndom91/react-timezone-select/releases)
- [Commits](https://github.com/ndom91/react-timezone-select/commits/v0.10.7)

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

* Bump @babel/core from 7.12.1 to 7.12.16

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.1 to 7.12.16.
- [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.12.16/packages/babel-core)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:49:55 +04:00
dependabot[bot]
50b7eb063c Bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0 (#335)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:31:22 +04:00
dependabot[bot]
4bb7be2af8 Bump eslint from 7.14.0 to 7.20.0 (#349)
Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.14.0...v7.20.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 12:18:00 +04:00
dependabot[bot]
f57a18e1bf Bump @graphql-codegen/introspection from 1.18.0 to 1.18.1 (#321)
Bumps [@graphql-codegen/introspection](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/introspection) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/introspection@1.18.1/packages/plugins/other/introspection)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 11:42:07 +04:00
The Lone Rōnin
6d6d75e6e4 Cross Browser Gradient for App Drawer (#294)
* Cross Browser Compatibility for Gradient with new hover animation

* [MyMeta] Use responsive units on the header and footer (#305)

* fixing menu drawer to display on Chromium

* switching footer layout to responsive units

* build failing b/c player is undefined

* refactoring bottom nav to use fewer explicit sizes

* fixed link issues and removed box from focused menu items ala.

* `Error serializing `.guild` returned from `getStaticProps` in "/guild/[guildname]"`

* codegen was removed, but some references linger

* switching profile options to icons to save space

* simplifying & making links clickable

* accidentally duplicated a parameter

* adding Chakra icons to web app

* removing version smudge from icons lib

* simplifying clumsy ternary statement

* lint cares that imports are in alphabetical order

* switching drawer images to next.js component (re: #294)

* satiating the linter

* moving BoxedNextImage to deign-system

* Fix server side rendering issues with backdrop filter

* boxing next.js images

* these only look broken in Chrome's mobile emulator 🍄

* making the serialization fix precisely correct 🎷

Co-authored-by: Will Holcomb <dys@dhappy.org>
Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
2021-02-16 11:20:41 +04:00
dependabot[bot]
e76a5fd586 Bump uuid from 8.3.1 to 8.3.2 (#334)
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 11:17:47 +04:00