mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	docs: fix typos (#4713)
This commit is contained in:
		
							parent
							
								
									cc3149c520
								
							
						
					
					
						commit
						c77ba46d60
					
				@ -12,6 +12,6 @@ The backend has an end-to-end test suite that can be called with `npm run test:e
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Note that there is a bug in nodejs <20.8 that causes segmentation faults when running these tests. If you run into segfaults, ensure you are using at least version 20.8.
 | 
					Note that there is a bug in nodejs <20.8 that causes segmentation faults when running these tests. If you run into segfaults, ensure you are using at least version 20.8.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To perform a full e2e test, you need to run e2e tests inside docker. The easiest way to do that is to run `make test-e2e` in the root directory. This will build and start a docker-compose consisting of the server, microservices, and a postgres database. It will then perfom the tests and exit.
 | 
					To perform a full e2e test, you need to run e2e tests inside docker. The easiest way to do that is to run `make test-e2e` in the root directory. This will build and start a docker-compose consisting of the server, microservices, and a postgres database. It will then perform the tests and exit.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you manually install the dependencies (see the DOCKERFILE) on your development machine, you can also run the full e2e tests manually by setting the `IMMICH_RUN_ALL_TESTS` environment value to true, i.e. `IMMICH_RUN_ALL_TESTS=true npm run test:e2e`.
 | 
					If you manually install the dependencies (see the DOCKERFILE) on your development machine, you can also run the full e2e tests manually by setting the `IMMICH_RUN_ALL_TESTS` environment value to true, i.e. `IMMICH_RUN_ALL_TESTS=true npm run test:e2e`.
 | 
				
			||||||
 | 
				
			|||||||
@ -85,7 +85,7 @@ There is an automatic job that's run once a day and refreshes all modified files
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Let's show a concrete example where we add an existing gallery to Immich. Here, we have the following folders we want to add:
 | 
					Let's show a concrete example where we add an existing gallery to Immich. Here, we have the following folders we want to add:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `/home/user/old-pics`: a folder contining childhood photos.
 | 
					- `/home/user/old-pics`: a folder containing childhood photos.
 | 
				
			||||||
- `/mnt/nas/christmas-trip`: photos from a christmas trip. The subfolder `/mnt/nas/christmas-trip/Raw` contains the raw files directly from the DSLR. We don't want to import the raw files to Immich
 | 
					- `/mnt/nas/christmas-trip`: photos from a christmas trip. The subfolder `/mnt/nas/christmas-trip/Raw` contains the raw files directly from the DSLR. We don't want to import the raw files to Immich
 | 
				
			||||||
- `/mnt/media/videos`: Videos from the same christmas trip.
 | 
					- `/mnt/media/videos`: Videos from the same christmas trip.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,2 +1,2 @@
 | 
				
			|||||||
* User can now download assets to local device
 | 
					* User can now download assets to local device
 | 
				
			||||||
* Increased the font size for curated image thumbnail information on the seach page
 | 
					* Increased the font size for curated image thumbnail information on the search page
 | 
				
			||||||
@ -11,7 +11,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Order of Implementation
 | 
					## Order of Implementation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Custom scroolbar
 | 
					### Custom scrollbar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* We need the custom scroll bar which represents the entire viewport.
 | 
					* We need the custom scroll bar which represents the entire viewport.
 | 
				
			||||||
* The viewport can be estimated by the total number of the photos and the width of the occupied photo's grid
 | 
					* The viewport can be estimated by the total number of the photos and the width of the occupied photo's grid
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user