Pieter Vincent

Results 11 issues of Pieter Vincent

* CSS was written assuming it's the only usage of the block, but now people are starting to allow it in the editor. Ensure the CSS doesn't conflict anymore. *...

Review
[Test Env] oberon

* This index template is only used on the posts page, which nobody likely uses as it missed styles for the page width and a few more things. I now...

[Test Env] titan

* Really slow, might not make it on big DB's. I threw together some Stackoverflow answers to get a list of all PNG + their file size and list of...

[Test Env] oberon

Ref: https://jira.greenpeace.org/browse/PLANET-5666 --- While looking into the dimensions of the logo, I noticed we might be able to use the same svg and set the fill color with a variable....

Quick fix so that it doesn't depend on wp.i18n, which is loaded in the plugin. Ref: https://jira.greenpeace.org/browse/PLANET-6262 --- I used this ticket already to avoid pushing unstable code to multiple...

## Brief summary of task: Currently we have 2 options to watch for file changes in the SCSS and JS files in https://github.com/greenpeace/planet4-master-theme and https://github.com/greenpeace/planet4-plugin-gutenberg-blocks/ . 1) run `npm start`...

Moderate
Difficult
DevOps

The input field for API key on the login screen uses a regular `text` type, instead of `password`. This dramatically increases the amount of places an API key is exposed....

enhancement

Addresses[ laggy scrolling](https://github.com/color-js/color.js/issues/587) resulting from unnecessary style recalculations. See commit message for more details. Using `position: sticky` also has better behavior in other ways. The previous code results in the...

When checking dev tools for the site, I noticed that every scroll event the `--scrolltop` custom property of the `html` element is updated. While at a glance this might not...