mirror of
				https://github.com/immich-app/immich
				synced 2025-10-17 18:19:27 +00:00 
			
		
		
		
	| 
				 
		
			Some checks failed
		
		
	 
	CLI Build / CLI Publish (push) Has been cancelled 
				
			CLI Build / Docker (push) Has been cancelled 
				
			CodeQL / Analyze (push) Has been cancelled 
				
			Docker / pre-job (push) Has been cancelled 
				
			Docker / Re-Tag ML (push) Has been cancelled 
				
			Docker / Re-Tag Server (push) Has been cancelled 
				
			Docker / Build and Push ML (push) Has been cancelled 
				
			Docker / Build and Push Server (push) Has been cancelled 
				
			Docker / Docker Build & Push Server Success (push) Has been cancelled 
				
			Docker / Docker Build & Push ML Success (push) Has been cancelled 
				
			Docs build / pre-job (push) Has been cancelled 
				
			Docs build / Docs Build (push) Has been cancelled 
				
			Zizmor / Zizmor (push) Has been cancelled 
				
			Static Code Analysis / pre-job (push) Has been cancelled 
				
			Static Code Analysis / Run Dart Code Analysis (push) Has been cancelled 
				
			Test / pre-job (push) Has been cancelled 
				
			Test / Test & Lint Server (push) Has been cancelled 
				
			Test / Unit Test CLI (push) Has been cancelled 
				
			Test / Unit Test CLI (Windows) (push) Has been cancelled 
				
			Test / Lint Web (push) Has been cancelled 
				
			Test / Test Web (push) Has been cancelled 
				
			Test / Test i18n (push) Has been cancelled 
				
			Test / End-to-End Lint (push) Has been cancelled 
				
			Test / Medium Tests (Server) (push) Has been cancelled 
				
			Test / End-to-End Tests (Server & CLI) (push) Has been cancelled 
				
			Test / End-to-End Tests (Web) (push) Has been cancelled 
				
			Test / End-to-End Tests Success (push) Has been cancelled 
				
			Test / Unit Test Mobile (push) Has been cancelled 
				
			Test / Unit Test ML (push) Has been cancelled 
				
			Test / .github Files Formatting (push) Has been cancelled 
				
			Test / ShellCheck (push) Has been cancelled 
				
			Test / OpenAPI Clients (push) Has been cancelled 
				
			Test / SQL Schema Checks (push) Has been cancelled 
				
			Extract common virtual scrolling functionality from TimelineManager into a new abstract VirtualScrollManager base class. This refactoring improves code organization and enables reuse of virtual scrolling logic. Changes: - Create new VirtualScrollManager abstract base class with common virtual scrolling state and methods - Refactor TimelineManager to extend VirtualScrollManager - Rename 'assetsHeight' to 'bodySectionHeight' for semantic clarity - Convert methods to use override keyword where appropriate - Enable noImplicitOverride in tsconfig for better type safety - Fix ApiError and AbortError class definitions with override keywords  | 
			||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| static | ||
| .browserslistrc | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| eslint.config.js | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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.