Andrei Băicuș

Results 12 issues of Andrei Băicuș

We should remove this class imports [here](https://github.com/Codeinwp/neve/blob/master/inc/core/styles/gutenberg.php#L12) & [here](https://github.com/Codeinwp/neve/blob/master/inc/core/styles/generator.php#L12).

### Description: We should add a menu dropdown selector where we currently have the shortcut to get to the menu selection. It's tedious to go out of the builder, select...

small enhancement
hfg
low-priority

### Description: Allow the user to set custom responsive breakpoints. This can be achieved easily right now using CSS variables. ### Alternatives: Don't allow custom breakpoints definition.

enhancement

### Description: Right now the two linking states we have are only unlinked and all values linked together. I think we should be adding another state that links values 2-by-2....

enhancement

### Description: We have quite a lot of controls that add an event listener for `neve-changed-customizer-value`. We can move this functionality in a custom hook. Examples: --- https://github.com/codeinwp/neve/blob/c3fac82d3aeee9795f9ea255e0fd790bcefd3af4/assets/apps/customizer-controls/src/color/ColorComponent.js#L15-L21 https://github.com/codeinwp/neve/blob/7151bc5eaf5abb2561d9d9e7bf950b53fd6dd835/assets/apps/customizer-controls/src/background/BackgroundComponent.js#L29-L35 https://github.com/codeinwp/neve/blob/c3fac82d3aeee9795f9ea255e0fd790bcefd3af4/assets/apps/customizer-controls/src/radio-buttons/RadioButtonsComponent.js#L11-L17

enhancement

Based on [this comment](https://github.com/Codeinwp/neve/pull/3316#issuecomment-1010986361). ### Description: > I tried reworking how the control functions, but that has proven tedious as it generates infinite update loops because of type coercion inside...

enhancement

### Description: Right now we have the content/sidebar width as pure percentages, with really long selectors. We should move these to CSS variables in the context of the new skin...

enhancement

I was thinking that it would be better to hide the delete field button only if the repeater box is the first one in the list. That way if you...

### Description Right now it seems that some of the images on the [Fitness Gutenberg Demosite](https://demosites.io/fitness-gb/) are set to `Thumbnail` resolution. Even if this doesn't reflect either on import, or...

bug

### Description: We can leverage `postcss-custom-media` and `postcss-combine-media-query` to improve the development experience with SCSS. Right now, we're using a [`_media-queries.scss`](https://github.com/Codeinwp/neve/blob/master/assets/scss/components/main/_media-queries.scss) file with mixins to gather all media queries. This...

enhancement
performance & speed