From c07effb59331c4808e29ce6e4b672d7a14947299 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Tue, 26 May 2026 16:00:02 -0400 Subject: [PATCH] =?UTF-8?q?feat(artist-view):=20ArtistPostsTab=20=E2=80=94?= =?UTF-8?q?=20PostCard=20infinite-scroll=20list,=20artist=5Fid=20pinned,?= =?UTF-8?q?=20no=20filter=20bar;=20mirrors=20PostsView=20mechanics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/components/artist/ArtistPostsTab.vue | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 frontend/src/components/artist/ArtistPostsTab.vue diff --git a/frontend/src/components/artist/ArtistPostsTab.vue b/frontend/src/components/artist/ArtistPostsTab.vue new file mode 100644 index 0000000..b575531 --- /dev/null +++ b/frontend/src/components/artist/ArtistPostsTab.vue @@ -0,0 +1,90 @@ + + + + +