From 540cc21839d663a4f8aa2ab428adc1b057ba0c10 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 14 Dec 2023 21:54:15 -0700 Subject: [PATCH] add infinite scroll to the home page feed --- project.task.yaml | 1 + src/views/HomeView.vue | 96 ++++++++++++++++++++++++++---------------- 2 files changed, 60 insertions(+), 37 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 18fec30..8099787 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -50,6 +50,7 @@ tasks: - Other features - donation vs give, show offers, show give & outstanding totals, show network view, restrict registration, connect to contacts blocks: ref:https://raw.githubusercontent.com/trentlarson/lives-of-gifts/master/project.yaml#kickstarter%20for%20time +- remove 'rowid' references (that are sqlite-specific) - make identicons for contacts into more-memorable faces (and maybe change project identicons, too) - 01 make the prod build copy the sw_scripts - 01 send visibility signal as a VC and store it diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 395f4ae..b28c123 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -103,42 +103,52 @@ showGivenToUser="true" /> +

Latest Activity

+ +
    +
  • +
    + You've seen all the following +
    + +
    + + {{ this.giveDescription(record) }} + + + +
    +
  • +
+

Loading…

-