1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-17 12:22:31 +02:00
immich/mobile/openapi/lib/api
Sergey Kondrikov d314805caf
feat (server, web): Implement Archive (#2225)
* feat (server, web): add archive

* chore: generate api

* feat (web): add empty placeholder for archive page

* chore: remove title on favorites page

Duplicates sidebar selection. Two pages (Archive and Favorites)
are consistent now

* refactor (web): create EmptyPlaceholder component for empty pages

* fixed menu close button not close:

* fix (web): remove not necessary store call

* test (web): simplify asset tests code

* test (web): simplify asset tests code

* chore (server): remove isArchived while uploading

* chore (server): remove isArchived from typesense schema

* chore: generate api

* fix (web): delete asset from archive page

* chore: change archive asset count endpoint

old endpoint: /asset/archived-count-by-user-id
new endpoint: /asset/stat/archive

* chore: generate api

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-04-12 10:37:52 -05:00
..
album_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
api_key_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
asset_api.dart feat (server, web): Implement Archive (#2225) 2023-04-12 10:37:52 -05:00
authentication_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
device_info_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
job_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
o_auth_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
search_api.dart feat (server, web): Implement Archive (#2225) 2023-04-12 10:37:52 -05:00
server_info_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
share_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
system_config_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
tag_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00
user_api.dart fix(web): show OAuth login button when disabled (#2219) 2023-04-08 22:18:22 -05:00