From 4de66b1609c3de92ae757598cdcde7d5d83369eb Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Fri, 28 Jul 2023 20:22:03 +0800 Subject: [PATCH] Cleaned up Project view UI --- src/views/ProjectViewView.vue | 160 ++++++++++++++++++++-------------- 1 file changed, 96 insertions(+), 64 deletions(-) diff --git a/src/views/ProjectViewView.vue b/src/views/ProjectViewView.vue index f53dc3fc8..1a3c648c7 100644 --- a/src/views/ProjectViewView.vue +++ b/src/views/ProjectViewView.vue @@ -65,83 +65,115 @@
-
+
- ― or: +

Or, record a gift from:

- - Record a gift from - - , - -  or  - +

Record a gift from:

+ +
    +
  • +
    + +
    +

    + Anonymous +

    +
  • +
  • +
    + +
    +

    + {{ contact.name || "(no name)" }} +

    +
  • +
+ + + + Show More Contacts… +
-
-
-

Given to this Project

-
-
-

... and from this Project

-
-
-
-
-
-
-
-
- - {{ - didInfo(give.agentDid, activeDid, allMyDids, allContacts) - }} -
-
- - {{ give.amount }} -
-
- - {{ give.description }} -
+
+
+

+ Given to this Project +

+ +
    +
  • +
    + + {{ didInfo(give.agentDid, activeDid, allMyDids, allContacts) }} + + + {{ give.amount }} +
    -
-
+
+ + {{ give.description }} +
+ +
-
-
-
-
-
- - {{ - didInfo(give.agentDid, activeDid, allMyDids, allContacts) - }} -
-
- - {{ give.amount }} -
-
- - {{ give.description }} -
+ +
+

+ …and from this Project +

+ +
    +
  • +
    + + {{ didInfo(give.agentDid, activeDid, allMyDids, allContacts) }} + + + {{ give.amount }} +
    -
-
+
+ + {{ give.description }} +
+ +
+