Removed sc_identity_id from Player table because it enforces ETH addresses to be used as the single source of truth for users and prevents conflicts when users update their ETH address in the ledger. sc_identity_id is not needing anywhere in our backend / data model.
I don't think such a replacement should occur in the backend unless we
are creating our own models (not the case here). Therefore, this will be
handled on the frontend.
This change covers two possible failures:
* a developer requesting a chain that hasn't been configured
* network failures on subgraphs
If a developer forgets to add to the client map, this will throw an
error instead of defaulting to ethereum results. This helps the
developer make changes correctly.
If a network failure occurs or a developer makes a mistake, the entire
membership structure is not affected via `Promise.allSettled`. This avoids
confusing errors for users.
This uses two new subgraphs to pull DAO memberships for Ethereum, xDai,
and Polygon mainnets. The pulls are in parallel. The underlying data is
structured the same way but seems to be missing some information, see
https://github.com/HausDAO/daohaus-supergraph/issues/44
feat: meta tags for player pages
feat: meta tags for quest pages
feat: meta tags for patrons page
fix: typos, extra tags
feat: HeadComponent for metadata
feat: HeadComponent in pages
Implements the HeadComponent from components/Seo.tsx to take props and render the relevant meta tags in the pages
fix: type-cast to string
fix: string for playersDescriptionmeta
fix: optional chaining player meta data
fix: text consistency and typo-fixes
fix: use player helpers for meta
feat: meta tags for guilds route
feat: meta tags for player pages
feat: meta tags for quest pages
feat: meta tags for patrons page
feat: HeadComponent in pages
Implements the HeadComponent from components/Seo.tsx to take props and render the relevant meta tags in the pages
fix: type-cast to string
fix: import Head in _app
* Gradients, colours & Icons added as per Figma
* forgot to remove `SVG` from the ds import
* formatting improvements
* Added in the correct colour value for courage
removed the quotes and added correct font (mono) for the type title
* Tweak to the white type to be moar white.
* responses to feedback from @dysbulic
- Icons show on mobile devices and we have text links for desktop.
- Also tweaked the size and spacing of the icons.
- Line 81 overrides the default button (link variant) hover style which is inconsistent with the default link style.