Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP cache proposal data * WIP use queryClient * WIP refactor with useQuery hooks * apply caching strategy to governance proposals * apply proposal data caching to individual proposal details * Revert "apply proposal data caching to individual proposal details" This reverts commit 3261578. * Revert "Revert "apply proposal data caching to individual proposal details"" This reverts commit faa91be. * WIP refetch for proposal actions updates * fix proposal action transitions * format comment * fix proposal action transitions * format comments * WIP update tests * clean up hook after caching update * update useProposals unit tests * update useGovernanceProposals unit tests * update useDaoProposals unit test * update comment * WIP fix last of failing tests * remove react query dev tools * update queryClient import in setupTests * update testing clear cache * fixes outdated env vars being set * fixes useProposalsVotes tests and makes slight improvements to code * improve use of react queries Co-authored-by: Jeremiah Naylor-Trein <jeremiahtrein@gmail.com>
- Loading branch information