diff --git a/src/views/NewActivityView.vue b/src/views/NewActivityView.vue index fbcd7423..9f70c655 100644 --- a/src/views/NewActivityView.vue +++ b/src/views/NewActivityView.vue @@ -3,107 +3,158 @@
-
-

+
+

- New Activity For You + + Notifications

- -
-
- {{ newOffersToUser.length - }}{{ newOffersToUserHitLimit ? "+" : "" }} - New Offer{{ newOffersToUser.length === 1 ? "" : "s" }} To You + + + + + + +
+ - - See all - -
+
    + +
  • + + + John Doe + offered + An unbelievably amazing new offer for you! + and + 100 USD + -
    -
      + + + + + +
    • + + + Michael Smith + offered + An unsurprisingly mediocre old offer for you + and + 50 USD + + + + +
    • - {{ - didInfo(offer.offeredByDid, activeDid, allMyDids, allContacts) - }} - offered - {{ - offer.objectDescription - }}{{ offer.objectDescription && offer.amount ? ", and " : "" }} - {{ - displayAmount(offer.unit, offer.amount) - }} - + {{ + didInfo(offer.offeredByDid, activeDid, allMyDids, allContacts) + }} + offered + {{ offer.objectDescription }}{{ offer.objectDescription && offer.amount ? " and " : "" }} + {{ + displayAmount(offer.unit, offer.amount) + }} - - + + +
    - -
    -
    - {{ newOffersToUserProjects.length - }}{{ newOffersToUserProjectsHitLimit ? "+" : "" }} - New Offer{{ newOffersToUserProjects.length === 1 ? "" : "s" }} To - Your Projects - -
    - - See all - -
    -
    • = []; newOffersToUserProjectsHitLimit = false; - showOffersDetails = false; + showOffersDetails = true; showOffersToUserProjectsDetails = false; didInfo = didInfo; displayAmount = displayAmount;