* 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>
* 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 🥁
- userback has more configurability - look & feel, form fields, etc
- removed references to Sentry as we're using Honeybadger
- removed clarity after privacy concerns
- 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>
- bg and text layout.
- added `gsap` with a view to add horizontal scroll effect to section 5 among other things.
*Why gsap? gsap works well with threejs which will be used in the next iteration of the landing page
* feat: metamask switch network support + fixed dependancy cycle
* feat: moved landing to index
* feat: updated favicon
* fix: fixed landing page issues + scrollSnap
* feat: join button
* fix: fixed seed script with new prod schema
* feat: join button redirects based on user creation date
* fix: minor ui bug fixes
* feat: connect to mainnet to continue with switch network on metamask
* fix: uniform setup screens
* fix: fixed XP on dashboard
* feat: added start page
* fix: fixed issues on landing page
* fix: fixed minor issues on dashboard
* fix: update idx profile in auth webhook for new players
* fix: minor fixes in seed page
* fix: player avatar & type
* fix: incorporated review comments from @dysbulic & @vidvidvid
* fix: more review comments
#1078 is at about 4,000 lines changed and includes both code implementing features and unrelated functional and stylistic changes. This set of changes is about ⅓ of the total and should be largely independent.
These changes include:
* have Dependabot ignore `patch` version changes
* switch the cache invalidation Hasura action to asynchronous
* add a uniqueness constraint on the combination of player and skill ids
* print a comprehensible error message in the db seeding script on network errors
* add a mutex on the account creation process & allow it to happen only once *(subsequent runs were failing b/c of the uniqueness constraint on the ETH address & returning `null` (closes#1098))
* adds some more profile editing related types
* renames `HighLow7dType` to `HighLowType`
* refactors the `ColorBar` component to include links to a color explanation
* replaces `fake-tag`'s `gql` string identifier with the dependency-free `/* GraphQL */`
* rename `lib/hooks/useUserXp.ts` to `useUserXP.ts`
* fixed some typings to remove `any`s
* bumped some library versions & fixed the version numbers of some others
* chore: bump dids from 2.4.0 -> 2.4.3
* Upgrade Typescript to latest
* chore: bump @storybook/addon-links 6.3.2 -> 6.4.9
* chore: bump opensea-js from 1.2.1 -> 1.2.7
* chore: react 16 -> 17
* chore: upgrade jsdom 16 -> 19
* fix: yarn.lock
* chore: upgrade eslint-config-airbnb 0.0.1 -> 0.0.2
* chore: add versioning strategy to dependabot
so the package.json files will also increase the version instead of just package.lock in some cases
* fix: ss rendered page trying to access an unavailable component
from design system
Co-authored-by: Firat Tale <firat.tale@auto1.com>