WIP: two-step dialog + functionality

- Dialog is now presented as two distinct steps
- Gifting functionality reinstated
- Minor UI tweaks
- IN PROGRESS: ensuring calls to dialog from other parts of the app remain functional
This commit is contained in:
Jose Olarte III
2025-05-14 21:47:12 +08:00
parent 9bea08e28a
commit 51787f154c
2 changed files with 44 additions and 11 deletions

View File

@@ -313,7 +313,7 @@ import {
import { GiveSummaryRecord } from "../interfaces";
import * as serverUtil from "../libs/endorserServer";
import { logger } from "../utils/logger";
import { GiveRecordWithContactInfo } from "types";
import { GiveRecordWithContactInfo } from "../types";
/**
* HomeView Component