The web interface doesn't link to the project's GitHub repository anywhere.
While I was installing and configuring Letterboxarr I had no easy path to get to the repo.
Most self-hosted tools surface this somewhere, and it seemed worth asking how
you'd want it done here rather than guessing.
A couple of places Claude found that it could go:
- The sidebar's bottom section, alongside the tagline and log out. It's already
pinned with mt-auto, so a link there wouldn't push anything around. That
block is lg:block though, so mobile would need its own treatment.
- A footer under the main content area, which would cover both layouts but adds
height below the grids.
Happy to open a PR for whichever you prefer, or to drop it if you'd rather keep
the UI as it is.
The web interface doesn't link to the project's GitHub repository anywhere.
While I was installing and configuring Letterboxarr I had no easy path to get to the repo.
Most self-hosted tools surface this somewhere, and it seemed worth asking how
you'd want it done here rather than guessing.
A couple of places Claude found that it could go:
pinned with
mt-auto, so a link there wouldn't push anything around. Thatblock is
lg:blockthough, so mobile would need its own treatment.height below the grids.
Happy to open a PR for whichever you prefer, or to drop it if you'd rather keep
the UI as it is.