-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup graphql #15
Labels
enhancement
New feature or request
Comments
eknowles
added a commit
that referenced
this issue
Jul 4, 2020
eknowles
added a commit
that referenced
this issue
Jul 4, 2020
* fix(api): icons on new communities were not valid urls * feat(db): add index for fetching a specific membership * chore: fix husky issue where `git add` should not be in config * refactor: tidy dashboard, communities page and header component user menu now uses Menu component from ant * chore(home): add test illustration * feat(community): add join feature closes #5 * feat(api): add graphql and refactor oauth routes closes #15 * fix: user profile locale property
eknowles
added a commit
that referenced
this issue
Jul 27, 2020
* chore: fix lint * feat: add 500 error page * fix: preview url * fix: preview url http * feat: make home page mobile friendly * feat: create db setup scripts * feat: create stripe customer on account creation closes #11 * chore: add info page * chore: remove info page * fix: env vars for next * feat: add connect community closes #6 * join community (#14) * fix(api): icons on new communities were not valid urls * feat(db): add index for fetching a specific membership * chore: fix husky issue where `git add` should not be in config * refactor: tidy dashboard, communities page and header component user menu now uses Menu component from ant * chore(home): add test illustration * feat(community): add join feature closes #5 * feat(api): add graphql and refactor oauth routes closes #15 * fix: user profile locale property * feat: add membership to dashboard - link to profile on dashboard #3 * feat: add stripe connect account creation #2 * chore: tidy profiles * chore: fix misc issues * fix: discord auth bot redirect * fix: lint add plop component file * chore: add .idea to .gitignore * refactor: delete join page * chore: fix unused prop in dashboard.tsx * feat: add animations and tidy subscription plans * feat: hide subscriptions and about text unless attached to community * chore: remove test page * feat: edit community about text * feat: add patreon placeholder page * feat: add join community via graphql * feat: add community premium text * feat: add products to stripe when connected * feat: add motion fade in component * feat: add premium flag to user * refactor: upgrade to fauna-up * feat: add billing portal * fix: stripe webhooks * feat: get premium member count on account balance * feat: add shortname
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vercel has a limit in their free tier for serverless functions.
move as much as possible to the client side and have a single graphql endpoint
The text was updated successfully, but these errors were encountered: