mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-28 09:45:52 +00:00
* feat(web): max grid row height responsive * also gallery-viewer * lint * feat(web): support long-press selection on mobile web * use svelte-gestures * fix test * Bug fix * globalThis * format * revert generator * Testing * bad merge * Fix typo/tap on thumbnail * feat: shrink header on small screens (#16909) * feat(web): shrink header on small screens * fix test * test * Fix test * Revert user-page-layout chagne * Restore icons sizes, make consistent, improve logo responsiveness * remove 4 more pix, lint * lint * chore --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com> * Revert "Testing" This reverts commit 442f11c9e1538809f9208abcdff71a58b510ca98. --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.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.