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