mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 14:55:29 +00:00
- Added support for virtualized rendering in ListView using @tanstack/react-virtual for improved performance with large photo sets. - Integrated new hooks for mobile responsiveness and context management in ListView and PhotoCard components. - Updated PageHeader and ViewModeSegment for better layout consistency and user experience. - Increased upload limits in backend configuration to accommodate larger files and requests. Signed-off-by: Innei <tukon479@gmail.com>
Documentation
Afilmory is a modular photo gallery platform with a React SPA, a Next.js SEO/SSR wrapper, and a builder that turns your photo storage into a manifest + thumbnails. Use this index to find what you need:
- Architecture overview:
architecture.md - Configuration guide (site + builder + env):
configuration.md - Deployment and hosting:
deployment.md - Builder pipeline and commands:
builder.md - Backend specifics:
backend/tenant-flow.md,backend/billing-plans.md
For day-to-day development commands, see the root DEVELOPMENT.md. For high-level product context, start at the repository README.md.