1
Fork 0
photoview/ui
stz184 cdc13fce5c Fixes photoview/issues#189
- LazyLoad helper is now a singleton class reusing the same IntersectionObserver instance for performance reasons
- IntersectionObserver is now disconnected when the component is unmounted for performance reasons
- StyledPhoto is now using useCallback to avoid unnecessary rerenderings
- Fixed issue setting loading attribute to the <img /> rendered by <ProtectedImage/> component
2021-03-31 04:58:28 +03:00
..
src Fixes photoview/issues#189 2021-03-31 04:58:28 +03:00
testing jest setup 2020-10-26 22:06:53 +01:00
.eslintrc.js Add ui tests for routes 2020-10-28 00:15:30 +01:00
babel.config.js jest setup 2020-10-26 22:06:53 +01:00
build.js Fix Places after switching to Esbuild 2021-02-26 19:52:35 +01:00
example.env Prefixed the env variables to avoid naming collisions 2021-01-16 23:27:23 +02:00
package-lock.json Fixes photoview/issues#189 2021-03-30 16:51:19 +03:00
package.json Fixes photoview/issues#189 2021-03-30 16:51:19 +03:00