This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added tip schema * Tip being added to prisma * added chain db watcher and frontend * Added tip proposal * Added Tip to frontend * Added tip section * Added finder * Added chain db watcher for tip * remove who * Added types in refetch * Added endorse sidebar * Added tip type for new proposal emai; * fix * Update chain-db-watcher/README.md Co-authored-by: Thibaut Sardan <[email protected]> * Update chain-db-watcher/README.md Co-authored-by: Thibaut Sardan <[email protected]> * chain db open serve modifications for tip * removed endorsements * removed datamodel * yarn generate * removed endorsements * fix * fix * sidebar component * fix * removed code * fix graphql codegen * correct tip reason * allow numbers * Added time to block * added status update for tips * create tip status * showing only opened status * codegen * fix * added tip closes * fix finder * show only open ones * Hasura migration to v2 and squash (#950) * squash and migrate to v2 * remove useless users mention * remove first useless proposals table creation * delete consecutive add drop column proposal_id * delete consecutive add drop creation and modification_date * delete consecutive add drop on reply * delete consecutive add drop on public.reactions * delete consecutive add drop on public.post_votes * delete consecutive add drop on public.post.poll_id and public.post.has_poll * delete consecutive add drop updated at public.poll and poll_votes * fix tons of nits to make migration sucessful * fix wrong uppercase * remove auto-migration (not-working) and update readme * delete migration_backup and add cron_triggers.yaml * ugly hack * proper closing and closed display * Added check for closing * added more check * fix * fix * Change status name * tip openend * Update chain-db-watcher/src/sync/index.ts Co-authored-by: Thibaut Sardan <[email protected]> * Update chain-db-watcher/src/sync/queries/chain-db.queries.ts Co-authored-by: Thibaut Sardan <[email protected]> * Update front-end/src/screens/Tips/index.tsx * Update front-end/src/screens/Tips/index.tsx * Update front-end/src/components/Listings/TipListing.tsx * Update front-end/src/screens/Tips/index.tsx * Update chain-db-watcher/src/queries.ts * closing shouldnot show negative days Co-authored-by: Thibaut Sardan <[email protected]> Co-authored-by: thib <[email protected]>
- Loading branch information