Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Toggle lightbox controls on tap (#1687) | dan | 2023-10-13 | 1 | -0/+1 |
| | | | | | | | * Make the lightbox controls animation smoother * Toggle controls on tap * Disable pointer events when hidden | ||||
* | Change lightbox to use Pager (#1666) | dan | 2023-10-10 | 1 | -3/+1 |
| | | | | | | | | | * Change lightbox to use Pager * Fix crash issue on ios --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Rewrite Android lightbox (#1624) | dan | 2023-10-05 | 1 | -1/+4 |
| | |||||
* | Remove unused lightbox options (#1616) | dan | 2023-10-05 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | * Inline lightbox helpers * Delete unused useImagePrefetch * Delete unused long press gesture * Always enable double tap * Always enable swipe to close * Remove unused onImageIndexChange * Inline custom Hooks into ImageViewing * Declare LightboxFooter outside Lightbox * Add more TODO comments * Inline useDoubleTapToZoom * Remove dead utils, move utils used only once | ||||
* | Fix all type errors | Paul Frazee | 2023-01-26 | 1 | -0/+21 |