* 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>
* 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"
* 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
* 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
* Create "me" view for logged in user
* Implement user auth on web
* Fix type errors
* Setup static regeneration
* Disable next export
* Address PR feedback
* 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>
* registerPlayer & successPlayer layout done
* moved to chakra-ui@next
* added meta components and icons
* refactored code based on review comments
* using React.ComponentProps for getting correct props
* using jpeg for background images
* removed unwanted `declare module`
* changed font naming in design-system
* fixed fontFamily in packge web
* using Heading component for MetaHeading