feat: add community activity feed and mentions

This commit is contained in:
2026-03-17 18:26:57 +01:00
parent 2728644477
commit 2119741ba7
15 changed files with 1280 additions and 112 deletions

View File

@@ -20,6 +20,7 @@ export default defineConfig({
'resources/js/Pages/ArtworkPage.jsx',
'resources/js/Pages/Home/HomePage.jsx',
'resources/js/Pages/Community/LatestCommentsPage.jsx',
'resources/js/Pages/Community/CommunityActivityPage.jsx',
'resources/js/Pages/Messages/Index.jsx',
'resources/js/profile.jsx',
'resources/js/feed.jsx',
@@ -62,4 +63,4 @@ export default defineConfig({
setupFiles: ['resources/js/test/setupTests.js'],
include: ['resources/js/**/*.test.{js,jsx}'],
},
});
});