mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(web): timeline bucket for albums (4) (#3604)
* feat: server changes for album timeline * feat(web): album timeline view * chore: open api * chore: remove archive action * fix: favorite for non-owners
This commit is contained in:
15
mobile/openapi/test/album_response_dto_test.dart
generated
15
mobile/openapi/test/album_response_dto_test.dart
generated
@@ -46,6 +46,16 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// DateTime endDate
|
||||
test('to test the property `endDate`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool hasSharedLink
|
||||
test('to test the property `hasSharedLink`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String id
|
||||
test('to test the property `id`', () async {
|
||||
// TODO
|
||||
@@ -76,6 +86,11 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// DateTime startDate
|
||||
test('to test the property `startDate`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// DateTime updatedAt
|
||||
test('to test the property `updatedAt`', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user