mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 23:35:18 -05:00
* Add on this day * add query for x year * dev: add query * dev: front end * dev: styling * styling * more styling * add new page * navigating * navigate back and forth * styling * show gallery * fix test * fix test * show previous and next title * fix test * show up down scrolling button * more styling * styling * fix app bar * fix height of next/previous * autoplay * auto play * refactor * refactor * refactor * show date * Navigate * finish * pr feedback
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
import { writable } from 'svelte/store';
|
|
import type { MemoryLaneResponseDto } from '../../api/open-api';
|
|
|
|
export const memoryStore = writable<MemoryLaneResponseDto[]>();
|