immich/web
matthieu-db d5923241b5
fix: add quiet zone to QR code (#19771)
Add quiet zone to QR code

This is needed for the QR code to be readable by many QR readers. It is also a requirement for it to be a valid QR code.
2025-07-06 22:06:36 -05:00
..
bin
src fix: add quiet zone to QR code (#19771) 2025-07-06 22:06:36 -05:00
static
.browserslistrc
.dockerignore
.gitignore
.npmrc
.nvmrc chore(deps): update node.js to v22.17.0 (#19656) 2025-07-01 10:59:31 +01:00
.prettierignore
.prettierrc
Dockerfile
eslint.config.js
package-lock.json fix(web): viewing asset lock (#19499) 2025-07-05 02:52:39 +00:00
package.json fix(web): viewing asset lock (#19499) 2025-07-05 02:52:39 +00:00
README.md
svelte.config.js
tsconfig.json
vite.config.js

Immich web project

This project uses the SvelteKit web framework. Please refer to the SvelteKit docs for information on getting started as a contributor to this project. In particular, it will help you navigate the project's code if you understand the basics of SvelteKit routing.

When developing locally, you will run a SvelteKit Node.js server. When this project is deployed to production, it is built as a SPA and deployed as part of the server project.