Robbie Averill

Results 98 issues of Robbie Averill

**CWP 2.3.x-dev with SS 4.4.x-dev** ![image](https://user-images.githubusercontent.com/5170590/57413040-eb272880-7246-11e9-9592-0a0c212f14e0.png) The dropdown is 1px higher than its Go button

complexity/low
impact/low
affects/v4
type/bug

**CMS 4.4.x-dev** The toggle child caret is too low in list view: ![image](https://user-images.githubusercontent.com/5170590/57349497-71436080-71ae-11e9-81b5-f0cdee3c69f4.png) It's actually a little too high in tree view too: ![image](https://user-images.githubusercontent.com/5170590/57349515-87e9b780-71ae-11e9-97be-216794c5c8ef.png)

complexity/low
impact/low
affects/v4
type/bug
type/UX

E.g.: https://getbootstrap.com/docs/4.0/components/input-group/#custom-select ![image](https://user-images.githubusercontent.com/5170590/36647960-a49f7b68-1af1-11e8-9d76-32ba48309ceb.png) This could replace the custom styles currently in use here: ![image](https://user-images.githubusercontent.com/5170590/36647963-b042b20a-1af1-11e8-819d-42bb8ad24c02.png) Currently however this is not particularly easy to implement using the SS 4.0 framework in the...

type/enhancement

To make way for pre-processed assets (e.g. #53). Currently the `assets/debugbar.css` for example has some customisations. We should use a location that is obvious that it's a third party file...

affects/v3
affects/v4
change/minor
effort/medium
type/frontend

The readme needs some information on the Config tab. We should update any links that reference docs/en files, and update "Config tab is for SiteConfig" etc.

affects/v4
impact/low
type/docs

This repository was originally created as a copy of https://github.com/chec/commercejs-nextjs-demo-store. It has some different products in it, and the readme is focussed around deploying it to Vercel rather than Netlify....

It would be nice to support documentation for properties and entities, for example: ```ts /** A Button is a clickable UI element */ interface Button { /** The label will...

I just had a quick go at swapping Travis config over to use `vendor/bin/behat-ss` instead of `vendor/bin/behat` (commit: https://github.com/creative-commoners/silverstripe-versioned-admin/commit/b6611f9db7ae8d365b996ed3141d2fade701924e). The tests pass, but stdout is full of network requests: https://travis-ci.org/creative-commoners/silverstripe-versioned-admin/jobs/421364280...

complexity/high

We currently have `BasicContext::stepFieldShouldBeDisabled`: ``` * @Then /^the "(?P(?:[^"]|\\")*)" (?P(?:(field|button))) should (?P(?:(not |)))be disabled/ * @Then /^the (?P(?:(field|button))) "(?P(?:[^"]|\\")*)" should (?P(?:(not |)))be disabled/ ``` It'd be great to have the...

type/enhancement
affects/v4
complexity/low
impact/low

The way that both activedirectory and MFA are architected (by necessity) means that integrating MFA into LDAP would require customised project code (see https://github.com/silverstripe/silverstripe-mfa/issues/173 and https://github.com/silverstripe/silverstripe-mfa/pull/286). For SilverStripe 3.x it's...

type/enhancement
affects/v3
change/minor
effort/hard
impact/medium