marc-leopold/TODO.md

44 lines
1.9 KiB
Markdown
Raw Normal View History

2019-02-02 16:51:24 +00:00
## TODO
2019-02-06 12:45:22 +00:00
* Galleries - title not distinguishable on light images
2019-02-07 09:20:40 +00:00
* Galleries - navigation icons not obvious enough with light background thumbs
* Galleries - thumbs on desktop - way to make them stand out aginst the image
* Galleries - sort thumbs by sort_order
2019-02-04 12:53:18 +00:00
* API
2019-02-05 16:17:46 +00:00
* mailer
2019-02-12 11:45:22 +00:00
* remove testing/dev mode or whatever its called from axios in nuxt.config.js
2019-01-30 17:21:10 +00:00
2019-01-27 16:06:35 +00:00
## Maybes
* gallery page - featured images in same style as on services page with the
diagonal divide
2019-01-30 21:40:45 +00:00
* image-viewer (and maybe others) - internet explorer compatible blurs.
2019-01-27 20:35:24 +00:00
## Fixes
2019-01-29 13:02:11 +00:00
* refreshing page on gallery and then quickly usingh history buttons breaks it
2019-01-30 13:12:36 +00:00
* broken layout at exactly 40em (640px) breakpoint
2019-02-05 12:37:29 +00:00
* galleries page - 'Added non-passive event listener to a scroll-blocking ... event'
2019-02-12 11:20:22 +00:00
* galleries - click on thumb, click on different gallery, click on original gallery
and the thumb list doesn't scroll to correct position to show thumb 0,
it is still showing the thumb that was clicked on first
2019-02-12 11:45:22 +00:00
## Data for Backend
```javascript
//home
bgImages: [
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/slider.jpg',
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/slider-2.jpeg',
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/slider-3.jpeg',
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/4-edit-3.jpg',
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/4-edit.jpg',
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/image-1.png',
'https://marcleopold.isnet.uk/wp-content/uploads/2017/07/slider-4.jpeg',
],
taglines: [
'the essence of the image',
'an image of the essential',
'a solitary instance',
'an eternal instance',
'a fleeting eternity',
'I imagine myself',
],
```