Commit Graph

1255 Commits

Author SHA1 Message Date
W.J. “dysbulic” H
ab20006b2e broke long lines, added BuildKit run command, & reordered COPY steps 🎽 2022-02-21 23:39:31 -05:00
Alec LaLonde
13c2871f25 Remove role=group tag as it wasn't rendering properly in chrome 2022-02-19 11:23:03 -07:00
Alec LaLonde
c7263d0aa4 Added chain icon to DAO listings 2022-02-19 11:23:03 -07:00
Alec LaLonde
936a63d411 Start using daohaus metadata when populating DAO information 2022-02-19 11:23:03 -07:00
dan13ram
fd9b039149 fix: megamenu padding issues 2022-02-18 15:37:28 +05:30
dan13ram
1c92f63b9f fix: landing page ui issues 2022-02-18 15:37:28 +05:30
dan13ram
8ec8e336b4 fix: me page 2022-02-18 15:37:28 +05:30
dan13ram
ac5f3fe98e fix: login issues 2022-02-18 15:37:28 +05:30
dan13ram
eac99b1251 refactor: cleaned up MegaMenu components 2022-02-18 15:37:28 +05:30
dan13ram
a57e6433c1 refactor: moved quest components into its folder 2022-02-18 15:37:28 +05:30
dan13ram
f3eb2213e3 feat: added opensea api key to gcp-deploy 2022-02-17 11:49:52 +05:30
dan13ram
40e65d75d1 review changes from @dysbulic 2022-02-17 11:49:52 +05:30
dan13ram
3c7c590dce feat: better error handling in opensea hook 2022-02-17 11:49:52 +05:30
dan13ram
c36c67504f fix: moved opensea to api & fixed env var 2022-02-17 11:49:52 +05:30
Scott Stevenson (@tenfinney)
2b1fb1c20b code review requests from @dan13ram 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
f46b30d75c fixing deployment environment to avoid cross-PR deactivations 🎰 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
f24b22c3da having eslint ignore a console.error call 🎑 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
43434357bd preventing menu flip & wrapping player hero characteristics 🕵🏾 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
9acc0443d9 clearing auth token on address change 🍡 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
f225de93c8 debugging authentication process 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
39879042d8 logs seems to have the desired effect; screwed up the contents 🎒 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
5d7c6478ff testing if log parameter affects the GitHub deployment 🍅 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
35e2625292 tests are failing b/c of an out-of-date lock file 🕴 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
8d15afe3aa printing github object caused the run to fail 🧐 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
4d7e5bfd1c adding caniuse to remove outdated db warning & trying to fix deployment report link 🧘 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
dc5eb4db5f 75 of 100 files from #1078 have been added; need to rebase the parent branch 🚲 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
451cf2508f fixing inconsistencies raised by yarn typecheck && yarn lint 🌵 2022-02-16 20:17:48 +05:30
W.J. “dysbulic” H
a6f1052876 miscellaneous changes pulled from #1078 for brevity 💺
​#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
*
2022-02-16 20:17:48 +05:30
δυς
0af87e965d Clean Up & Simplify the Type System (#1116) 2022-02-08 13:13:28 -05:00
δυς
81883f940e Miscellaneous changes pulled from #1078 (#1115)
​#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
2022-02-08 06:01:06 -05:00
vidvidvid
e0e091dfa5 chore: remove unused import 2022-02-07 16:48:38 +01:00
vidvidvid
f3a2631158 feat: add confirmation modal to reset/cancel actions 2022-02-07 16:48:38 +01:00
vidvidvid
1cbb5d076f style: replace cancel icon, fix mobile view of edit buttons 2022-02-07 16:48:38 +01:00
dan13ram
84c707c4c0 feat: show reset to default button only when changed 2022-02-07 16:48:38 +01:00
vidvidvid
fedcd6c23f style: increase font size and icon of XP and seed on mobile 2022-02-07 16:48:38 +01:00
vidvidvid
254adac576 chore: font size and weight 2022-02-07 16:48:38 +01:00
vidvidvid
e7bd6ee909 refactor: reuse XP + seeds balance in menu on client and mobile 2022-02-07 16:48:38 +01:00
vidvidvid
6003009bef fix: position of menu in relation to the triangle 2022-02-07 16:48:38 +01:00
vidvidvid
1a99af9287 chore: rename button 2022-02-07 16:48:38 +01:00
vidvidvid
d56eaf5cb9 style: fix player stats bar on mobile 2022-02-07 16:48:38 +01:00
vidvidvid
37f19ed59e style: fix the jumping of menu when loading 2022-02-07 16:48:38 +01:00
vidvidvid
e06f39f24e style: center the menu + revert size of xp and seeds
based on discussion with dave
2022-02-07 16:48:38 +01:00
vidvidvid
6dfe7c4ed4 style: megamenu changes
title color, title font weight, position of modal
2022-02-07 16:48:38 +01:00
vidvidvid
90c793c18e style: set background color of body 2022-02-07 16:48:38 +01:00
vidvidvid
05fabc0994 feat: default layout button 2022-02-07 16:48:38 +01:00
vidvidvid
a3a308165e fix: triangular menu icon position and width 2022-02-07 16:48:38 +01:00
vidvidvid
ec01ff1303 style: megamenu paddings 2022-02-07 16:48:38 +01:00
dan13ram
9c8cb636e2 fix: temporarily disabled BrightId 2022-02-07 16:48:38 +01:00
dan13ram
0c9bec1752 fix: bugs in EmbedUrl + SetupRoles 2022-02-07 16:48:38 +01:00
dan13ram
aba2e513f3 feat: can edit roles from profile page 2022-02-07 16:48:38 +01:00