Hammad Jutt
15a90e7b56
Move schema.graphql to root of project and delete codegen package
...
central codegen package no longer needed since its being generated in each package separately as needed
2021-01-29 13:06:51 -07:00
Hammad Jutt
51089ae49e
Use exact versions in package.json files
...
Since Dependabot is updating packages for us, we should only use exact version numbers to be explicit
for what version we are on and reduce chances of having incorrect versions installed
2021-01-29 13:04:49 -07:00
Hammad Jutt
b20c1fea27
Remove unused codegen stuff and update Hasura to latest version ( #314 )
2021-01-29 13:02:33 -07:00
dependabot[bot]
a6df998042
Bump graphql-tools from 6.2.4 to 7.0.2 ( #260 )
...
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools ) from 6.2.4 to 7.0.2.
- [Release notes](https://github.com/ardatan/graphql-tools/releases )
- [Commits](https://github.com/ardatan/graphql-tools/compare/graphql-tools@6.2.4...graphql-tools@7.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:12:37 -07:00
Alec LaLonde
317b955e47
Fixed flashing on load with mobile footer drawer ( #299 )
2021-01-28 17:10:31 -07:00
Hammad Jutt
0dabebbe04
Add case in SC migration script where user doesnt already have a SC identityID ( #296 )
2021-01-21 20:05:49 -07:00
Hammad Jutt
7492ae5bd6
Remove unused pages / components and fix usage of Wrap with WrapItem ( #284 )
...
* Remove unused pages / components
* Add WrapItem around components inside Wrap component
New version of Chakra requires WrapItem around any components that have Wrap
* Update LoginButton to link to own profile and show Avatar (#285 )
* Update LoginButton to link to own profile and show Avatar
* Change SetupUsername to explicitly mention "username"
2021-01-18 11:44:52 -07:00
Hammad Jutt
83417aba16
Add step to remove duplicate players in migrateSourceCredAccounts handler ( #280 )
...
Some accounts in SourceCred get merged after they had already been added in the database (e.g. merging
a discord and discourse identity) which causes conflicts in the database when we try to set an
ETH address for the new merged account that conflicts with the old unmerged account.
2021-01-17 22:23:56 -07:00
Hammad Jutt
5a8a803657
Move SEED Ticker to left side ( #282 )
...
MetaGame logo was redundant and SEED ticker often gets covered by the App Drawer
2021-01-17 22:23:46 -07:00
Hammad Jutt
78dd5bb20d
Update chakra/core to chakra/react and cleanup theme setup ( #281 )
2021-01-17 21:27:36 -07:00
Alec LaLonde
ceaae6dc1a
Force minimum row height, narrower column max width ( #275 )
2021-01-14 20:19:06 -07:00
dependabot[bot]
f7ab809dbc
Bump ts-node-dev from 1.0.0-pre.62 to 1.1.1 ( #252 )
...
Bumps [ts-node-dev](https://github.com/whitecolor/ts-node-dev ) from 1.0.0-pre.62 to 1.1.1.
- [Release notes](https://github.com/whitecolor/ts-node-dev/releases )
- [Changelog](https://github.com/whitecolor/ts-node-dev/blob/master/CHANGELOG.md )
- [Commits](https://github.com/whitecolor/ts-node-dev/commits/v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 20:05:20 -07:00
Alec LaLonde
d2cba7a866
Fixed a couple react warnings ( #273 )
2021-01-14 20:02:02 -07:00
Alec LaLonde
cf2c1438ca
Fixed migration handler ( #274 )
2021-01-14 19:39:26 -07:00
Alec LaLonde
42918a663c
Drawer Images + Other Improvements ( #276 )
...
* Replaced drawer images with higher-res versions, mobile/desktop button improvements
* On drawer footer, don't show outline when clicking buttons
2021-01-14 19:38:59 -07:00
Alec LaLonde
5534ff1a45
Renamed player columns to be consistent snake_case ( #262 )
2021-01-06 22:08:58 -07:00
Alec LaLonde
1027f019e5
Added backdropFilter workaround and custom scrollbar for non-webkit browsers ( #256 )
2021-01-06 20:45:50 -07:00
Alec LaLonde
c4a2b38484
Renamed table names to be consistent snake_case ( #255 )
2021-01-04 23:18:29 -07:00
The Lone Rōnin
e5739d8467
Drawer Updates ( #257 )
2021-01-04 01:37:29 +01:00
dan13ram
528d72c1a2
sleek scroll bar for nft gallery ( #251 )
2020-12-24 23:33:49 -07:00
dan13ram
9ec7d5a3d9
showing shares for daohaus ( #250 )
2020-12-24 23:31:45 -07:00
Alec LaLonde
44c706761c
Feature/add timezone frontend ( #231 )
...
* Added tz column
* Updated hasura permissions on new table
* Added new dependencies for working with timezones
* Added SetupTimeZone component
* Bumped spacetime-informal to use their types
* Extracted timezone computation into helper, added useMemo hook
* Re-added spacetime types
2020-12-24 23:28:12 -07:00
The Lone Rōnin
3d62e5b8da
MyMeta - App Drawer ( #234 )
...
* MyMeta - App Drawer
* MyMeta - App Drawer - help (#242 )
* update nextjs @10.0.3
* Use next image component for main app drawer icons
* change links
* backdrop to close drawer
* Links
* typecheck
* Removed py for page header
Co-authored-by: The Lone Rōnin <log2n@protonmail.com >
* Framer Motion Integration
* Removed drawer transparency
* Fix disappeared Login component
* remove unnecessary pointerevent thing (thanks to display=none)
* Fix ticker display
* Added guilds
Co-authored-by: Pacien Boisson <pakokrew@users.noreply.github.com >
Co-authored-by: Pacien Boisson <pakokrew@gmail.com >
2020-12-21 16:13:09 +01:00
Hammad Jutt
e0a05551c6
Revalidate sooner on guild pages
2020-12-21 01:03:53 -07:00
Hammad Jutt
a9aa177550
Fix type error
2020-12-21 01:03:53 -07:00
Hammad Jutt
704bd38cce
Implement list of Guilds in frontend
2020-12-21 01:03:53 -07:00
Hammad Jutt
94df414920
Add rel="noreferrer noopener" to external links
2020-12-20 17:57:52 -07:00
Hammad Jutt
50bb17efa7
Consolidate contact UI with PlayerTile and Player page
2020-12-20 17:57:52 -07:00
Hammad Jutt
cd14649f74
Add LoadingState and fix empty state for player page
2020-12-20 17:30:05 -07:00
Hammad Jutt
74c154eba9
Refactor PlayerPage and remove mock components
...
renamed / cleaned up a bunch of stuff and removed things that dont work in the profile
2020-12-20 17:00:38 -07:00
The Lone Rōnin
c8b3d29a86
SEED ticker using CoinGecko ( #223 )
2020-12-19 18:41:14 -07:00
Alec LaLonde
63a357c498
Feature/add timezone backend ( #230 )
...
* Added tz column
* Updated hasura permissions on new table
2020-12-19 17:54:32 -07:00
dependabot[bot]
153654def8
Bump sourcecred from 0.7.0-beta-14 to 0.7.4 ( #226 )
...
Bumps [sourcecred](https://github.com/sourcecred/sourcecred ) from 0.7.0-beta-14 to 0.7.4.
- [Release notes](https://github.com/sourcecred/sourcecred/releases )
- [Changelog](https://github.com/sourcecred/sourcecred/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sourcecred/sourcecred/compare/v0.7.0-beta-14...v0.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 00:21:21 +05:30
dan13ram
aa0a532d4a
updated frontend to display nft gallery from 3box/opensea ( #222 )
...
* updated backend to read 3box collectiblesFavorite
* removed unneccesary '?'
* updated frontend to display nft gallery from 3box/opensea
* prettier format
* using theme colors/sizes
* fixed nft price string
2020-12-16 11:16:31 -07:00
dan13ram
566be91206
updated backend to read 3box collectiblesFavorite ( #221 )
...
* updated backend to read 3box collectiblesFavorite
* removed unneccesary '?'
2020-12-16 07:12:58 +05:30
Hammad Jutt
a1c9aea628
Remove deprecated app-react package ( #219 )
2020-12-15 09:19:41 +05:30
dan13ram
12da46d765
color coded player skills ( #212 )
2020-12-14 15:12:29 -07:00
dependabot[bot]
9bad4b5077
Bump @storybook/react from 5.3.21 to 6.1.11 ( #211 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 5.3.21 to 6.1.11.
- [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.11/app/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 16:02:56 +05:30
dependabot[bot]
9ffdd80b5c
Bump @testing-library/user-event from 7.2.1 to 12.1.8 ( #164 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 7.2.1 to 12.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v12.1.8 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 15:12:25 +05:30
vanmoortel
17fde6510a
Hotfix/hide unused sections ( #183 )
...
* Remove true in text and hide read more if less than 115 characters
* Hide view all/less if not more than 3 fake data
* Hide view all/less if not more than 3 fake data
* Hide unused sections, gallery and achievements
2020-11-26 18:08:40 -07:00
Alec LaLonde
4bff673f79
Tooling improvements ( #194 )
...
* Added get-graphql-schema to devDependencies so you don't need it install globally
* Add 'lerna' key to lerna.json to prevent errors
2020-11-26 18:00:46 -07:00
Alec LaLonde
6a15d6b160
Exit setup flow when backing out of first screen ( #189 )
2020-11-22 23:01:46 -07:00
vanmoortel
6c8986cf4c
Feature/moar like designed ( #177 )
...
* Implement player mockup based on Design reference
* Fix missing type
2020-11-13 10:48:21 -07:00
dan13ram
d7068373b2
styling for player tiles ( #173 )
...
* update username flow
* skills/memberships not shown if non-existent
* better errors
* styling for player tiles
* cover image for player tile
2020-11-06 17:58:00 +01:00
dan13ram
bf5fa29f8a
profile setup flow clean up ( #167 )
...
* fixed update token on address change
* fetching already set profile data in setup flow
* select skills colors
* showing more data on player tile
* rename variables
2020-10-23 11:03:31 -06:00
Hammad Jutt
424359993c
Improve UX for Skills Selector ( #160 )
...
Sticky category labels, better positioning to allow room for the drop down, and keep menu open while user is selecting skills
2020-10-16 17:30:44 -06:00
Hammad Jutt
63ab1cd0ea
Setup Player Skills and complete setup flow ( #161 )
2020-10-16 11:04:22 -06:00
dan13ram
a806497cf1
fix styles + minor changes ( #159 )
2020-10-16 09:57:15 -06:00
Hammad Jutt
4e1b434cce
Setup Mutations on web app ( #158 )
...
* create useSetupFlow hook
* Add availability hours and fix permissions in Hasura
* Implement mutation for About You section of profile setup
2020-10-16 00:11:07 -06:00
dependabot[bot]
6395c97dd0
Bump @storybook/react from 5.3.19 to 6.0.26 ( #136 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 5.3.19 to 6.0.26.
- [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.0.26/app/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-15 18:45:01 -06:00