Files
afilmory/docs
Innei e71548b320 feat: enhance gallery layout and functionality
- 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>
2025-11-30 00:23:14 +08:00
..

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.