immich/web
Min Idzelis e7edbcdf04
feat(server): lighter buckets ()
* feat(web): lighter timeline buckets

* GalleryViewer

* weird ssr

* Remove generics from AssetInteraction

* ensure keys on getAssetInfo, alt-text

* empty - trigger ci

* re-add alt-text

* test fix

* update tests

* tests

* missing import

* feat(server): lighter buckets

* fix: flappy e2e test

* lint

* revert settings

* unneeded cast

* fix after merge

* Adapt web client to consume new server response format

* test

* missing import

* lint

* Use nulls, make-sql

* openapi battle

* date->string

* tests

* tests

* lint/tests

* lint

* test

* push aggregation to query

* openapi

* stack as tuple

* openapi

* update references to description

* update alt text tests

* update sql

* update sql

* update timeline tests

* linting, fix expected response

* string tuple

* fix spec

* fix

* silly generator

* rename patch

* minimize sorting

* review

* lint

* lint

* sql

* test

* avoid abbreviations

* review comment - type safety in test

* merge conflicts

* lint

* lint/abbreviations

* remove unncessary code

* review comments

* sql

* re-add package-lock

* use booleans, fix visibility in openapi spec, less cursed controller

* update sql

* no need to use sql template

* array access actually doesn't seem to matter

* remove redundant code

* re-add sql decorator

* unused type

* remove null assertions

* bad merge

* Fix test

* shave

* extra clean shave

* use decorator for content type

* redundant types

* redundant comment

* update comment

* unnecessary res

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-05-19 16:40:48 -05:00
..
bin chore: better immich-web logging () 2025-04-30 09:48:24 -05:00
src feat(server): lighter buckets () 2025-05-19 16:40:48 -05:00
static chore: add security.txt () 2025-04-29 13:48:06 -04:00
.dockerignore feat(web)!: SPA () 2023-11-17 22:13:36 -06:00
.gitignore Add ablum feature to web () 2022-07-15 23:18:17 -05:00
.npmrc Add web interface with admin functionality () 2022-05-21 02:23:55 -05:00
.nvmrc chore(deps): update node.js to v22.15.0 () 2025-05-13 12:09:41 +02:00
.prettierignore chore(web): fix weblate conflicts () 2024-06-10 13:59:54 +01:00
.prettierrc chore(web): enable prettier json key sorting recursively () 2024-06-11 12:52:20 +01:00
Dockerfile chore(deps): update node.js to v22.15.0 () 2025-04-29 12:08:32 +02:00
eslint.config.js feat: preload and cancel images with a service worker () 2025-04-28 14:23:05 +00:00
package-lock.json chore: tailwindcss v4 and z-war clean up () 2025-05-19 14:32:23 +00:00
package.json chore: tailwindcss v4 and z-war clean up () 2025-05-19 14:32:23 +00:00
postcss.config.cjs chore: upgrade to tailwind v4 () 2025-05-18 13:51:33 +00:00
README.md fix(web): Updated web README.md () 2024-09-25 12:59:35 +00:00
svelte.config.js feat: map globe view, style hot reloading and load lag fixed () 2025-03-28 14:08:54 +00:00
tailwind.config.js chore: upgrade to tailwind v4 () 2025-05-18 13:51:33 +00:00
tsconfig.json feat: timeline performance () 2025-03-18 09:14:46 -05:00
vite.config.js chore: upgrade to tailwind v4 () 2025-05-18 13:51:33 +00:00

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.