Mario Borna Mjertan

Results 19 issues of Mario Borna Mjertan

# Description Updates the readme, addressing #260. All proposals are welcome! ❤️

improvement

This PR adds support for a tabs block. https://user-images.githubusercontent.com/1742806/127016659-f4598d09-112a-4cc7-8e1c-281e1a0acf4a.mov It's a work in progress, and remaining tasks include (along with anything else you can think of): - [x] improving accessibility...

improvement
new block

### Describe your feature request Swiper seems to have breaking changes _quite often_, and generally isn't very accessible. Their a11y plugin does resolve some major issues, though it isn't perfect....

feature request

### Describe your bug This happens when using `@wordpress/server-side-render` in Eightshift Frontend Libs blocks (code example provided below): Notice how there are attributes in the request that weren't part of...

bug

We currently use this reference to the JSON schema for manifest files: ```"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json",``` The issue with this is that we reference the `develop` branch, which might introduce issues when...

research
improvement

I'm thinking about somehow (partially) automating accessibility testing (e.g. using ChromeDriver and Selenium) so we can notice A11y issues and regressions as soon as possible. Native browser tools and plugins...

research
a11y

### Describe your bug We should write down / update the steps required for ensuring that no collisions happen when you have a theme and plugin boilerplate set up on...

bug

### Describe your feature request The [`realpath`](https://www.php.net/manual/en/function.realpath.php) function seems to provide similar functionality to what we're doing (mostly) manually or with helpers constructing the paths by concatenating their parts with...

feature request

### Describe your feature request I'd like to add an argument to `wp boilerplate init [...]` and `wp boilerplate [...] use-[...]` commands to resolve dependencies (Boilerplate and npm alike) automatically,...

feature request

Assume you have a `card` block or component, which uses a `button` as it's dependency, e.g. ``` "components": { "button": "button" } ``` Assume the `button` component manifest contains this:...

improvement