Fix photos list and add currentPhotos store

Go from one object to two to avoid issues when using an object key
This commit is contained in:
2020-02-26 15:59:44 +01:00
parent fab89736ed
commit ba36c9a8b6
3 changed files with 50 additions and 27 deletions

View File

@@ -22,4 +22,7 @@ export let locations = writable()
// Derived data
export let currentLocation = writable()
export let currentPhotos = writable()
// State
export let loaded = writable(false)