Commit Graph

14 Commits

Author SHA1 Message Date
Alec LaLonde
cd5d5e3fc4 Fixed guild edit icon permission, added proper guild edit page 2022-03-15 21:00:50 +05:30
Alec LaLonde
c764ddc8b5 Addressed dan's suggestions 2022-03-08 20:26:24 +05:30
Alec LaLonde
dceacb94dd If no players are associated with a dao, delete it 2022-03-08 20:26:24 +05:30
Alec LaLonde
88decd7f5a Added link to edit your own guild 2022-03-08 20:26:24 +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
663536348c fix: add migration for new roles & isBasic -> basic 2022-02-02 10:49:59 -07:00
vidvidvid
ae18b82887 feat: add additional roles: Bridgebuilding, Rainmaking, Videomaking 2022-02-02 10:49:59 -07:00
dan13ram
32a6405de4 fix: prefetching personalityInfo on profile page 2022-01-27 20:42:50 +05:30
δυς
f5295c3242 Reading and Writing Profile Info From Ceramic (#943)
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
2022-01-25 16:51:53 -05:00
Alec LaLonde
45b3b3f362 First pass at desktop select-roles UI 2021-10-15 21:24:33 -06:00
Alec LaLonde
89fe2b4db6 Stubbed out SetupRoles step 2021-10-15 21:24:33 -06:00
Alec LaLonde
2170eb88fe Added id to a bunch of graphql responses to help with caching 2021-09-02 15:34:33 -06:00
Alec LaLonde
cce43f2e9f Implemented guild page players section 2021-09-02 15:34:33 -06:00