colonyDapp
colonyDapp copied to clipboard
Colony dApp client
## Description Mostly what it says on the tin - the ColonyNetwork is now at Node 20, so updating the dev environment here so that it still works :smile:
## Description This is the main feature branch for the new `Advanced Expenditures` feature. The Advanced Expenditures feature enables users to create a more advanced way to make payments to...
## Description This PR improves the user experience of SingleUserPicker used in Target contract address field in the Control Safe Dialog by addressing the following issues raised in #3865: >When...
## Description A quick and simple PR to correct a typo that Will picked up. I didn't worry about creating an issue for it.
## Description This PR is a quick and not so good integration of 3rd-party tool Beamer. The idea is to gain some insights prior to moving to CDApp. To test,...
## Description This PR adds a server status (healthy | poor | critical) indicator to the user navigation bar. **Notes to reviewers** After halfway through this PR I realized this...
## Description This PR updates the fetch policies of two instances of the `useContributorsAndWatchersQuery`, one in the `ColonyMembers` page component and the other in the `ColonyMembers` sidebar on the `ColonyHome`...
## Description Both ``` spawn('node_modules/.bin/truffle', ['migrate', '--reset', '--compile-all'], ... ``` and ``` spawn('./node_modules/.bin/truffle', ['migrate', '--reset', '--compile-all'], ... ``` fail on my Ubuntu Linux, even despite I create a symlink from...
## Steps to reproduce 1. Ensure you have the Governance extension installed 2. Go to any action dialog that has the "Force" action toggle. ## Expected behaviour * The force...
### Description We would like to incorporate the new multicall functionality available on the latest [v11 of the contracts](https://github.com/JoinColony/colonyNetwork/releases/tag/glwss2) into the DApp with the next deployment. First off, we would...