feat: add reusable gallery carousel and ranking feed infrastructure

This commit is contained in:
2026-02-28 07:56:25 +01:00
parent 67ef79766c
commit 6536d4ae78
36 changed files with 3177 additions and 373 deletions

View File

@@ -40,6 +40,8 @@ function mountAll() {
initialNextCursor: container.dataset.nextCursor || null,
initialNextPageUrl: container.dataset.nextPageUrl || null,
limit: parseInt(container.dataset.limit || '40', 10),
rankApiEndpoint: container.dataset.rankApiEndpoint || null,
rankType: container.dataset.rankType || null,
};
createRoot(container).render(<MasonryGallery {...props} />);