Andrii Valenia

Results 11 issues of Andrii Valenia

Description in #4149

🌟 enhancement
🖖 mid priority
medium

### Description #5467 has opened ability to return indent/outdent feature. Work was started in progress of #5467, so assignee can ping me and I will push changes. ### Other plugins...

🌟 enhancement
🖖 mid priority
medium
💪 hard

@Fybex OOO, and I ve found for what we can use your idea , so to add it to separate issue pls https://jam.dev/c/1411db02-af6d-4d65-a82e-2adb5e805472 [full page zone.txt](https://github.com/maxi-blocks/maxi-blocks/files/14249524/full.page.zone.txt) would be good if...

🌟 enhancement
🌼 future features 🌼
medium

3) yes, would be good to change values on responsive - but is not very important for now can be realized in next issue _Originally posted by @Olekrut in https://github.com/maxi-blocks/maxi-blocks/pull/5413#pullrequestreview-1872431194_...

🌟 enhancement
💪 hard

4) Would be good in the future to have ability to add scroll effects to BG elements _Originally posted by @Olekrut in https://github.com/maxi-blocks/maxi-blocks/pull/5413#pullrequestreview-1872431194_

🌟 enhancement
🌼 future features 🌼
medium

Implementation breaks reusable blocks preview. master: ![image](https://user-images.githubusercontent.com/46112160/234865008-05d609b6-e25e-49c4-88cf-c42dea798329.png) here: ![image](https://user-images.githubusercontent.com/46112160/234864855-0f62280c-9d60-4b35-8e5f-66dfed4ed308.png) _Originally posted by @Fybex in https://github.com/maxi-blocks/maxi-blocks/pull/4778#pullrequestreview-1403946949_ Firstly, reusable blocks preview was added in #4754, but as a result, part of it...

bug 🐛
💪 hard

# Description ## Overview Added performance tests for the editor, which are end-to-end (e2e) tests measuring basic actions' performance. ### Test Types: - Pattern performance tests - Block performance tests...

size:XXL

### Description This will avoid adding preview fonts to published pages ### Other plugins or websites examples _No response_ ### How to implement it The same idea as with `prev_styles`...

optimization
low priority
medium
font

# Description Fixes #5448 ## Setup ### Composer Composer is a PHP package manager, similar to npm for JavaScript. It allows you to manage project dependencies effortlessly. For example, you...

🌟 enhancement
size:XXL

This issue must reduce multiply `../../` in import paths. Solution: we can create path aliases. Links: - https://webpack.js.org/configuration/resolve/ - https://dev.to/mmcshinsky/webpack-aliases-keep-my-code-sane-3c3e Code before: ``` import { MaxiBlockComponent, withMaxiProps } from '../../extensions/maxi-block';...

optimization
easy sm