show a 'give' button directly on offers in the ProjectView

This commit is contained in:
2024-01-16 15:23:40 -07:00
parent b79c5fcf91
commit be6ec6745a
7 changed files with 119 additions and 58 deletions

View File

@@ -76,6 +76,8 @@ export interface GiveServerRecord {
export interface OfferServerRecord {
amount: number;
amountGiven: number;
fullClaim: OfferVerifiableCredential;
handleId: string;
offeredByDid: string;
recipientDid: string;
requirementsMet: boolean;