WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: expose getCurrentPhoto method on carousel

+4
+4
src/components/organisms/grain-image-carousel.js
··· 72 72 return Math.abs(index - this._currentIndex) <= 1; 73 73 } 74 74 75 + getCurrentPhoto() { 76 + return this.photos[this._currentIndex] || null; 77 + } 78 + 75 79 render() { 76 80 const hasPortrait = this.#hasPortrait; 77 81 const minAspectRatio = this.#minAspectRatio;