mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
* wip web memories view * paginate searchMemories * improve memories ui * feat(mobile): memories view * improve memories web ui * fix(web): avoid unnecessary memory refreshes * refactor(web): move timline memory manager filter * fix(web): memories infinitely loading on 0 results * fix(web): memories resetting * feat(web): animated memory previews * feat(web): memory page dark styling * chore(mobile): fix failing memory lane tests * chore(mobile): remove old import * chore(e2e): fix failing memory lane tests * chore(server): revert searchMemories changes * chore(server): lint * chore(mobile): fix bad merge * chore(e2e): fix memory ui tests * chore(web): rename /memory to /memories * chore(mobile): linting * chore(web): linting * fix(web): prevent duplicate memory page loading * fix(web): lint * fix(web): memories page improvements * chore(mobile): lint * fix(mobile): fix translations * fix(mobile): build errors * fix(web): prevent memories from infinitely loading * chore(e2e)): fix failng memory viewer test * chore(web): clean up types in memory manager * chore(web): lint * feat: update list and detail memory page layouts * onlyFavorites through drift * rename to get all * mobile: use widgetWhen in memory list page * remove redundant check * fix: e2e --------- Co-authored-by: Timon <mail@timonrieger.de> Co-authored-by: Jason Rasmussen <jason@rasm.me> Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| static | ||
| tests | ||
| .browserslistrc | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| eslint.config.js | ||
| lint-env.js | ||
| mise.toml | ||
| 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.