- Resolves issue with the profile pop-over being out of place
- with there being multiple pages widths in the site, this imho balances out alignment issues
* Added usePlayerName and usePlayerURL
* Removed resize handler as it was always rendering regardless of edit status
* re-work player page to avoid duplicate player lookups
* Lint fixes
* Force 5.x version of ethers
* moving pr over to fresh branch
* fixes
* update migrate
* pulling in files for rename of `migrate` to `sync` for SourceCred 🔖
* fix
* prevent lack of data
* formatAddress
* tile
* fixes
* switch rpc
* refactor and remove maps, clean up set
---------
Co-authored-by: dysbulic <dys@dhappy.org>
* squashing @thebeyondr's adding an image to quests 🧣
* cleaning, conglomerating, & standardizing ⚽
* properly spreading arguments & restructuring forms 🥴
* setting required pSEED to 0 in testing & switching the IPFS gateway ⛑
* printing `NODE_ENV` to double check testing setting 🔩
* `connecting` needs to be initially false to avoid a hydration error 🛶
* testing if setting `$NODE_ENV` is sufficient for configuration 🦋
* seeing if "development" works as a `NODE_ENV` for Next.js ⛳
* adding graphql retry on empty response 🥁
* consuming `NODE_ENV` in Dockerfile 🥺
* going to `APP_ENV` b/c `NODE_ENV` is unsettable 🎺
* removing printing `NEXT_PUBLIC_APP_ENV` 🦷
* making entire quest tile a link
* aligned rank tag in quest details page
* fix: 🐛 Add a `minWidth` to `PlayerTile`
* feat: ✨ Add more accurate image preview for quests
* feat: ✨ Add image to `QuestDetail`
* refactor: 💬 Update `Raid/Phase III` description
* UI & semantics tweaks from @luxumbra 🧞♀️
* centering short quest titles 🇪🇺
* borked the quest title centering 👹
Co-authored-by: Scott Stevenson <scott@1box.onmicrosoft.com>
Co-authored-by: thebeyondr <beyondr42@gmail.com>
* beginning ESM transition: Ceramic libraries, Next.js, & TypeScript configuration 🇭🇰
* updating Chakra, React, & Next image `import`s 👔
* upgrading `@types/react`, import extensions for Node, & b64 SVG to PNG ⛹🏿♀️
* fixing relative import names & upddating @types packages 📻
* removoing WYSIWYG editor, draft-js, & updating express ⛹🏿♀️
* updating OpenSea 🚲
* ¡@metafam/utils is building! 📰
* ¡Discord bot is building! 👘
* ¡backend is building! 🛩
* fixed everything but Ceramic DID update 🏍
* switching to DID:PKH 📦
* fixing "only one child allowed" error 🙇🏿♀️
* importing `React` as required by tsc's `isolatedModules` 🇲🇰
* disabling testing rather than taking the time to fix jest ⚜
* removing set `types` from `tsconfig` to fix compilation error 🥦
* printing tests disabled warning, hopefully 🙀
* setting file to be copied to the new resolver 👁️🗨️
* "paths-resolver" not "paths-resolve" 🦴
* switching back to relative paths rather than trying to fix `paths` ⏳
* `yarn backend:dev` not working, testing GitHub build 🎺
* removing design system build & fixing some images ✊🏿
* fixed "expected function got string" error & trying to address undefined HTMLElement 🐡
* fixing @emotion/react tree shaking by making external 🏏
* including eslint config in Dockerfile 🌾
* fixing more images 🎯
* updating DIDs & switching back to an updated DID:3 ❇
* switching to w3s.link gateway & fixing early termination of storage endpoint 🔭
* switching back to ipfs.io gateway b/c w3s.link serves SVGs as application/xml which are CORB blocked 🥾
* fixing node config name in eslint ignore & shortening some paths 🧰
* fixing ts-node not handling project references 🥁
- See #1414
- `trycatch` blocks should now have `Honeybadger.notify(error)` which will give us nice error/exception reports when stuff happens in the wild.
- Also have Clarity working again with a new projectId
- HotJar integration is working as well.
- env vars will need adding to test & prod for honeybadger, clarity and hotjar.
* feat: set up quests dashboard
move quest explorer to /quests/general
* feat: prepare containers for path-of-the-engaged and initiation quests
* chore(release): 0.2.0
* feat: add metacollab and web 3 onboarding categories
* feat: move initiation quests from notion -> metaOS
awyiss it's happening
* chore: lint quickfix
* feat: add descriptions, objectives, checkbox, collapse/expand
* add Dockerfile to .gitignore
* go
* quick fix
* upload proof modal
* config and install
* upload proof works
* show status of quests (pending, etc..)
* remove initiation & update engaged quests
* fix quest categories
add bridgebuilders, builders, patrons, fix icons
* typecheck fix
* fix address for bridgebuilders quests
* design of chain progress + small fix
* minor fixes
* using latest version of quest-chains sdk
* basic UI for quests
* using children for react-markdown
* better styling for quest tiles
* completed quest chain styling
* fixed toasts
* fixed imageLink
* added link to quest chains
* minor fixes
* added back to onboarding paths link
* fixed external link icon as absolute pos
* reduce gaps for mobile
Co-authored-by: Vid <vid@meisterlabs.com>
Co-authored-by: dan13ram <dan13ram@gmail.com>