1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00
immich/server
martin ed64c91da6
fix: hide faces (#3352)
* fix: hide faces

* remove unused variable

* fix: work even if one fails

* better style for hidden people

* add hide face in the menu dropdown

* add buttons to toggle visibility for all faces

* add server test

* close modal with escape key

* fix: explore page

* improve show & hide faces modal

* keep name on people card

* simplify layout

* sticky app bar in show-hide page

* fix format

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-07-22 22:00:43 -05:00
..
bin feat(cli) Add new CLI (#3066) 2023-07-06 09:37:47 -05:00
e2e feat(server): Use Testcontainers for e2e tests (#3202) 2023-07-11 16:54:44 -05:00
openapi-generator feat(cli) Add new CLI (#3066) 2023-07-06 09:37:47 -05:00
src fix: hide faces (#3352) 2023-07-22 22:00:43 -05:00
test feat(server,web): hide faces (#3262) 2023-07-18 13:09:43 -05:00
.dockerignore
.eslintrc.js
.gitignore refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
.prettierignore
.prettierrc chore(server): organize imports (#2779) 2023-06-16 19:54:17 +00:00
Dockerfile fix(server): properly handle SIGTERM (#3350) 2023-07-21 09:20:04 -05:00
immich-openapi-specs.json fix: hide faces (#3352) 2023-07-22 22:00:43 -05:00
jest-e2e.json feat(server): Use Testcontainers for e2e tests (#3202) 2023-07-11 16:54:44 -05:00
LICENSE
nest-cli.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
openapitools.json
package-lock.json Version v1.68.0 2023-07-20 03:06:12 +00:00
package.json Version v1.68.0 2023-07-20 03:06:12 +00:00
start-microservices.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start-server.sh refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 -05:00
start.sh Update start.sh (#3282) 2023-07-15 10:30:52 -05:00
tsconfig.build.json fix: exclude e2e format (#3250) 2023-07-13 21:41:16 -05:00
tsconfig.json feat(web,server): add thumbhash support (#2649) 2023-06-17 22:22:31 -05:00