Commit graph

8 commits

Author SHA1 Message Date
2ff6588030
Refactor node packages to yarn workspaces & ditch next.js for CRA. (#161)
* chore: restructure project into yarn workspaces, remove next

* fix tests, remove webapp from terraform

* remove more ui deployment bits

* remove pages, fix FUNDING.yml

* remove isomorphism

* remove next providers

* fix linting issues

* feat: start basis of new web ui system on CRA

* chore: move types to @roleypoly/types package

* chore: move src/common/utils to @roleypoly/misc-utils

* chore: remove roleypoly/ path remappers

* chore: renmove vercel config

* chore: re-add worker-types to api package

* chore: fix type linting scope for api

* fix(web): craco should include all of packages dir

* fix(ci): change api webpack path for wrangler

* chore: remove GAR actions from CI

* chore: update codeql job

* chore: test better github dar matcher in lint-staged
2021-03-12 18:04:49 -05:00
1495500f2b fix(API): highest role position was incorrectly calculated starting from the highest instead of the lowest. fixes #97 2020-12-21 22:09:05 -05:00
52a8dcdf76 chore: change guild member cache identity to be suffixed with /roles as there is an expected change schema change 2020-12-21 03:58:08 -05:00
0e33aa8112 chore: getGuild should use enum authType 2020-12-18 21:01:39 -05:00
1a59972398 feat: support updating roles (closes #83) 2020-12-18 19:56:10 -05:00
0b384bfe5c feat(api): add get-picker-data; refactor fully away from old gRPC datatypes 2020-12-15 21:33:26 -05:00
c55ce3b828 feat(api): add get-slug 2020-12-15 15:29:25 -05:00
22cbde52dd init to fetch guild slug 2020-12-13 22:06:27 -05:00