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
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
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]
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
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
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
Alec LaLonde
f6668d9f71
Persist personality type immediately rather than when saving player type
2021-02-18 20:55:47 -07: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
ace-smart
c6e338387d
Fix build card aspect ratio as the play card. #326 ( #329 )
2021-02-04 12:10:51 +04:00
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
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
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
Alec LaLonde
ceaae6dc1a
Force minimum row height, narrower column max width ( #275 )
2021-01-14 20:19:06 -07:00
Alec LaLonde
d2cba7a866
Fixed a couple react warnings ( #273 )
2021-01-14 20:02:02 -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
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
12da46d765
color coded player skills ( #212 )
2020-12-14 15:12:29 -07:00
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
6a15d6b160
Exit setup flow when backing out of first screen ( #189 )
2020-11-22 23:01:46 -07:00