This repository has been merged into LibrePhotos/librephotos.
The frontend now lives at
apps/frontend/in the monorepo.
| You used to do… | Now do… |
|---|---|
git clone https://github.com/LibrePhotos/librephotos-frontend.git |
git clone https://github.com/LibrePhotos/librephotos.git && cd librephotos/apps/frontend |
| Open issues here | Open them on LibrePhotos/librephotos |
Open PRs against dev here |
Open them against librephotos:dev, touching apps/frontend/ |
| Reference an old commit SHA | Old SHAs are preserved here in this archive — they will not resolve in the monorepo (filter-repo rewrote them when relocating to apps/frontend/). For new references use commits on librephotos. |
Full commit history is preserved under apps/frontend/ in the monorepo — git log --follow apps/frontend/<file> works across the move. Tags from this repo are namespaced as frontend/<tag> (e.g. frontend/0.2.0-rc).
Background: issue #534.