update
This commit is contained in:
parent
0853639993
commit
ad20d37eb4
2
TODO.md
2
TODO.md
|
@ -13,9 +13,11 @@
|
||||||
* nav buttons
|
* nav buttons
|
||||||
* social nav items -> put in store or whatever
|
* social nav items -> put in store or whatever
|
||||||
* facebook/twitter social card thingies
|
* facebook/twitter social card thingies
|
||||||
|
* page titles
|
||||||
|
|
||||||
## Maybes
|
## Maybes
|
||||||
* gallery page - featured images in same style as on services page with the
|
* gallery page - featured images in same style as on services page with the
|
||||||
diagonal divide
|
diagonal divide
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
* refreshing page on gallery and then quickly usingh history buttons breaks it
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="gallery-page">
|
<div class="gallery-page">
|
||||||
<GalleryImageViewer class="image-viewer"
|
<GalleryImageViewer class="image-viewer"
|
||||||
|
ref="imageViewer"
|
||||||
:is-visible="imageViewerIsVisible"
|
:is-visible="imageViewerIsVisible"
|
||||||
:image-url="viewingImageUrl"
|
:image-url="viewingImageUrl"
|
||||||
:has-next="activeImageIndex < galleries[activeGalleryIndex].images.length - 1"
|
:has-next="activeImageIndex < galleries[activeGalleryIndex].images.length - 1"
|
||||||
|
|
Loading…
Reference in New Issue