diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a846bb..deb90f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Agent who can also edit a project +### Fixed +- Cannot declare anonymous gift + ## [0.2.7] - 2024.01.12 diff --git a/project.task.yaml b/project.task.yaml index b7be021..048b820 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,12 +1,13 @@ tasks: +- create an identifier automatically, with a message that they can import a different one - choose an agent - make a contact chooser - make set-name request yellow - make the "give" on contact screen work like other give (allowing donation vs current blank) -- create an identifier automatically, with a message that they can import a different one -- make give directly on an offer -- make a confirmation directly on a give +- make give action executable right from an offer +- make a confirmation action executable right from a give +- link to the project claim from the project screen - check that 'show more contacts' from the contact-give-list on the project screen includes project ID - on ClaimView, the "ask someone" should refer to "visible" IDs, or to confirmations only if confirmations are visible - give feedback when import is completed diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue index c865e6f..5131782 100644 --- a/src/components/GiftedDialog.vue +++ b/src/components/GiftedDialog.vue @@ -154,7 +154,7 @@ export default class GiftedDialog extends Vue { open(giver: GiverInputInfo) { this.description = ""; - this.giver = giver; + this.giver = giver || {}; if (!this.giver.name) { this.giver.name = didInfo( this.giver.did,