mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-03 10:45:52 +00:00
* Extract logic from Albums page - move "albums" page logic to `albums-bloc` - add types to AlbumCard custom events * Implement some album-bloc unit-tests - add libraries for testing - add album factory - changes in albums-bloc API * Add rest of albums-bloc test Cleanup and remove console logs * Refactor `isShowContextMenu` writable to derived
1 line
43 B
TypeScript
1 line
43 B
TypeScript
export * from './factories/album-factory';
|