about summary refs log tree commit diff
path: root/src/components/StarterPack/Main
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-06-28 08:27:54 -0500
committerGitHub <noreply@github.com>2024-06-28 08:27:54 -0500
commit1a037d35429b119d1751930068dfcf3b2b94dbde (patch)
tree1ed67badc6e6d2ac1a2ee09c3c80bfbc65083d95 /src/components/StarterPack/Main
parent58a97db5b8e9c62d68c4ce6398d1213469ee38b2 (diff)
downloadvoidsky-1a037d35429b119d1751930068dfcf3b2b94dbde.tar.zst
FeedCard & ListCard cleanups (#4644)
* Extract ListCard from FeedCard

* Export FeedCard.Action and optionally include in ListCard

* Remove list dual usage from most of FeedCard

* Update usages of FeedCard and ListCard

* Add back list purpose logic

* Make Action comp easier to use, clarify list purpose

* Rename Action to SaveButton
Diffstat (limited to 'src/components/StarterPack/Main')
-rw-r--r--src/components/StarterPack/Main/FeedsList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/Main/FeedsList.tsx b/src/components/StarterPack/Main/FeedsList.tsx
index e350a422c..7d7cd2047 100644
--- a/src/components/StarterPack/Main/FeedsList.tsx
+++ b/src/components/StarterPack/Main/FeedsList.tsx
@@ -45,7 +45,7 @@ export const FeedsList = React.forwardRef<SectionRef, ProfilesListProps>(
             (isWeb || index !== 0) && a.border_t,
             t.atoms.border_contrast_low,
           ]}>
-          <FeedCard.Default type="feed" view={item} />
+          <FeedCard.Default view={item} />
         </View>
       )
     }