Sam Dutton

Results 39 issues of Sam Dutton

Also need to tweak URL version to handle Edit Icon.

This code: ``` javascript caniuse.setBrowserScope('op_mini all'); console.log('css-counters', caniuse.getSupport('css-counters')); console.log('css-sticky', caniuse.getSupport('css-sticky')); ``` Returns this: ``` css-counters { op_mini: {} } css-sticky { op_mini: {} } ``` However, CSS Counters [is supported...

Get a review done by UI/UX and graphic design experts outside the team.

Review
UX

Used to work :). Looks like URL in partial is wrong (?)

Bug
Regression

Observed on Chrome on Android. No problem seen in desktop browsers. ![image](https://user-images.githubusercontent.com/205226/44415786-2b376580-a569-11e8-9cbd-8041ff750d17.png)

UI
Bug

[Placeholders in Form Fields Are Harmful](https://www.google.co.uk/search?q=don%27t+use+placeholders+to+replace+labels&oq=don%27t+use+place&aqs=chrome.1.69i57j0.3063j0j7&sourceid=chrome&ie=UTF-8)

UI
Accessibility

We currently use different approaches to importing modules and using classes/singletons. We should standardise on one best-practice approach. We also need to follow the new Google style guide advice to...

Refactor

At the moment we use a form submit for Add to Cart. This works fine (and demonstrates a SSR solution, as intended) but results in a server request and a...

Refactor

Set title element value for home, category, product, cart and checkout pages. For example: pieshop pieshop: drinkware [same for product page] pieshop: cart pieshop: checkout (At present this is just...

Feature

This also requires getting and uploading additional images to Cloudinary from the Google Merchandise Store.

Feature