Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: init screen * wip: opti simple button * wip: adding home for grants page * wip: Grant home page * fix: remove createStyleSheet * chore: adjust code * wip: detail page * wip: add detail page * wip: add detailf info of task * chore: fix lint * wip: add grants manager screen * chore: layout.padding => layout.spacing * wip: add grants manager * wip: add screen payment * wip: adding makeing request page * wip: adding pages of making grants request * feat: all pages of Grants, except step 5 * chore: refactor code due to change of components path * wip: integrate with formik + zustand * wip: refactor + add filter * Wip: add cover image + full flow create grant * chore: Refactor Grant => project + add progress bar * Wip: working on integration with Gno * update network json * chore: fix lint * feat: complete flow for funder/creator * fix: fix flex layout for projects list * chore: use empty value instead of fake one * fix: fix lint + gen network * fix: fix lint * fix: remove fake data * fix: fix json parser * fix: ipfs link * fix: generate ipfs key * fix: lint * fix: optimize error display * fix: handle tns name * fix: handle tns name * fix: handle empty userId * chore: update dependencies * wip * feat: update ui * wip: update code related to contracts change + handle token display * feat: add conflict solver in form Signed-off-by: Norman Meier <[email protected]> * chore: run lint-fix Signed-off-by: Norman Meier <[email protected]> * chore: pass CI Signed-off-by: Norman Meier <[email protected]> * chore: revert uneeded changes Signed-off-by: Norman Meier <[email protected]> * fix: inject buffer on all platforms Signed-off-by: Norman Meier <[email protected]> * feat: add submit/accept contractor candidates * fix: use gnot and start conflict resolution ui Signed-off-by: Norman Meier <[email protected]> * feat: add candiates review + adjust UI * tmp: working conflict resolution flow Signed-off-by: Norman Meier <[email protected]> * fix: lint Signed-off-by: Norman Meier <[email protected]> * feat: disable candidates button when no candidates Signed-off-by: Norman Meier <[email protected]> * chore: optimize UI * feat: improve conflict solving flow Signed-off-by: Norman Meier <[email protected]> * fix: conflict flow Signed-off-by: Norman Meier <[email protected]> * chore: refactor ProjectsConflictsSolvingScreen * chore: refactor code * feat(DAppStore): update getFromFile.ts - Updated the key name from 'projectsProgram' to 'projects' - Updated the title and icon for the 'projects' option * chore: refactor code using aliases + execEscrowMethod * fix: fix style for project detail page * chore: regen Signed-off-by: Norman Meier <[email protected]> * tmp Signed-off-by: Norman Meier <[email protected]> * fix: linter errors Signed-off-by: Norman Meier <[email protected]> * fix: tested contractor and proposer full flow Signed-off-by: Norman Meier <[email protected]> * fix: add cypress root config Signed-off-by: Norman Meier <[email protected]> * chore: run cypress on ci Signed-off-by: Norman Meier <[email protected]> * chore: split e2e tests on ci Signed-off-by: Norman Meier <[email protected]> * fix: script name Signed-off-by: Norman Meier <[email protected]> * chore: use https remote Signed-off-by: Norman Meier <[email protected]> * fix: properly setup go in ci Signed-off-by: Norman Meier <[email protected]> * fix: enable gnodev server mode Signed-off-by: Norman Meier <[email protected]> * fix: wait-on timeout Signed-off-by: Norman Meier <[email protected]> * chore: big timeout Signed-off-by: Norman Meier <[email protected]> * fix: use correct port Signed-off-by: Norman Meier <[email protected]> * chore: bigger initial visit timeout Signed-off-by: Norman Meier <[email protected]> * fix: test env Signed-off-by: Norman Meier <[email protected]> * fix: first visit timeout Signed-off-by: Norman Meier <[email protected]> * chore; headed mode Signed-off-by: Norman Meier <[email protected]> * chore: error screenshot Signed-off-by: Norman Meier <[email protected]> * chore: pin node version in e2e Signed-off-by: Norman Meier <[email protected]> * chore: increase timeouts Signed-off-by: Norman Meier <[email protected]> * chore: use node20 an increase timeout Signed-off-by: Norman Meier <[email protected]> * chore: sync nvmrc and cypress node version Signed-off-by: Norman Meier <[email protected]> * chore: record nad better confirm Signed-off-by: Norman Meier <[email protected]> * chore: no record Signed-off-by: Norman Meier <[email protected]> * chore: codegen Signed-off-by: Norman Meier <[email protected]> * chore: pin and sync ci versions Signed-off-by: Norman Meier <[email protected]> * chore: go mod tidy Signed-off-by: Norman Meier <[email protected]> * chore: lint Signed-off-by: Norman Meier <[email protected]> * chore: bring gno project manager code in monorepo Signed-off-by: Norman Meier <[email protected]> * chore: sync with latest gno and dapp Signed-off-by: Norman Meier <[email protected]> * tmp Signed-off-by: Norman Meier <[email protected]> * fix: update gno clients to support breaking change Signed-off-by: Norman Meier <[email protected]> * chore: use react-hook-form and zod instead of adding formik and yup Signed-off-by: Norman Meier <[email protected]> * chore: remove dev artifact Signed-off-by: Norman Meier <[email protected]> * chore: remove dev artifact Signed-off-by: Norman Meier <[email protected]> * chore: rename preload helper test Signed-off-by: Norman Meier <[email protected]> * chore: clean fixtures Signed-off-by: Norman Meier <[email protected]> * fix: wait for upload end Signed-off-by: Norman Meier <[email protected]> * chore: move jsonutil to pass ci Signed-off-by: Norman Meier <[email protected]> * fix: use go1.20 in desktop build Signed-off-by: Norman Meier <[email protected]> * chore: check gno mod files Signed-off-by: Norman Meier <[email protected]> * fix: use xargs in gno-mod-tidy to make ci fail if tidy fails Signed-off-by: Norman Meier <[email protected]> * fix: cross-platform xargs Signed-off-by: Norman Meier <[email protected]> * chore: remove dev artifacts Signed-off-by: Norman Meier <[email protected]> * chore: remove dev artifact Signed-off-by: Norman Meier <[email protected]> * fix: gno version in e2e tests Signed-off-by: Norman Meier <[email protected]> * chore: use namespaced packages paths Signed-off-by: Norman Meier <[email protected]> * fix: gno mod tidy Signed-off-by: Norman Meier <[email protected]> * chore: lint Signed-off-by: Norman Meier <[email protected]> * chore: remove commented code and some console.log Signed-off-by: Norman Meier <[email protected]> * fix: setup adena mock only if required Signed-off-by: Norman Meier <[email protected]> * chore: revert tmp change Signed-off-by: Norman Meier <[email protected]> * chore: cleanup Signed-off-by: Norman Meier <[email protected]> * chore: disable by default Signed-off-by: Norman Meier <[email protected]> * feat: allow to hide dapps behind dev mode Signed-off-by: Norman Meier <[email protected]> --------- Signed-off-by: Norman Meier <[email protected]> Co-authored-by: Norman Meier <[email protected]> Co-authored-by: Eng. Juan Combetto <[email protected]> Co-authored-by: n0izn0iz <[email protected]>
- Loading branch information